cancel
Showing results for 
Search instead for 
Did you mean: 

Query String by HTTP post - how to access parameters ?

Former Member
0 Kudos

Hi,

My scenario is HTTP-XI-RFC.

I know there is a standard URL(http://<hostname:port>/<path>?<query-string>) to post data by HTTP.

<b>Partners want to send couple of more parameters like vendor & plant as part of the string. Is it possible to evaluate these parameters(values) in XI ?

For ex: http://<hostname:port>/<path>?<query-string>&plant=001&vendor=nissan</b>.

I did not understand the following from documentation. Please help.

To use the non-XI-specific HTTP Header Fields or URL Parameters, set the respective indicator. You can store the following attributes and their values in the XI message header:

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

Thank you for your help,

mk

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mk !

Check this thread:

/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

It is used for http receiver, but you could check here to see how to use it in http sender. You should define there the name (e.g. "DOCTYPE") of the header values you need to include in your url and then use dynamic configuration to access its values from the message mapping program.

Regards,

Matias

Answers (0)