Hi,
Niranjan already asked this question in May, but did't get any answer. Perhaps now somebody has an idea.
I have the following problem with exceptions when creating a
WSDL description out of a Java class using Axis java2wsdl:
I have two exceptions A and B. A extends java.lang.Exception and B
extends A (A is a base class for all my exceptions).
Now I have a method declaration like this:
public void myMethod() throws A, B;
When this method gets transformed into WSDL using Axis java2wsdl the
WSDL does not contain a message pertaining to exception B and the
operation tag in the binding only shows the fault for
exception A and nothing for B.
Does anyone know why this is happening? That is why Axis is only
picking up the base exception and not the derived one?
Thanks for any help,
Joern
