On Jul 14, 2014, at 9:40 AM, sanjeevghimire <[email protected]> wrote:
> I do understand that for oneway 202 is the right response code to be sent. > But Now I have removed the @oneWay annotation its no more one way right? but > the web method has no return type. > > so my question is why is it still returning 202, and if it is because of the > void method, how can we make it to return 200. are there any interceptors > that can intercept this? Is the service being deployed with a WSDL? If so, the wsdl will likely still say it’s a one-way and thus it would still return the 202. Check the WSDL. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
