element asyncEndGroupResponse
diagram wp_diagrams/wp_p82.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children activityID groupID errorMessage
annotation
documentation
Async - Reply element for the endGroup operation.
source <xs:element name="asyncEndGroupResponse">
 
<xs:annotation>
   
<xs:documentation>Async - Reply element for the endGroup operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="activityID" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Unique identifier for this message, this identifier will match the request identifier</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="groupID" type="xs:long">
       
<xs:annotation>
         
<xs:documentation>The ID of the group to end</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