complexType BusinessResponse
diagram wp_diagrams/wp_p201.png
namespace http://base.api.bs.n2.tibco.com
children pageActivityResponse
used by
complexTypes StartBusinessServiceResponse UpdateBusinessServiceResponse
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 <xs:complexType name="BusinessResponse">
 
<xs:sequence>
   
<xs:element name="pageActivityResponse" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="payloadModel" type="df:dataPayload" minOccurs="0"/>
         
<xs:element name="PresentationType" type="xs:string" minOccurs="0"/>
         
<xs:element name="PresentationUrl" type="xs:string" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="activityId" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>ID of the page activity</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="processState" type="ProcessState" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicates the current state of the Business Service</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="processId" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Process Id of the Business Service instance</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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