This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Service Connectivity Issues

One Identity Manager Version 8.0

I have developed a script to do CRUD calls against an internal Service Desk Manager Instance. At the scripting level while testing everything will run as expected. As soon as I attach the script to a process and run it that way it will error out with response time. The designer instance I am testing from is on the job server running the process call.Has anyone ran into this issue before? if so how did you resolve it?

Thanks

error below;

Value = System.Net.WebException: Unable to connect to the remote server --->
System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond 165.xxx.xxx.xxx:443
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
   --- End of inner exception stack trace ---
   at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
   at System.Net.HttpWebRequest.GetRequestStream()
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at ServiceDesk.USD_WebService.login(String username, String password)
   at DynScripts.Scripts_Gw9xXEVs4ZVJM1vIwlCgkjE55Xg.CCC_ServiceDesk_createUser(String userID, String firstName, String lastName, String emailAddress, String phoneNumber, String loc, String org, String supervisor, String dept, String middleName, String secret)
Parents Reply Children
No Data