I'm creating a process that consumes a public SOAP web service, but I don't have direct access to the internet, I have to use a proxy that requires authentication.
The error is: terminated. Process Name: Call_SOAP_WS; Reason: Internal : Unexpected error Error in web service - The remote server returned an error: (407) Proxy Authentication Required.
Unfortunately I don't know how to configure this authentication on the runtime machine.
An alternative would be to install a local proxy service that would redirect to the real proxy and allow you to configure the user/pass, but I don't know any functional one.
Can someone help?
Thanks
------------------------------ Antonio Melo ------------------------------
Have you tried configuring the proxy credentials via the system-wide proxy settings under Control Panel -> Internet Options -> Connections -> LAN Settings?
Cheers,
------------------------------ Eric Wilson Director, Integrations and Enablement Blue Prism Digital Exchange ------------------------------
If the above doesn't work for you then you'll need to switch from using the embedded SOAP WSDL feature to building the interaction with the SOAP service directly using the Utility - HTTP VBO as you can enter proxy credentials with that.
Cheers,
------------------------------ Eric Wilson Director, Integrations and Enablement Blue Prism Digital Exchange ------------------------------
You can call a SOAP web service using the Utility - HTTP VBO. A call to a SOAP web service is nothing more than an HTTP POST with the SOAP envelope as the body content.
Take a look at this article from the folks at Postman: