Quantcast
Channel: Web services
Viewing all articles
Browse latest Browse all 2363

Add Header elements for authentication

$
0
0
by Manikandan Shanmugam.  

Hi All,

I need to add Basic Authentication on HTTP Header to logon to SAP Cloud Application. the Document shared by SAP has below.

Header:

Authorization


Possible Value:

Basic <authorization>


Description:

The authentication type and the base64-encoded value of the username and password pair:<username>:<password>


I am trying to send SOAP Request to SAP System through SOAP UI but getting below error

 <faultString>Authentication credentials were not provided. Provide the user name, password, and domain in the HTTP header.</faultString>

Not sure how to setup header parameter:

   <soapenv:Header>

   <Authorization>

   <basic>Pasword ke pair</basic>

   </Authorization>

      </soapenv:Header>


the above parameter setup is not working


Viewing all articles
Browse latest Browse all 2363

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>