| Author |
Axis2 won't respond to empty SOAP body
|
enrique ss
Greenhorn
Joined: Mar 28, 2011
Posts: 2
|
|
hi, i have wsdl-generated a web service that should respond to a certain incoming SOAP message
the thing is that incoming message has no body parts, info is in header, and Axis2 won't let me process it or respond in the skeleton, and ALWAYS ends up with (whatever i put in the skeleton method):
HTTP/1.1 202 Accepted
Server: Apache-Coyote/1.1
Content-Length: 0
Date: Mon, 28 Mar 2011 08:50:23 GMT
Is there any way to tell axis2 NOT to respond with a 202 and let me generate a SOAP message in the skeleton instead??
This is getting on my nerves.
Thank you.
|
 |
 |
|
|
subject: Axis2 won't respond to empty SOAP body
|
|
|