cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP AAE receiver Adapter - Login data missing at URL

former_member285279
Participant
0 Kudos

Hello Colleagues,

we have to use a similar URL like this for access to our ext. service provider via HTTP receiver AAE Adapter:


https://test.system.com:443/integratedSolutions/ControllerCountrySearch.servlet?login=XXXXXX&policy=...

Actually we are sending only this:

https://test.system.com:443/integratedSolutions/ControllerCountrySearch.servlet?

The Login string:

login=XXXXXX&policy=YYYYYYYY&product=ZZZZZZZ&pwd=12345678

comes from the sending system and is located at SOAP Payload.

So, how we are able to take the login string from the payload and add to the URL for access to the target system?

Many thanks in advance!

Regards,

Jochen Schertel

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182412
Active Contributor
0 Kudos

Hi Jochen,

Enable adapter specific message properties and URL Parameters in receiver HTTP_AAE channel and mention the parameter names and pass the values in message mapping using DynamicConfiguration, check this blog

Regards,

Praveen.

former_member186851
Active Contributor
0 Kudos

Hello Jochen.

Try using additional query parameters in HTTP channel.

Refer below links