Question
1986
US
Last activity: 8 Aug 2018 16:40 EDT
How to send the basic authentication credentials of a Soap Service in ServiceClient Component
Hi All,
I want to send the credentials of a SOAP Service which uses a basic authentication(username & password) using serviceClient component.
Below article clearly explains how we can pass the authorization credentials,
Once we have the object of the serviceClient, I hope we can use below snippet to convert the username and password into base64 and send in authorization header.
Hi All,
I want to send the credentials of a SOAP Service which uses a basic authentication(username & password) using serviceClient component.
Below article clearly explains how we can pass the authorization credentials,
Once we have the object of the serviceClient, I hope we can use below snippet to convert the username and password into base64 and send in authorization header.
can anyone please advise me how to get the object of serviceClient and use it script component.