cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP AUthentication Failed In Receiver Channel

Former Member
0 Kudos

Hi,

I have triggered message from ECC to webservice by using SOAP receiver channel. I am using SAP PI 7.1. On triggering message, i am getting error in Adapter engine.

I need to put username and password in message header before sending message from PI to web service.

Thanks & Regards,

Ashish Agarwal

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Ashish,


I need to put username and password in message header before sending message from PI to web service.

Not sure what you meant by this, as there are potentially two headers in a SOAP Message

1. Username/Password in the HTTP Header - solution already described by posters above

2. Username/Password in the SOAP Header (inside payload) - a solution would be to use java/xslt to build the soap envelope or you can use the addSoapHeaderBean

Regards,

Mark

Former Member
0 Kudos

Hello Ashish,

you can configure the authentication in the SOAP receiver channel and maintain the credentials there.

regards,

Diptee

javier_alcubilla
Contributor
0 Kudos

As diptee said, use the authentication parameters in the receiver channel

Regards

Javi