Hi ,
I am using HttpJob lib for posting string to my web service,
I was using it for a while , and until now everything is working just fine.
The problem start when I am trying to post a string, which contains an xml values.
I am getting an error msg which contains html page.
So I was trying to pass a simple string to check if I did something wrong, but it turn ok.
So I would like to ask if there is a way to send the xml values as string and not as an xml.
Thanks In Advance.