The only argument your call takes is a string, which contains XML which holds the structured data the server needs.
You should be either creating a SOAP object tree corresponding to the XML structure and passing your data as SOAP structured data, or you should be removing SOAP entirely and using simple HTTP POST.
No comments:
Post a Comment