Forum Discussion
HKosova
Alumni
14 years agoHi Vinod,
Could you please post here the WebServices.TMI_EU_Status.LastResponse.xml property value after the getBDRStatusByBDRID method call?
For example, you can modify your script as follows:
and then copy the LastResponse XML contents from the Additional Info panel.
Could you please post here the WebServices.TMI_EU_Status.LastResponse.xml property value after the getBDRStatusByBDRID method call?
For example, you can modify your script as follows:
On Error Resume Next
Set obj = WebServices.TMI_EU_Status.getBDRStatusByBDRID(129409981, "testtest1", 0, 449048011)
Log.Message "LastResponse", WebServices.MyService.LastResponse.xml
...
and then copy the LastResponse XML contents from the Additional Info panel.