cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing receiver communication channel parameters in mapping

alancecchini
Participant
0 Kudos

Hi,

I have an XI sender to HTTP receiver scenario with mapping to set the value of the target URL, which is set as an Adapter Specific Message Attribute (TargetURL).

The mapping is responsible for adding hashed authentication credentials to the end of the URL string.

Ideally I'd like to be able to read the values of the host, port and path from the receiver communication channel configuration than hardcode these in the mapping class.

Does anyone know whether it is possible to read receiver communication channel values within mapping?

I could store the full URL string in the communication channel but this would not be secure hence the preference for doing this in mapping.

Thanks,

Alan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

try using Dynamic confiuration

please check HTTP rec doc: http://help.sap.com/saphelp_nw2004s/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

○ URL: TargetURL

○ HTTP Destination: HTTPDest