Fault reporting structure
Java class for Fault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="faultcode" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="faultstring" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="faultactor" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="detail" type="{http://schemas.xmlsoap.org/soap/envelope/}detail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|