http://www.ibm.com/schema/twss/spm/admin/requester/v2_0/interface
The resolveRequestersEnabled Operation

Performs hierarchical resolution on a list of requester identifiers to determine their enablement status. A requester identifier may be disabled due to its entry being marked disabled, or some requester group higher in the hierarchy that has been disabled.

The enablement status of a requester is resolved going top down in the hierarchy. If one of the parent nodes in the chain is disabled, then that requster identifier is considered disabled. If all parents are enabled and the requester identifier itself is enabled, then the requester is considered enabled.

RequesterAdministrationInterface_resolveRequestersEnabledResponse  resolveRequestersEnabled (resolveRequestersEnabledRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: RequesterAdministrationInterface_resolveRequestersEnabledRequest

Resolve requesters enabled operation input parameters. Contains a list of requester identifiers whose enablement status to resolve.

resolveRequestersEnabledRequest request

Resolve requesters enabled request.

Collapse Output: RequesterAdministrationInterface_resolveRequestersEnabledResponse

Resolve requesters enabled operation response result. Contains a list of boolean flags indicating enablement status. The order of the results corresponds to the order of the input list of requesters.

resolveRequestersEnabledResponse result

Resolve requesters enabled response.

Collapse Fault:
ServicePolicyException  : 

Raised if a supplied requester identifier is invalid or does not exist, or if an internal error occurred.

ServicePolicyException ServicePolicyException

Service policy exception fault.

 Collapse Bindings
Binding: RequesterAdministrationInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="resolveRequestersEnabled">
-<wsdl:documentation>
<xhtml:p>Performs hierarchical resolution on a list of requester identifiers to determine their enablement status. A requester identifier may be disabled due to its entry being marked disabled, or some requester group higher in the hierarchy that has been disabled.</xhtml:p>
<xhtml:p>The enablement status of a requester is resolved going top down in the hierarchy. If one of the parent nodes in the chain is disabled, then that requster identifier is considered disabled. If all parents are enabled and the requester identifier itself is enabled, then the requester is considered enabled.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Resolve requesters enabled operation input parameters. Contains a list of requester identifiers whose enablement status to resolve.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Resolve requesters enabled operation response result. Contains a list of boolean flags indicating enablement status. The order of the results corresponds to the order of the input list of requesters.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_req_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if a supplied requester identifier is invalid or does not exist, or if an internal error occurred.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©