gurushankar 0 Newbie Poster

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.....!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.