Description:
Using SoapUI tool to access ITCM R12.5 Web Services (WSDL), but I continue to receive a connection refusal message:
"Error getting response; java.net..ConnectException: Connection refused:connect"
Solution:
Information:
When pointing and logging into the DSM Web Service from code you need to assign the property Url.
Resolution:
In SoapUI there is an entry in the GUI to specify the endpoint. When you write the code you need to assign it to URL.
Example:
This is a VB example.
Public D As New DSM.DSMWebServiceAPIService
D.Url = "http://ServerName/UDSM_R11_WebService/mod_gsoap.dll"
strLoginSessionUUIDDSM = D.Login("winnt://ServerName/Administrator", "password", "*******")