> 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 empty, an int field with
an id code (<xsd:element name="id_code" type="xsd:int" />) or anything
else your design requires.
Regards,
Dies
Rune S. Philosof wrote:
James Clinton wrote:
Does anyone have an example of a wsdl document with
fault declaration in it?
Hope this helps. -~J.
<xsd:complexType name="XyzException">
<xsd:sequence>
<xsd:element name="warningMessages"
type="message:WarningMessage" minOccurs="0" maxOccurs="10"
nillable="true" />
What namespace is this 'message' you refer to?