Forum Discussion
Dmitry_Nikolaev
Staff
14 years ago
Hi David,
Thanks for sending the file. I will pass it to our developers in a hope of getting more information.
Here is a quotation from the WSDL file you sent:
<wsdl:service name="loadManagementService">
<wsdl:port binding="tns:loadManagementPortSoap11" name="loadManagementPortSoap11">
<soap:address location="http://10.106.33.228:8080/api/soap/loadManagement"/>
</wsdl:port>
</wsdl:service>
As you can see, the WSDL file clearly shows that the address of the loadManagementService service is http://10.106.33.228:8080/api/soap/loadManagement.
Do you have any means to check connection to the service from your machine beside TestComplete (e.g. a client application using it)?
Can you ask your system administrator to check whether the service is installed and running on the server machine?