cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert the soap receiver adapter user id and password into base64 encoding in SAP PI

Former Member
0 Kudos

Hi Experts,

My interface Asynchronous flow: SAP(Proxy) ------->PI-------->SOAP DellBoomi(Cloud Integration system).

from SOAP UI tool I am sending data successfully.

Please find the below SOAP Raw data from SOAP UI tool:

with same WSDL ,Target URL , userid and Password using in SAP PI 7.31.

while sending the data from PI to DellBoomi system ,I am getting below error.

Accepted Solutions (0)

Answers (3)

Answers (3)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

The username/password will automatically get encoded as a base64 when it is passed into the HTTP header. The only thing that you will have checked in the SOAP receiver cc is the user authentication and place the username/password there. Also make sure that the SOAP action and the target URL is correct.

PS: If you are using dynamic configuration for the target URL, you also need to place the username/password in the authentication keys (up to 10 users) and then pass the username via dynamic configuration.

Regards,

Mark

RaghuVamseedhar
Active Contributor
0 Kudos

Try to post message to DellBoomi using SOAPUI directly (with XML expected by DellBoomi). If it works, then make sure SAP PI gives out same message to DellBoomi.

maheswarareddykonda
Active Contributor
0 Kudos

you try either this way

or