Thanks john for reply
i try with request.form("myXmlString") but it always return error in response. When i used this with simple text then it works, seems not able to parse <> tags.
Anyway i used XMLDoc to receive the Request.Inputstream and then doc.Save(""); to save it locally. That's i wanted to send the xml at server side.
|