Rest based web services

A

Arne

I have a classic Asp web page that wants to post a message in XML format to
an ASP.net page.
What is the best way to do that?

I am tring to call the ASP.net page with
Set oXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP")
oXMLHTTP.Open "POST", url, False
oXMLHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
strPostData = "xml=" & Server.URLEncode(strXML)
oXMLHTTP.Send strPostData
I can not redirect through the browser. I have too much secret information.
Am I on the right track?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top