954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

XMLHttp-- how to specify XML operation

Hi All,
I have to test a wsdl.
I am using XMLHttp object in VBscript.
I have to specify an operation in the script, I am not sure how i can do that.

xmlObj=CreateObject(XMLHttp object)
xmlObj.open "post",ESDL File Location,"False"
xmlObj.SetRequestHeader "content-type","applicatin/mentioned the application i need to access"
xmlObj.send RequestXML 'I have used XMLDOM to load object here..
'on readystatechange code here...

i am able to get the readystate as 4, but i am not able to get status=200.
In the response xml I am getting the XML in the WSDL file..
How to do i send an operation through xmlhttp.

i am able to do it with webservice addin..
webservice(object).SendRequest "Operation name",RequestXML


how do i specify my operation name in XMLHTTP..

thanks a million for reading.......

pls help.....!!

gurushankar
Newbie Poster
9 posts since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You