Forum Discussion
praveensqa
13 years agoContributor
Alexei ,
from the below code i am able to get the response.
[VBScript]
Set ResponseXML = XmlHttpRequest.responseXML
Call Log.Message("See the response XML in the Additional Information pane", responseXML.xml)
Set Response = ServiceInfo.ParseInfo("createLandmark", ResponseXML)
Call Log.Message("Entity ID: " & Response.entityId)
//// Then you can parse the XML response (ResponseXML) as you need or work with the parsed object (Response).
Using the Response object i am getting all the response parameter results.
Now i am able to send the header along with request object, getting the response object.
So now i am able to test the Webservice Testing using Test complete.
Thanks for all.
Regards,
Praveen
Related Content
Recent Discussions
- 3 years ago
- 3 years ago
- 4 years ago