Hi all, I have a SOAP XML request coming from a VB6.0 application, which I have to handle in my ROR application. After the request is handled, i have to parse the request and check the extracted values in the database according to the checking i have to send a Response to the VB6.0 application. Please tell me the procedure how can i used SOAP XML in ROR application for handling these activities. Please help me. Thanks and Regards. Shripad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Shripad, the soap4r gem will help you. http://dev.ctor.org/soap4r There is also a Google Group: http://groups.google.com/group/soap4r Regards Christoph On Nov 3, 5:34 am, Shripad <shripad.josh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > I have a SOAP XML request coming from a VB6.0 application, which I > have to handle in my ROR application. > After the request is handled, i have to parse the request and check > the extracted values in the database according to the checking i have > to send a Response to the VB6.0 application. > Please tell me the procedure how can i used SOAP XML in ROR > application for handling these activities. > > Please help me. > > Thanks and Regards. > Shripad--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Christopher, Thanks for such a quick response. I joined the group and post the same post over there i hope i will get a reply. Do u have any details about the SOAP XML With ROR application because i couldn''t able to find a nice material for this on net again thanks for u r quick response. Thanks and regards, Shripad On Nov 3, 12:39 pm, Christoph_Petschnig <lcolo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Shripad, > > the soap4r gem will help you.http://dev.ctor.org/soap4r > > There is also a Google Group:http://groups.google.com/group/soap4r > > Regards Christoph > > On Nov 3, 5:34 am, Shripad <shripad.josh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi all, > > > I have a SOAP XML request coming from a VB6.0 application, which I > > have to handle in my ROR application. > > After the request is handled, i have to parse the request and check > > the extracted values in the database according to the checking i have > > to send a Response to the VB6.0 application. > > Please tell me the procedure how can i used SOAP XML in ROR > > application for handling these activities. > > > Please help me. > > > Thanks and Regards. > > Shripad > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
http://github.com/datanoise/actionwebservice/tree/master This I believe is the latest work going on with SOAP in Rails. As you''re probably discovering Rails has become opinionated on how to do web services and have chosen REST over SOAP. While this is the right choice, IMHO, there are times when some of us have to interact with SOAP. Hopefully there will be a community of developers keeping the above gem up-to-date, but don''t expect that to be the Rails core team. Hopefully, one day the REST of the world will wake up and realize that SOAP contains way to much accidental complexity and finally put it to REST. Shripad wrote:> Hi Christopher, > > Thanks for such a quick response. > I joined the group and post the same post over there i hope i will get > a reply. > Do u have any details about the SOAP XML With ROR application > because i couldn''t able to find a nice material for this on net > > again thanks for u r quick response. > > Thanks and regards, > Shripad-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Maybe Matching Threads
- Connecting to XML/SOAP feed that requires pkcs12 certificate for client authentication
- Rails SOAP tutorial
- ActionWebService SOAP Faults aren''t schema valid
- How to consume XMLRPC/SOAP web services in Rails?
- Actionwebservice as a SOAP client to .NET services.