web services - Generated exception classes with Axis2 -


I have many web services in the same package that throws a custom exception. The problem is that in the exception class, there is a reference to the web service that generates it, so I can not use the same exception name in multiple web services. An Axis 2 Web service class That way, does it for other things as well? I am using ADB. I suspect that maybe there is an A-A parameter, but because these are not all documents, it is difficult to say.

About Axis 2 code-generation parameters I have used it in many functions such as output Customizing package names (which by default corresponds to WSDL namespaces).

I hope this will help you.


Comments