complexType StartBusinessServiceRequest
diagram wp_diagrams/wp_p3027.png
namespace http://base.api.bs.n2.tibco.com
type extension of Channel
properties
base Channel
children payloadMode BusinessServiceTemplate formalParams
attributes
Name  Type  Use  Default  Fixed  Annotation
channelId  xs:string        
channelType  ChannelType  required      
privilege  Privilege        
source <xsd:complexType name="StartBusinessServiceRequest">
 
<xsd:complexContent>
   
<xsd:extension base="Channel">
     
<xsd:sequence>
       
<xsd:element name="payloadMode" type="df:payloadModeType"/>
       
<xsd:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/>
       
<xsd:element name="formalParams" type="df:dataPayload" minOccurs="0">
         
<xsd:annotation>
           
<xsd: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.
</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
     
<xsd:attribute name="privilege" type="Privilege"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute StartBusinessServiceRequest/@privilege
type Privilege
source <xsd:attribute name="privilege" type="Privilege"/>

element StartBusinessServiceRequest/payloadMode
diagram wp_diagrams/wp_p3028.png
namespace http://base.api.bs.n2.tibco.com
type payloadModeType
properties
content simple
facets
Kind Value Annotation
enumeration XML
enumeration JSON
enumeration RSS
source <xsd:element name="payloadMode" type="df:payloadModeType"/>

element StartBusinessServiceRequest/BusinessServiceTemplate
diagram wp_diagrams/wp_p3029.png
namespace http://base.api.bs.n2.tibco.com
type BusinessServiceTemplate
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
processName  xs:string  required      
version  xs:string  required      
source <xsd:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/>

element StartBusinessServiceRequest/formalParams
diagram wp_diagrams/wp_p3030.png
namespace http://base.api.bs.n2.tibco.com
type dataPayload
properties
minOcc 0
maxOcc 1
content complex
children serializedPayload XmlPayload
attributes
Name  Type  Use  Default  Fixed  Annotation
payloadMode  payloadModeType    JSON    
documentation
Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
annotation
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.
source <xsd:element name="formalParams" type="df:dataPayload" minOccurs="0">
 
<xsd:annotation>
   
<xsd: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.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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