You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by olivier brand <ol...@vodafone-us.com> on 2002/05/31 17:04:58 UTC

Reusing soap fault in different WSDLs

All,

I am using multiple WSDLs, some operations are "sharing" the same 
faults. When generating the Java framework using wsdl2java, the 
exceptions are being generated within the package mapped to the wsdl 
namespace. It seems that prefixing each exception with another  wsdl 
namespace does not affect anything.
Any idea ? The JAX-RPC spec does not say anything about it.

Thanks for your help

Olivier