RE: web service with void method returning 202

2014-07-14 Thread sanjeevghimire
it to return 200. are there any interceptors that can intercept this? Thanks, Sanjeev -- View this message in context: http://cxf.547215.n5.nabble.com/web-service-with-void-method-returning-202-tp5746375p5746430.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: web service with void method returning 202

2014-07-14 Thread sanjeevghimire
Yes, wsdl is being loaded. there is no such reference to one-way in the WSDL. Sanjeev -- View this message in context: http://cxf.547215.n5.nabble.com/web-service-with-void-method-returning-202-tp5746375p5746434.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: web service with void method returning 202

2014-07-14 Thread Daniel Kulp
On Jul 14, 2014, at 10:16 AM, sanjeevghimire gsanje...@gmail.com wrote: Yes, wsdl is being loaded. there is no such reference to one-way in the WSDL. If the operation has an input message but no output message, then, by definition, it’s a one-way operation. If you want a response other than

Re: web service with void method returning 202

2014-07-14 Thread sanjeevghimire
(ProxyServerType.HTTP); conduit.getProxyAuthorization().setUserName(wsUtil.getProxyId()); conduit.getProxyAuthorization().setPassword(wsUtil.getProxyPwd()); -- View this message in context: http://cxf.547215.n5.nabble.com/web-service-with-void-method-returning-202

RE: web service with void method returning 202

2014-07-12 Thread Andrei Shakirin
, 11. Juli 2014 22:58 To: users@cxf.apache.org Subject: web service with void method returning 202 Hi all, I have a webservice which has no return type. I removed the @oneWay annotation since it was returning 202 but it still returns 202. How can we change it to return 200 with the void

web service with void method returning 202

2014-07-11 Thread sanjeevghimire
.nabble.com/web-service-with-void-method-returning-202-tp5746375.html Sent from the cxf-user mailing list archive at Nabble.com.