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 method.

thank for help.

Sanjeev

@WebMethod(action = "notify")
        public void notify(
                        @WebParam(partName = "parameters", name = "notify", 
targetNamespace =
"urn:pershing:utf.tradealert.notify")
com.barcapint.baits.ws.tradealertnotify.beans.Notify parameters)
                        throws AlertMessageSOAPFaultException;



--
View this message in context: 
http://cxf.547215.n5.nabble.com/web-service-with-void-method-returning-202-tp5746375.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to