complexType Status
diagram pflow_diagrams/pflow_p159.png
namespace http://exception.pfe.n2.tibco.com
children message exceptionTrace successful
annotation
documentation
Description of the error that occurred.
source <xs:complexType name="Status">
 
<xs:annotation>
   
<xs:documentation>Description of the error that occurred.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="message" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Description of the error.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="exceptionTrace" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Stack trace of the error.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="successful" type="xs:boolean"/>
 
</xs:sequence>
</xs:complexType>

element Status/message
diagram pflow_diagrams/pflow_p160.png
type xs:string
properties
content simple
annotation
documentation
Description of the error.
source <xs:element name="message" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Description of the error.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Status/exceptionTrace
diagram pflow_diagrams/pflow_p161.png
type xs:string
properties
content simple
annotation
documentation
Stack trace of the error.
source <xs:element name="exceptionTrace" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Stack trace of the error.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Status/successful
diagram pflow_diagrams/pflow_p162.png
type xs:boolean
properties
content simple
source <xs:element name="successful" type="xs:boolean"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy