HTTP/1.1 202 Accepted Response from Synapse Proxy service, when I send a request from Websphere default http port [9080]
Hello,
I am using Synapse (Synapse 2.1.0) proxy service, mediators such as Iterate / aggregate mediators and I have deployed Synapse as WAR application in Websphere Application Server 6.1 .
When I send a request to Synapse Proxy Service from websphere default http port like this (http://localhost:9080/TravelHub/services/DSTMultipleService) I get a “HTTP/1.1 202 Accepted " response back, but if I send a request from non blocking http port 8280 like this (http://localhost:8280/TravelHub/services/DSTMultipleService) , I get a desired response from Synapse Proxy Service.
Can anyone tell me, how I can avoid “HTTP/1.1 202 Accepted” Response? And then how I can make client wait for the proper response from Synapse Proxy service.
Thanks,
Naveen Kumar D.J