cancel
Showing results for 
Search instead for 
Did you mean: 

Changing HTTP-Parameters for HTTP Receiver Channel

Former Member
0 Kudos

Dear all,

we have a partner we send files to using the simple HTTP adapter.

We have different types of messages (interfaces) we send to the partner.

Our partner expects the message type as a parameter of the URL. Such as http://xxx:000/xxx?msgtype=outbound

In turn, the "outbound" could also be "inbound" - depending on the message type.

I want to avoid using to services with two adapters.

Thus, my question to you: Do you have an idea how I could manipulate the parameter's value?

Thanks in advance,

Helge

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Helge,

if you have Sp14 and above you can try setting the url

dynamically in the mapping using Adapter-Specific Message Attributes in the http receiver channel:

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

this way it should be no problem to change it

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Kudos

Hi Michal,

thanks a lot. That is what I was looking for.

Unfortunately I was not able to find any information about the actual message parameters.

Do you know where I can find the documentation for the adapter specific message attributes?

Greets,

Helge

MichalKrawczyk
Active Contributor
0 Kudos

hi,

I'd suggest creating simple http -> XI

scenario, setting

Adapter-Specific Message Attributes

and checking how the dynamicconfiguration

fills in inside the sxmb_moni and then do the same

on receiver HTTP

but!

I was wrong:

Adapter-Specific Message Attributes for http

are not from sp14 (like for some other channels)

but from SP16 - so sorry for my mistake

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Answers (0)