Hey Gary
I cant use Payload.
I have my request body in payload
Its a Post call with a Dynamic Url
I wanted to put the url in the headers from my code so that i can fetch the value in the...
Type: Posts; User: Dheerja; Keyword(s):
Hey Gary
I cant use Payload.
I have my request body in payload
Its a Post call with a Dynamic Url
I wanted to put the url in the headers from my code so that i can fetch the value in the...
Hey Gary
I have to add headers that are dynamically determined from the content .
Any suggestions on how to do that??
Hi Mark
I am unable to add Headers
I tried 2 approaches---->
Firstly
I defined a header-mapper
In the file ShoppingListHeaderMapper I extended DefaultHttpHeaderMapper and added the...
https://jira.springsource.org/browse/INT-2570 explains the scenario in case of Get call.
thats is
<int-http:outbound-gateway url="{url}" request-channel="vmwChannel"...