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

Performs hierarchical resolution to determine the enablement status of the specified service identifier. The service identifier may be an individual service or a service group. The service policy manager will search the hierarchy to determine whether the supplied identifier is enabled. If the service identifier itself or any parent definition along the path up to the root definition in the hierarchy has been disabled, then the specified service identifier is considered disabled.

ServiceAdministrationInterface_resolveServiceEnabledResponse  resolveServiceEnabled (resolveServiceEnabledRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_resolveServiceEnabledRequest

Resolve service enabled operation input parameters. Specifies the service identifier whose enablement status to resolve.

resolveServiceEnabledRequest request

Resolve service enabled request.

Collapse Output: ServiceAdministrationInterface_resolveServiceEnabledResponse

Resolve service enabled response result. Returns a boolean indicating the enablement status of the specified service.

resolveServiceEnabledResponse result

Resolve service enabled response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied service identifier 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" />
Output: ServiceAdministrationInterface_resolveServiceEnabledResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="resolveServiceEnabled">
-<wsdl:documentation>
<xhtml:p>Performs hierarchical resolution to determine the enablement status of the specified service identifier. The service identifier may be an individual service or a service group. The service policy manager will search the hierarchy to determine whether the supplied identifier is enabled. If the service identifier itself or any parent definition along the path up to the root definition in the hierarchy has been disabled, then the specified service identifier is considered disabled.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Resolve service enabled operation input parameters. Specifies the service identifier whose enablement status to resolve.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Resolve service enabled response result. Returns a boolean indicating the enablement status of the specified service.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the supplied service identifier does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©