Config user/pass for proxy access in runtime machine calling SOAP WS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-04-22 07:52 PM
Hi all,
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
------------------------------
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
------------------------------
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-04-22 11:57 AM
@antonio-r-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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-04-22 02:32 PM
Hi Eric,
That I know in Control Panel -> Internet Options -> Connections -> LAN Settings, there is no way to configure user / password.
Thanks anyway,
Antonio Melo
------------------------------
Antonio Melo
------------------------------
That I know in Control Panel -> Internet Options -> Connections -> LAN Settings, there is no way to configure user / password.
Thanks anyway,
Antonio Melo
------------------------------
Antonio Melo
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-04-22 03:21 PM
@antonio-r-melo,
The answer to the following thread may help you out.
https://answers.microsoft.com/en-us/windows/forum/all/adding-credentials-to-windows-proxy-settings/d6fdab82-6163-4aad-8133-43f7706ceb9c#:~:text=In%20Windows%2010%20menu%2C%20go,user%20name%20and%20the...
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
The answer to the following thread may help you out.
https://answers.microsoft.com/en-us/windows/forum/all/adding-credentials-to-windows-proxy-settings/d6fdab82-6163-4aad-8133-43f7706ceb9c#:~:text=In%20Windows%2010%20menu%2C%20go,user%20name%20and%20the...
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-04-22 03:53 PM
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
------------------------------
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-04-22 04:18 PM
@ewilson
Seemed to be the perfect solution, but it doesn't work... the runtime doesn't use the credentials defined in the windows cred. manager. 😞
Thanks,
Antonio Melo
------------------------------
Antonio Melo
------------------------------
Seemed to be the perfect solution, but it doesn't work... the runtime doesn't use the credentials defined in the windows cred. manager. 😞
Thanks,
Antonio Melo
------------------------------
Antonio Melo
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-04-22 04:24 PM
Hi,
Using Utility - HTTP VBO was my first try but calling SOAP WS with normal http protocol does not work, only for REST WS.
This is not easy...
------------------------------
Antonio Melo
------------------------------
Using Utility - HTTP VBO was my first try but calling SOAP WS with normal http protocol does not work, only for REST WS.
This is not easy...
------------------------------
Antonio Melo
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-04-22 04:39 PM
@antonio-r-melo,
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:
https://learning.postman.com/docs/sending-requests/supported-api-frameworks/making-soap-requests/
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:
https://learning.postman.com/docs/sending-requests/supported-api-frameworks/making-soap-requests/
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
