Forum Discussion
Julia_K
13 years agoSmartBear Alumni (Retired)
Hello Joshua,
Does the described problem occur when you work with the SOAP requests generated by the WebServiceInfo.PrepareRequest method?
The SOAP namespace prefix used in the requests generated by that method in TestComplete 8.60 has been changed to the S namespace prefix in TestComplete 8.70.
That is, most likely, your script fails, because the element with the SOAP:Body tag name does not exist.
This namespace change is not expected for TestComplete. Thank you for drawing our attention to this issue. We will fix it in one of future releases. Sorry for the inconvenience.
Meanwhile, you can modify your script and use the new namespace prefix:
Please let us know whether this information helps.
Thank you.
Does the described problem occur when you work with the SOAP requests generated by the WebServiceInfo.PrepareRequest method?
The SOAP namespace prefix used in the requests generated by that method in TestComplete 8.60 has been changed to the S namespace prefix in TestComplete 8.70.
That is, most likely, your script fails, because the element with the SOAP:Body tag name does not exist.
This namespace change is not expected for TestComplete. Thank you for drawing our attention to this issue. We will fix it in one of future releases. Sorry for the inconvenience.
Meanwhile, you can modify your script and use the new namespace prefix:
Set SoapNode = RequestXml.getElementsByTagName("s:Body").Item(0).lastChild.lastChild
Please let us know whether this information helps.
Thank you.
Related Content
Recent Discussions
- 27 days ago
- 5 days ago
- 5 days ago
- 8 days ago