vote up 0 vote down star

I have several web services in the same package that throw a custom exception. The problem is that the generated exception class contains a reference to the web service that generated it, so I can't use the same exception name across multiple web services. Is there a way to make Axis2 generate the exception classes inside the web service classes, the same way it does for other objects? I'm using ADB. I suspect that maybe there's a -E parameter, but since those aren't all documented, it's hard to say.

flag

56% accept rate

1 Answer

vote up 2 vote down

Here's a very good guide about Axis 2 code-generation parameters. I have used it to a number of tasks like customizing the output packages names (that by default corresponds to the WSDL namespaces).

I hope this helps you.

link|flag
Doesn't answer my exact question, but still useful. Axis2 should come with documentation like this. – Adam Crume Aug 16 at 20:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.