I am currently working on a ROR project that needs to consume some SOAP based web services. What I know about consuming web services borders on the 'dangerous'. The example that the site provides is using asp with XMLHTTP to send what appears to be some XML wrapped in a SOAP envelope. Included in the XML is the authentication information as well. If I build the XML separately could I then use HTTParty to send it on and get back the response?
If HTTParty is not the answer then any alternative suggestions would be very useful.
I wanted to include the asp sample but the 'formatted' text stripped out everything within angled brackets. As an aside can somebody please tell me how to set up a code block as this should leave angled brackets alone. I tried pre code .... /code /pre with angled brackets round them but that still stripped out everything in angled brackets.
Thanks in advance for all help.