I am working on implementing a wrapped style web service with Axis. I have been experimenting with trying to generate a SOAPFault from my web service.
The problem is that rather than sending a SOAPFault back to the client - all I get is a stack backtrace in stdout from Tomcat. I have worked with RPC style services and they send SOAPFaults back just fine. Am I missing something? Is there some reason why a wrapped style service would not be able to generate a SOAPFault? Thanks for any pointers... --Dan Galewsky
