Hello WSDL-freaks,
I see this xsd-def in the WSDL:
<xsd:element name="UnknownPersonFault">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="personId"
type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
How can I tell the code-generator, that I want to have the generated class
as java.lang.Throwable?
Thanks in advance
Cheers!
Daniel
--
View this message in context:
http://www.nabble.com/HowTo-define-Throwable-in-WSDL-file-%28in-wsdl-first-example%29-tp16907402p16907402.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.