To clear things up: I do not know where to get started making this SOAP webservice in Rails. I'm looking for some preliminary advice or a tutorial on creating a soap webservice in rails. I know I should be moving to REST, but a platform our system must interact with uses SOAP and I absolutely must support this call.
So: 1. How do I implement a SOAP web service in rails? 2. Is there a way to do this with REST? 3. Does anyone have a good tutorial to do this? Thanks again Ryan Leary wrote: > Hi all, > > I need to implement a web service in rails with the following signature: > > string ReceiveEvents (string A, string B, string C). > > As you can see, it is basically a method that takes in three strings and > returns a string. I'm 99% sure the call is made via SOAP. > > I've spent all day searching around (SOAP4R, AWS, . . .) but have not > been able to find any compelling help. > > Any advice is appreciated. Thanks! -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

