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

Creates a new service definition within the hierarchy. Allows for the creation of individual services or service groups. When creating a new service definition, the parent group definition must be provided in order to link the service into the hierarchy. Individual services may not have children. By default, a service that is created will have a corresponding special operation 'ALL'. In addition, individual services will start off with an empty list of associated service implementations.

The service may be an individual service or a service group.

ServiceAdministrationInterface_createServiceResponse  createService (createServiceRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_createServiceRequest

Create service request operation input parameters. Specifies the service definition to create in the service policy manager.

createServiceRequest request

Create service request.

Collapse Output: ServiceAdministrationInterface_createServiceResponse

Create service response result. Contains empty content.

createServiceResponse result

Create service response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied service definition is invalid, already exists, 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_createServiceRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_createServiceResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="createService">
-<wsdl:documentation>
<xhtml:p>Creates a new service definition within the hierarchy. Allows for the creation of individual services or service groups. When creating a new service definition, the parent group definition must be provided in order to link the service into the hierarchy. Individual services may not have children. By default, a service that is created will have a corresponding special operation 'ALL'. In addition, individual services will start off with an empty list of associated service implementations.</xhtml:p>
<xhtml:p>The service may be an individual service or a service group.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Create service request operation input parameters. Specifies the service definition to create in the service policy manager.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Create 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 supplied service definition is invalid, already exists, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©