complexType StartBusinessServiceRequest
diagram wp_diagrams/wp_p218.png
namespace http://base.api.bs.n2.tibco.com
type extension of Channel
properties
base Channel
children payloadMode BusinessServiceTemplate formalParams
used by
element BusinessServicesRequest/StartBusinessServiceRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
channelId  xs:string        
channelType  ChannelType  required      
privilege  Privilege        
source <xs:complexType name="StartBusinessServiceRequest">
 
<xs:complexContent>
   
<xs:extension base="Channel">
     
<xs:sequence>
       
<xs:element name="payloadMode" type="df:payloadModeType"/>
       
<xs:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/>
       
<xs:element name="formalParams" type="df:dataPayload" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Data for the formal parameters associated with the business service start event.

Note: You cannot determine the names of these formal parameters programmatically. Instead, you must obtain them by examining the business service in TIBCO Business Studio.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="privilege" type="Privilege"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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