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;
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.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)