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

Removes the the specified sevice identifier. The service may be an individual service or a service group. If the includingChildren flag is set to true, then all service definition children will be removed along with this definition. If this flag is set to false and child definitions exist, then the service definition cannot be removed.

Removing a service will also remove any policies, subscriptions, operations, and service implementations associated with that service. Consider disabling the service status rather than removing the service to preserve that information.

ServiceAdministrationInterface_removeServiceResponse  removeService (removeServiceRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_removeServiceRequest

Remove service operation input parameters. Specifies the service to remove. May be an individual service or a service group.

removeServiceRequest request

Remove service request.

Collapse Output: ServiceAdministrationInterface_removeServiceResponse

Remove service response result. Contains empty content.

removeServiceResponse result

Remove service response.

Collapse Fault:
ServicePolicyException  : 

Raised if the specified service identifier does not exist, if an attempt was made to remove a definition that contains children without setting the includingChildren flag accordingly, 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" />
Input: ServiceAdministrationInterface_removeServiceRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_removeServiceResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="removeService">
-<wsdl:documentation>
<xhtml:p>Removes the the specified sevice identifier. The service may be an individual service or a service group. If the includingChildren flag is set to true, then all service definition children will be removed along with this definition. If this flag is set to false and child definitions exist, then the service definition cannot be removed.</xhtml:p>
<xhtml:p>Removing a service will also remove any policies, subscriptions, operations, and service implementations associated with that service. Consider disabling the service status rather than removing the service to preserve that information.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Remove service operation input parameters. Specifies the service to remove. May be an individual service or a service group.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Remove service response result. Contains empty content.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the specified service identifier does not exist, if an attempt was made to remove a definition that contains children without setting the includingChildren flag accordingly, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©