Irgnore that, it's a custom namespace (sry to confuse!).
-Original Message-
From: Dies Koper [mailto:[EMAIL PROTECTED]
Sent: 08 March 2006 00:50
To: axis-user@ws.apache.org
Subject: Re: Soap faults so that wsdl2java generates java classes
> What namespace is this 'messa
> What namespace is this 'message' you refer to?
Any namespace you like.
James's example would lead to an exception class called XyzException,
with a field called warningMessages of type WarningMessage[], with
WarningMessage being some Javabean.
The field is just an example, it could also be e
James Clinton wrote:
>-Original Message-
>From: Rune S. Philosof [mailto:[EMAIL PROTECTED]
>Sent: 07 March 2006 07:44
>To: axis-user@ws.apache.org
>Subject: Soap faults so that wsdl2java generates java classes
>>Does anyone have an example of a wsdl document with
>>fault declaration in i
Hope this helps. -~J.