When I have an interface and use Java2WSDL followed by WSDL2Java I end up with AXIS types in my interface. This means that AXIS types are now polluting exposed in the client. Exceptions are derived from AxisFault
So I have to provide another wrapper around the client interface for client apps to use, that does not have AXIS types.
Does WSDL2Java have to use AXIS types in produced interfaces?
Ta. Stuart.
