Using spring-integration 1.0.4. We have a service-to-service interaction where the SI is posting data to another web service. This post request must include a cookie value.
Searching the forum, I did not find a similiar setup and problem. The http namespace does not document anything obvious on how to accomplish this either? Is the solution custom code in an OutboundRequestMapper or perhaps replace the <http:outbound-gateway> with a service activator and use httpclient directly?
Any advice would be appreciated. Thanks.


Reply With Quote
