element asyncSuspendWorkItemResponse
diagram brm_wsdl_diagrams/brm_wsdl_p1029.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children messageDetails errorMessage
annotation
documentation
Async - Reply element for the suspendWorkItem operation.
source <xs:element name="asyncSuspendWorkItemResponse">
 
<xs:annotation>
   
<xs:documentation>Async - Reply element for the suspendWorkItem operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="messageDetails" type="AsyncWorkItemDetails">
       
<xs:annotation>
         
<xs:documentation>Information to track which work item this message is associated with.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="errorMessage" type="exception:ErrorLine" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Any error message that needs to be reported.  If the errorMessage element is not set, then the operation was successful.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element asyncSuspendWorkItemResponse/messageDetails
diagram brm_wsdl_diagrams/brm_wsdl_p1030.png
type AsyncWorkItemDetails
properties
content complex
children workItemId activityID uaSequenceId brmSequenceId
annotation
documentation
Information to track which work item this message is associated with.
source <xs:element name="messageDetails" type="AsyncWorkItemDetails">
 
<xs:annotation>
   
<xs:documentation>Information to track which work item this message is associated with.</xs:documentation>
 
</xs:annotation>
</xs:element>

element asyncSuspendWorkItemResponse/errorMessage
diagram brm_wsdl_diagrams/brm_wsdl_p1031.png
type ErrorLine
properties
minOcc 0
maxOcc 1
content complex
children parameter
attributes
Name  Type  Use  Default  Fixed  Annotation
code  xs:string  required      
documentation
Code associated with this error.
message  xs:string  required      
documentation
Default English form of the error message.
annotation
documentation
Any error message that needs to be reported.  If the errorMessage element is not set, then the operation was successful.
source <xs:element name="errorMessage" type="exception:ErrorLine" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Any error message that needs to be reported.  If the errorMessage element is not set, then the operation was successful.</xs:documentation>
 
</xs:annotation>
</xs:element>

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