You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soap4r
I've got a web service that's requiring 6 parameters be sent to it. 5
of them I have no trouble with, but the last one I do. It's an xml
structure that needs to be inserted as is. Originally I was passing
this as a string, but the < symbols were all getting escaped. Next I
tried running that string through REXML::Document to get an xml doc.
When I passed the xml doc in, I get something like this: