complexType BusinessResponse
diagram wp_diagrams/wp_p2986.png
namespace http://base.api.bs.n2.tibco.com
children pageActivityResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
activityId  xs:string        
documentation
ID of the page activity
processState  ProcessState  required      
documentation
Indicates the current state of the Business Service
processId  xs:string  required      
documentation
Process Id of the Business Service instance
source <xsd:complexType name="BusinessResponse">
 
<xsd:sequence>
   
<xsd:element name="pageActivityResponse" maxOccurs="unbounded">
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="payloadModel" type="df:dataPayload" minOccurs="0"/>
         
<xsd:element name="PresentationType" type="xs:string" minOccurs="0"/>
         
<xsd:element name="PresentationUrl" type="xs:string" minOccurs="0"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="activityId" type="xs:string">
   
<xsd:annotation>
     
<xsd:documentation>ID of the page activity</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="processState" type="ProcessState" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Indicates the current state of the Business Service</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="processId" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Process Id of the Business Service instance</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute BusinessResponse/@activityId
type xs:string
annotation
documentation
ID of the page activity
source <xsd:attribute name="activityId" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>ID of the page activity</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute BusinessResponse/@processState
type ProcessState
properties
use required
facets
Kind Value Annotation
enumeration NOT_STARTED
enumeration STARTED
enumeration IN_PROGRESS
enumeration COMPLETED
enumeration UNKNOWN
annotation
documentation
Indicates the current state of the Business Service
source <xsd:attribute name="processState" type="ProcessState" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Indicates the current state of the Business Service</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute BusinessResponse/@processId
type xs:string
properties
use required
annotation
documentation
Process Id of the Business Service instance
source <xsd:attribute name="processId" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Process Id of the Business Service instance</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element BusinessResponse/pageActivityResponse
diagram wp_diagrams/wp_p2987.png
namespace http://base.api.bs.n2.tibco.com
properties
minOcc 1
maxOcc unbounded
content complex
children payloadModel PresentationType PresentationUrl
source <xsd:element name="pageActivityResponse" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="payloadModel" type="df:dataPayload" minOccurs="0"/>
     
<xsd:element name="PresentationType" type="xs:string" minOccurs="0"/>
     
<xsd:element name="PresentationUrl" type="xs:string" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element BusinessResponse/pageActivityResponse/payloadModel
diagram wp_diagrams/wp_p2988.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.)
source <xsd:element name="payloadModel" type="df:dataPayload" minOccurs="0"/>

element BusinessResponse/pageActivityResponse/PresentationType
diagram wp_diagrams/wp_p2989.png
namespace http://base.api.bs.n2.tibco.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="PresentationType" type="xs:string" minOccurs="0"/>

element BusinessResponse/pageActivityResponse/PresentationUrl
diagram wp_diagrams/wp_p2990.png
namespace http://base.api.bs.n2.tibco.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="PresentationUrl" type="xs:string" minOccurs="0"/>

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