cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver Adapter parameters

Former Member
0 Kudos

Dear All

I am trying to POST an HTTP URL in teh following format but the query string doesnt get populated up when I parameterise it.

http://<hostname:80>/<path>?<query-string>;

e.g.

http://hello:80/world?myname=haik&myapplication=XI&mycompany=SAP

when I include the query-string as part of the path i.e. path = world?myname=haik&myapplication=XI&mycompany=SAP it work without a problem.

But when I enter it as parameter 1 , Parameter 2 and etc I get the impression they get ignored.

i.e path = world

paremeter1 = myname=haik

parameter2=myapplication=XI

...

At least that's what the network level logs show. teh logs show that the URI is only the path value.

We run SAP XI3.0 with SP16

Do I need to configure something to enable teh parametarisation of a URL?

Can you please help?

Thanks

Haik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Disable http adapters parameters. Do not select them. If the http adapter parameter are checked, It does not take that url.

Once check .

Thanks

Former Member
0 Kudos

Pragya

Thanks for the quick reply.

where do I disable the "http adapter parameters"?

Can you please elaborate?

Just to add that the reason that I prefer to use parameters is because my next plan is to populate the parameter values through message Mapping.

however my first task is to establish that the parametrs act as part of the "query-string".

Thanks,

Haik