cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a authentication Header in the Envelope Header of SOAP Request

Former Member
0 Kudos

Hi Experts,

I want to send an authentication header as the Envelope header of the SOAP Request as follows.

<env:Header>

<AuthHeader>

<Id>MyOemId</Id>

<Password>MyOemPassword</Password>

<Domain>MyDomain</Domain>

<UId>MyUserId</UId>

<UPassword>MyPassword</UPassword>

</AuthHeader>

</env:Header>

<env:Body>

..................

</env:Body>

If I include this as part of my Source XI message then it will go as a payload which is not the requirement.

Any suggestions for this?

Thanks

Ajay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ajay,

I have exactly the same problem. Did you resolve it? Thanks. Carlos

Former Member
0 Kudos

I have the same issue...any suggestions?

prateek
Active Contributor
0 Kudos

If I include this as part of my Source XI message then it will go as a payload

Try using the "Keep Header" parameter at soap sender communication channel.

Regards,

Prateek