http://www.ibm.com/wsdl/twss/nm/reg/v1_0/interface
The registerNotification Operation

The registerNotification operation allows a service to register a newly created notification with the Notification Management common component. Once a notification has been registered, an administrator may examine its properties and runtime characteristics using the NotificationAdministration interface.

The registerNotification operation requires a sizeable number of details. This provides administrators with significant flexibility when querying in-flight or live notifications during problem determination.

NotificationRegistration_registerNotificationResponse  registerNotification (registerNotificationRequest parameters)
[fault:  NotificationRequestInvalidFault  NotificationDuplicateFault  NotificationServiceFault  ]
Operation Type: Request-response
Collapse Input: NotificationRegistration_registerNotificationRequest
registerNotificationRequest parameters  
Collapse Output: NotificationRegistration_registerNotificationResponse
registerNotificationResponse result  
Collapse Fault:
NotificationRequestInvalidFault  : 

This fault occurs if the request contains invalid structure or semantic content.

NotificationRequestInvalidFault NotificationRequestInvalidFault  
NotificationDuplicateFault  : 

This fault occurs if the request specifies a requester, service, and correlator already used by an existing notification.

NotificationDuplicateFault NotificationDuplicateFault  
NotificationServiceFault  : 

This fault occurs if an unrecoverable error occurs while processing the request.

NotificationServiceFault NotificationServiceFault  
 Collapse Bindings
Binding: NotificationRegistrationBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: NotificationRegistration_registerNotificationRequest
<soap:body  use="literal" />
Output: NotificationRegistration_registerNotificationResponse
<soap:body  use="literal" />
Fault:
NotificationDuplicateFault: NotificationDuplicateFault
<soap:fault  name="NotificationDuplicateFault"
  use="literal" />
 
NotificationRequestInvalidFault: NotificationRequestInvalidFault
<soap:fault  name="NotificationRequestInvalidFault"
  use="literal" />
 
NotificationServiceFault: NotificationServiceFault
<soap:fault  name="NotificationServiceFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="registerNotification">
-<wsdl:documentation>
<xhtml:p> The registerNotification operation allows a service to register a newly created notification with the Notification Management common component. Once a notification has been registered, an administrator may examine its properties and runtime characteristics using the NotificationAdministration interface. </xhtml:p>
<xhtml:p> The registerNotification operation requires a sizeable number of details. This provides administrators with significant flexibility when querying in-flight or live notifications during problem determination. </xhtml:p>
</wsdl:documentation>
<wsdl:input  message="twss_nm_reg:NotificationRegistration_registerNotificationRequest"  name="registerNotificationRequest"> </wsdl:input>
<wsdl:output  message="twss_nm_reg:NotificationRegistration_registerNotificationResponse"  name="registerNotificationResponse" />
-<wsdl:fault  message="twss_nm_faults:NotificationRequestInvalidFault"  name="NotificationRequestInvalidFault">
-<wsdl:documentation>
<xhtml:p> This fault occurs if the request contains invalid structure or semantic content. </xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_nm_faults:NotificationDuplicateFault"  name="NotificationDuplicateFault">
-<wsdl:documentation>
<xhtml:p> This fault occurs if the request specifies a requester, service, and correlator already used by an existing notification. </xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_nm_faults:NotificationServiceFault"  name="NotificationServiceFault">
-<wsdl:documentation>
<xhtml:p> This fault occurs if an unrecoverable error occurs while processing the request. </xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©