complexType BaseWrapperRequest
diagram wp_diagrams/wp_p1819.png
namespace http://base.api.bs.n2.tibco.com
used by
complexType BusinessServicesRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
action  BusinessServiceAction  optional      
documentation
Defines the action required for this request
source <xs:complexType name="BaseWrapperRequest">
 
<xs:attribute name="action" type="BusinessServiceAction" use="optional">
   
<xs:annotation>
     
<xs:documentation>Defines the action required for this request</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute BaseWrapperRequest/@action
type BusinessServiceAction
properties
use optional
facets
Kind Value Annotation
enumeration START_SERVICE
enumeration UPDATE_SERVICE
enumeration CANCEL_SERVICE
enumeration QUERY_SERVICES
enumeration LIST_CATEGORIES
enumeration LIST_SERVICES
enumeration QUERY_CATEGORIES
annotation
documentation
Defines the action required for this request
source <xs:attribute name="action" type="BusinessServiceAction" use="optional">
 
<xs:annotation>
   
<xs:documentation>Defines the action required for this request</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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