cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver HTTP Adapter Dynamic Query String

Former Member
0 Kudos

Hello,

I am using HTTP Adapter on receiver side.

My URL is <b>http://server:port/abc/def?xyz=123&luw=345</b>

When I am using Adapter specific attributes.

If I check apply Parameters and pass

Parameter 1 as xyz and Parameter 2 as luw and pass their values through dynamic configuration will they get appended to the dynamic querystring

http://server:port/abc/def at the end and I get back the complete URL.

Can this be achieved? I am stuck on this.

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Srihari,

The best way to debug this and check what is happening would be to use the TCP gateway tool as shown in this blog by Stefan Grube.

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

Send the request to the TCP gateway and forward it from there to the correspionding target.

You will be able to see the URL being passed including the Query String parameters.

Regards

Bhavesh

Former Member
0 Kudos

Thanks Bhavesh,

This I didnot do I will check with this and come back.

Regards,

Former Member
0 Kudos

Hi,

I have used a port sniffer to check the URL Passed. Now when I am using the option 'Apply HTTP Header Fields'

I am able to see my dynamic value in the HTTP Header but when I am trying to use the option 'Apply URL Parameters' this is giving me the below error...

<SAP:Stack><b>Dynamic Header - Missing Message Attributes: Fields/Parameters</b></SAP:Stack>

I am unable to make out what it is pointing to any suggestions would be helpful.

Regards,

Former Member
0 Kudos

<<< >>>

Former Member
0 Kudos

Hey

have a look at the following

thanx

ahmad

Former Member
0 Kudos

Hi Ahmad,

I gone through the resources available in SDN and they didnot help me much.

I am trying to use the URL parameters but they are not getting appended to my string any ideas if I am missing anything.

I have configured my addressing type as URL, targethost, service number , path are maintained properly to this path I am trying to append my Parameters with the names mentioned there, but they are not getting appended

Regards,

Former Member
0 Kudos

Srihari,

Yes you cand that . you paste your error here.

Regards

Sreeram.G.Reddy