Title: Proxy

I’ve noticed when you define a fault for your operation, the Axis code generator (using Xmlbeans databinding) creates the faults as inner classes. On the server side, as an inner class in the interface itself (because I chose –ssi) and on the client side as an identical (code-wise) inner class. Seems like a curious decision. Is there a reason why these are not simply generated as top-level classes?

 

 

Reply via email to