http://www.ibm.com/schema/twss/spm/admin/service/v2_0/interface
The resolveOperationEnabled Operation

Performs hierarchical resolution to determine the enablement status of the specified operation. The service policy manager will search the hierarchy to determine whether the supplied operation is enabled. If any service higher up in the hierarchy for the parent service of the operation is disabled, or if any parent service's 'ALL' operation is disabled, or if the 'ALL' operation is disabled for the operation's parent service, or if the operation itself is disabled, then the specified operation will be considered disabled.

ServiceAdministrationInterface_resolveOperationEnabledResponse  resolveOperationEnabled (resolveOperationEnabledRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_resolveOperationEnabledRequest

Resolve operation enabled operation input parameters. Specifies the operation name, under which service, whose enablement status to resolve.

resolveOperationEnabledRequest request

Resolve operation enabled request.

Collapse Output: ServiceAdministrationInterface_resolveOperationEnabledResponse

Resolve operation enable response result. Returns a boolean indicating the enablement status of the specified operation.

resolveOperationEnabledResponse result

Resolve operation enabled response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied service or operation does not exist, or if an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

 Collapse Bindings
Binding: ServiceAdministrationInterfaceBinding
<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="resolveOperationEnabled">
-<wsdl:documentation>
<xhtml:p>Performs hierarchical resolution to determine the enablement status of the specified operation. The service policy manager will search the hierarchy to determine whether the supplied operation is enabled. If any service higher up in the hierarchy for the parent service of the operation is disabled, or if any parent service's 'ALL' operation is disabled, or if the 'ALL' operation is disabled for the operation's parent service, or if the operation itself is disabled, then the specified operation will be considered disabled.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Resolve operation enabled operation input parameters. Specifies the operation name, under which service, whose enablement status to resolve.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Resolve operation enable response result. Returns a boolean indicating the enablement status of the specified operation.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the supplied service or operation does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©