I created a web service, and then built a client using the autowsdl. Testing it without any logic, things worked fine. Now I'm adding in the business logic. However, I'm getting an error, but it's behaving really strange. The only indication I get on the server console is this.
[ERROR] org.apache.axis2.AxisFault The only thing the client gets back is a 202 accepted message. Why would Axis2 return a 202 code if there was an AxisFault? It's also not indicating what the fault is at all. Any ideas? I'm at a loss. :(
