complexType Success
diagram wp_diagrams/wp_p1735.png
namespace http://base.api.wp.n2.tibco.com
used by
elements successFailureResponse workResponse
complexType workResponseType
attributes
Name  Type  Use  Default  Fixed  Annotation
isSuccessful  xs:boolean  optional      
documentation
Boolean value indicating whether the call to WorkPresentationService was successful.
annotation
documentation
Indicates whether the call to WorkPresentationService was successful.
source <xs:complexType name="Success">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the call to WorkPresentationService was successful. </xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="isSuccessful" type="xs:boolean" use="optional">
   
<xs:annotation>
     
<xs:documentation>Boolean value indicating whether the call to WorkPresentationService was successful. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute Success/@isSuccessful
type xs:boolean
properties
use optional
annotation
documentation
Boolean value indicating whether the call to WorkPresentationService was successful.
source <xs:attribute name="isSuccessful" type="xs:boolean" use="optional">
 
<xs:annotation>
   
<xs:documentation>Boolean value indicating whether the call to WorkPresentationService was successful. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

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