06-05-2007, 06:53 PM
Needs editing Http.PostFormData and Http.Post functions. Make copies of them, edit these copies, and use them. In the first function, remove .escape(9) and change Post in this code:
In the second function, change the content type header. However I don't know what is the content type string for xml. And not sure the server supports it.
,,s.formata("%s%s=%s" iif(i "&" "") s1.escape(9) s2.escape(9))
,ret Post(action s responsepage headers)
In the second function, change the content type header. However I don't know what is the content type string for xml. And not sure the server supports it.