complexType Status
diagram wp_diagrams/wp_p232.png
namespace http://base.api.wp.n2.tibco.com
children message exceptionTrace successful
annotation
documentation
Status information from a server call
source <xs:complexType name="Status">
 
<xs:annotation>
   
<xs:documentation>Status information from a server call</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="message" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The returning message from the server call</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="exceptionTrace" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The exception information, if the server call failed</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="successful" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Was the request sucessfull</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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