R
Ramya A
Hi All:
I have a .NET webservice accepting an XML request document as a
parameter
How do I call this webservice with ServerXMLHTTP object from my VB6.0
client?
I have enabled the HttpPost and HttpGet protocols in the web.config
file.
This is the calling part:
Set xmlHTTPRequest = New MSXML2.ServerXMLHTTP40
xmlHTTPRequest.open "POST",
"http://localhost/WebService2/QueueList.asmx/QueueList", True
sParam = "strXMLRequest:=" & xmlDom.xml
xmlHTTPRequest.send (sParam)
It keeps throwing the error "Request format is invalid: ."
Please Help!
Thanks,
Ramya Ashok
I have a .NET webservice accepting an XML request document as a
parameter
How do I call this webservice with ServerXMLHTTP object from my VB6.0
client?
I have enabled the HttpPost and HttpGet protocols in the web.config
file.
This is the calling part:
Set xmlHTTPRequest = New MSXML2.ServerXMLHTTP40
xmlHTTPRequest.open "POST",
"http://localhost/WebService2/QueueList.asmx/QueueList", True
sParam = "strXMLRequest:=" & xmlDom.xml
xmlHTTPRequest.send (sParam)
It keeps throwing the error "Request format is invalid: ."
Please Help!
Thanks,
Ramya Ashok