http://www.ibm.com/schema/soa/admctl/v1_0/local
The OperationAdmissionControlFault Complex Type

Operation admission control fault type. Contains information about the admission request and the exceeded limit.


Local elements (3)
service operation exceedLimit
Complex Type OperationAdmissionControlFault
The OperationAdmissionControlFault type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin Sequence [1...1]

The service name used in the admission request.

<service>xsd:string</service> [1..1]

The operation name used in the admission request.

<operation>xsd:string</operation> [1..1]

The rate limit that would be exceeded if this request was admitted. This limit is measured in tokens per second. This limit can be related to the number of allowed messages per second by divided the number of tokens by the weight of the service operation.

<exceedLimit>xsd:int</exceedLimit> [1..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="OperationAdmissionControlFault">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Operation admission control fault type. Contains information about the admission request and the exceeded limit.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
-<xsd:element  name="service"  type="xsd:string">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The service name used in the admission request.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="operation"  type="xsd:string">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The operation name used in the admission request.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="exceedLimit"  type="xsd:int">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The rate limit that would be exceeded if this request was admitted. This limit is measured in tokens per second. This limit can be related to the number of allowed messages per second by divided the number of tokens by the weight of the service operation.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

 Collapse Uses
 Collapse Type (2)
int  string 
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©