complexType PageResponse
diagram busserv_diagrams/busserv_p140.png
namespace http://common.api.pfe.n2.tibco.com
children context pageData
attributes
Name  Type  Use  Default  Fixed  Annotation
executionState  ExecutionState        
documentation
Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
annotation
documentation
Generic container for a business service or pageflow operation response.
source <xs:complexType name="PageResponse">
 
<xs:annotation>
   
<xs:documentation>Generic container for a business service or pageflow operation response.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="context" type="ResponseContext">
     
<xs:annotation>
       
<xs:documentation>Reference to a pageflow or business service.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="pageData" type="PageData" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Data for each page of the pageflow or business service.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="executionState" type="ExecutionState">
   
<xs:annotation>
     
<xs:documentation>Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute PageResponse/@executionState
type ExecutionState
facets
Kind Value Annotation
enumeration NOT_STARTED
enumeration STARTED
enumeration IN_PROGRESS
enumeration COMPLETED
enumeration UNKNOWN
annotation
documentation
Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
source <xs:attribute name="executionState" type="ExecutionState">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the current status of the pageflow or business service. One of the following values:

- NOT_STARTED: Unable to start.
- STARTED: Started successfully.
- IN_PROGRESS: In progress.
- COMPLETED: Successfully conpleted.
- UNKNOWN: Unknown status.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element PageResponse/context
diagram busserv_diagrams/busserv_p141.png
type ResponseContext
properties
content complex
children pageFlowTemplate processReference
annotation
documentation
Reference to a pageflow or business service.
source <xs:element name="context" type="ResponseContext">
 
<xs:annotation>
   
<xs:documentation>Reference to a pageflow or business service.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PageResponse/pageData
diagram busserv_diagrams/busserv_p142.png
type PageData
properties
minOcc 1
maxOcc unbounded
content complex
children pageReference payload
annotation
documentation
Data for each page of the pageflow or business service.
source <xs:element name="pageData" type="PageData" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data for each page of the pageflow or business service.</xs:documentation>
 
</xs:annotation>
</xs:element>

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