Hi I feed wsdl that has fault types in into WSDL2JAVA compiler. These get translated to Exceptions on my resulting generated business methods. But when I then deploy the service and look at the wsdl coming out of ...?wsdl then there are no fault types?? What has happened to them? Now all my exceptions are caught at the axis side and not passed to the client?
I am surprised that the WSDL generated automatically from the Java that was *originally* generated from WSDL by the axis WSDL2Java tool are not more similar. Am I missing something fundamental here? Any clues appreciated. Luke