http://www.ibm.com/schema/twss/spm/admin/subscription/v2_0/interface
The createSubscription Operation

Creates a subscription between a requester identifier (an individual requester or a requester group), the specified service, operation, and service implementation. The subscription may be made to an individual operation or the special 'ALL' operation. Each subscription creates a mapping between a service and a corresponding service implementation as part of the subscription; there can only be a single service implementation that processes a request for a given subscription.

SubscriptionAdministrationInterface_createSubscriptionResponse  createSubscription (createSubscriptionRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: SubscriptionAdministrationInterface_createSubscriptionRequest

Create subscription operation input parameters. Specifies the requester, service, operation, and service implementation that form the subscription.

createSubscriptionRequest request

Create subscription request.

Collapse Output: SubscriptionAdministrationInterface_createSubscriptionResponse

Create subscription operation response result. This response has empty content.

createSubscriptionResponse result

Create subscription response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied requester, service, operation, or service implementation identifies do not exist, or if an internal error occurred creating the subscription.

ServicePolicyException ServicePolicyException

Service policy exception fault.

 Collapse Bindings
Binding: SubscriptionAdministrationInterfaceBinding
<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="createSubscription">
-<wsdl:documentation>
<xhtml:p>Creates a subscription between a requester identifier (an individual requester or a requester group), the specified service, operation, and service implementation. The subscription may be made to an individual operation or the special 'ALL' operation. Each subscription creates a mapping between a service and a corresponding service implementation as part of the subscription; there can only be a single service implementation that processes a request for a given subscription.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Create subscription operation input parameters. Specifies the requester, service, operation, and service implementation that form the subscription.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Create subscription operation response result. This response has empty content.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_sub_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the supplied requester, service, operation, or service implementation identifies do not exist, or if an internal error occurred creating the subscription.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©