element asyncResumeWorkItemResponse
diagram wp_diagrams/wp_p80.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children messageDetails errorMessage
annotation
documentation
Async - Reply element for the resumeWorkItem operation.
source <xs:element name="asyncResumeWorkItemResponse">
 
<xs:annotation>
   
<xs:documentation>Async - Reply element for the resumeWorkItem 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>

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