cancel
Showing results for 
Search instead for 
Did you mean: 

How to update user credentials dynamically in SOAP receiver channel

Former Member
0 Kudos

Hi Team,

We have a requirement to change the user credentials in SOAP Receiver channel dynamically. We have to take the credentials from the input payload and needs to update in the receiver communication channel.

is there any approach to complete the above requirement.

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nabendu,

Thanks for your reply.

I have checked these options but our requirement is like that we will get 100+ users in 100 messages we need to pick userID credentials from the incoming payload need to replace in the channel.

nabendu_sen
Active Contributor
0 Kudos

Hi Srikanth,

You can not change Integration Directory credentials maintained in Channel from Enterprise Services Repository (mapping).

You can create your SOAP Header by custom Java / XSLT mapping and restrict Adapter/Channel to create SOAP Header.

How to add SOAP Envelope in Java Mapping

Otherwise you can check below approach:

Digest: Dynamic username and password in soap receiver adapter

Regards,

Nabendu.