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

Updates the supplied service definition. Only changed values are updated. If optional values are not provided, then they are considered not to have changed. The supplied service definition may refer to either an individual service or a service group.

ServiceAdministrationInterface_updateServiceResponse  updateService (updateServiceRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_updateServiceRequest

Update service request operation input parameters. Only the changed values in the supplied definition are considered are updated.

updateServiceRequest request

Update service request.

Collapse Output: ServiceAdministrationInterface_updateServiceResponse

Update service response result. Contains empty content.

updateServiceResponse result

Update service response.

Collapse Fault:
ServicePolicyException  : 

Raised if the updated definition refers a non-existant service, the update content is invalid, 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_updateServiceRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_updateServiceResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="updateService">
-<wsdl:documentation>
<xhtml:p>Updates the supplied service definition. Only changed values are updated. If optional values are not provided, then they are considered not to have changed. The supplied service definition may refer to either an individual service or a service group.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Update service request operation input parameters. Only the changed values in the supplied definition are considered are updated.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Update 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 updated definition refers a non-existant service, the update content is invalid, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©