element ReadCaseRequest
diagram bds_wsdl_diagrams/bds_wsdl_p1039.png
namespace http://api.bds.tibco.com
properties
content complex
children caseReference
attributes
Name  Type  Use  Default  Fixed  Annotation
includeCaseMetaData  xs:boolean        
documentation
If the case meta data (including the name of the attribute containing the state) should be included in the response (Default = false)
annotation
documentation
Request Element for readCase Operation
source <xs:element name="ReadCaseRequest">
 
<xs:annotation>
   
<xs:documentation>Request Element for readCase Operation</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="caseReference" type="xs:string" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="includeCaseMetaData" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>If the case meta data (including the name of the attribute containing the state) should be included in the response (Default = false)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ReadCaseRequest/@includeCaseMetaData
type xs:boolean
annotation
documentation
If the case meta data (including the name of the attribute containing the state) should be included in the response (Default = false)
source <xs:attribute name="includeCaseMetaData" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>If the case meta data (including the name of the attribute containing the state) should be included in the response (Default = false)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ReadCaseRequest/caseReference
diagram bds_wsdl_diagrams/bds_wsdl_p1040.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="caseReference" type="xs:string" maxOccurs="unbounded"/>

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