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

element Status/message
diagram wp_diagrams/wp_p2895.png
type xs:string
properties
content simple
annotation
documentation
The returning message from the server call
source <xsd:element name="message" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>The returning message from the server call</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element Status/exceptionTrace
diagram wp_diagrams/wp_p2896.png
type xs:string
properties
content simple
annotation
documentation
The exception information, if the server call failed
source <xsd:element name="exceptionTrace" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>The exception information, if the server call failed</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element Status/successful
diagram wp_diagrams/wp_p2897.png
type xs:boolean
properties
content simple
annotation
documentation
Was the request sucessfull
source <xsd:element name="successful" type="xs:boolean">
 
<xsd:annotation>
   
<xsd:documentation>Was the request sucessfull</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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