Hi,
I am using HTPUtils2 to communicate with a php web service, all is working great when passing in simple string args like this:
job1.PostString("http://srv/web/service.php", "arg1=aaa&arg2=bbb")
The problem is that I need to pass in an xml structure for one of the arguments (including all the usual </> tags and crlf's) - any ideas?
I am using HTPUtils2 to communicate with a php web service, all is working great when passing in simple string args like this:
job1.PostString("http://srv/web/service.php", "arg1=aaa&arg2=bbb")
The problem is that I need to pass in an xml structure for one of the arguments (including all the usual </> tags and crlf's) - any ideas?