cancel
Showing results for 
Search instead for 
Did you mean: 

In HTTP receiver, how to make a dynamic query string in URL

Former Member
0 Kudos

Hi,

I have a scenario where after a map we get an XML output as shown below

<FUNLOC>000010038</FUNLOC>

<SECONDARY_KEY>0000010038</SECONDARY_KEY>

<SOURCE>SAP customer</SOURCE>

<NAME>NAME NAME12 NAME13</NAME>.

Now what i need that my HTTP receiver URL should add these tags as

FUNLOC=000010038&SECONDARY_KEY=0000010038&SOURCE=SAP customer&NAME=NAME NAME12 NAME13.

Can any one help me out in step by step process to archive this.

This will be a great help from you.

Thanks in advance,

Smita

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Smita,

blog <a href="/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping Configuration of Some Communication Channel Parameters using Message Mapping</a> describes the solution.

Regards,

Udo

Former Member
0 Kudos
Former Member
0 Kudos

These solution are using message mappin, but i am using XSLT mapping. Could you please seggest me using XSLt mapping, how to achive this.

Thanks,

Smita

udo_martens
Active Contributor
0 Kudos

Hi Smita,

this is not possible with standard XSL code. Just put 2 mappings to the interface mapping, first XSL, second MM, where you implement the HTTP header mapping and map the other fields 1:1.

Regards,

Udo