element startBusinessService
diagram pfe-business-service_diagrams/pfe-business-service_p43.png
namespace http://business.api.busserv.n2.tibco.com
properties
content complex
children businessServiceDefinition formalParams responsePayloadMode cacheTimeout
annotation
documentation
Request element for startBusinessService operation.
source <xs:element name="startBusinessService">
 
<xs:annotation>
   
<xs:documentation>Request element for startBusinessService operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="businessServiceDefinition" type="pfecom:BaseBusinessServiceTemplate">
       
<xs:annotation>
         
<xs:documentation>Unique identifier for the business service to be started.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<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:element name="responsePayloadMode" type="df:payloadModeType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Enumerated value defining the format of the data payload to be used in the response message (XML or JSON).

If not specified, the default value is JSON.

(RSS is currently not supported.)
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="cacheTimeout" type="xs:long" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>**PRIVATE API - Reserved for internal use**

Timeout value (in minutes) for the business service.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element startBusinessService/businessServiceDefinition
diagram pfe-business-service_diagrams/pfe-business-service_p44.png
type BaseBusinessServiceTemplate
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
documentation
Module name that contains the pageflow process or business service.
processName  xs:string  required      
documentation
Name of the pageflow process or business service.
version  xs:string  required      
documentation
Version of the process.
annotation
documentation
Unique identifier for the business service to be started.
source <xs:element name="businessServiceDefinition" type="pfecom:BaseBusinessServiceTemplate">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for the business service to be started.</xs:documentation>
 
</xs:annotation>
</xs:element>

element startBusinessService/formalParams
diagram pfe-business-service_diagrams/pfe-business-service_p45.png
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 <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>

element startBusinessService/responsePayloadMode
diagram pfe-business-service_diagrams/pfe-business-service_p46.png
type payloadModeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration XML
enumeration JSON
enumeration RSS
annotation
documentation
Enumerated value defining the format of the data payload to be used in the response message (XML or JSON).

If not specified, the default value is JSON.

(RSS is currently not supported.)
source <xs:element name="responsePayloadMode" type="df:payloadModeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the format of the data payload to be used in the response message (XML or JSON).

If not specified, the default value is JSON.

(RSS is currently not supported.)
</xs:documentation>
 
</xs:annotation>
</xs:element>

element startBusinessService/cacheTimeout
diagram pfe-business-service_diagrams/pfe-business-service_p47.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
**PRIVATE API - Reserved for internal use**

Timeout value (in minutes) for the business service.
source <xs:element name="cacheTimeout" type="xs:long" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**

Timeout value (in minutes) for the business service.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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