aspose file tools
The moose likes Web Services and the fly likes Axis2 won't respond to empty SOAP body Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis2 won Watch "Axis2 won New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Axis2 won't respond to empty SOAP body
 
Similar Threads
web service exception handling..
Axis2: Incoming SOAP messages: logging and validation
How to access byte array web method
New to WebService
Info concerning the updates to the SCJP 6 exam