http://www.ibm.com/wsdl/twss/nm/adm/v1_0/interface
The NotificationAdministration Port Type

The NotificationManagement interface allows querying and terminating notifications registered using the NotificationRegistration interface. The interface exposes count-, find-, resetStatistics-, and terminate-like operations. Each of those four types of operations has several variants so users can very precisely effect notifications matching a specific set of matching criteria.

This interface is intended for tools that monitor and manage deployed services, and its design facilitates both investigative work and bulk operations.

The interface design is deliberately stateless to simplify its semantics and implementation. Clients wishing to perform stateful user interface tasks (for example, pagination over large numbers of notifications) must maintain their own, local state.

Operations where not limited to small result sizes by specifying resultsLimit values may take significant time to complete in large deployments. Interactive clients are encouraged to specify resultsLimit values small enough to provide adequate user interface responsiveness. Non-interactive, large bulk usage of the interface may require increasing bound transport protocol timeouts.

 Collapse Operations
NotificationAdministration_countResponse  countAll (countAllRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation counts all notifications currently registered with Notification Management. It optionally allows limiting the count as well as filtering by requester, service, and/or operation.

Please see the countAllRequest and countResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_countResponse  countByNotificationPortTypeEndPoint (countByNotificationPortTypeEndPointRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation counts all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the count as well as filtering by requester, service, and/or operation.

Please see the countByNotificationPortTypeEndPointRequest and countResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_countResponse  countByStartEndPeriodCount (countByStartEndPeriodCountRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation counts all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the count as well as filtering by requester, service, and/or operation.

Please see the countByStartEndPeriodCountRequest and countResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_countResponse  countByTargetCriterion (countByTargetCriterionRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation counts all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the count as well as filtering by requester, service, and/or operation.

Please see the countByTargetCriterionRequest and countResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_countResponse  countExactlyGlobalTransactionID (countExactlyGlobalTransactionIDRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation counts all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria.

Please see the countExactlyGlobalTransactionIDRequest and countResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_countResponse  countExactlyRequesterServiceCorrelator (countExactlyRequesterServiceCorrelatorRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation counts notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria.

Please see the countExactlyRequesterServiceCorrelatorRequest and countResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_findResponse  findAll (findAllRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation finds all notifications currently registered with Notification Management. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation.

Please see the findAllRequest and findResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_findResponse  findByNotificationPortTypeEndPoint (findByNotificationPortTypeEndPointRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation finds all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation.

Please see the findByNotificationPortTypeEndPointRequest and findResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_findResponse  findByStartEndPeriodCount (findByStartEndPeriodCountRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation finds all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation.

Please see the findByStartEndPeriodCountRequest and findResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_findResponse  findByTargetCriterion (findByTargetCriterionRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation finds all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation.

Please see the findByTargetCriterionRequest and findResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_findResponse  findExactlyGlobalTransactionID (findExactlyGlobalTransactionIDRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation finds all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria.

Please see the findExactlyGlobalTransactionIDRequest and findResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_findResponse  findExactlyRequesterServiceCorrelator (findExactlyRequesterServiceCorrelatorRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation finds all notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria.

Please see the findExactlyRequesterServiceCorrelatorRequest and findResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_findNextNRecordsResponse  findNextNRecords (findNextNRecordsRequest reference, notificationResultsFilterRequest filters, sizeLimit sizeLimit) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation retrieves sizeLimit number of records matching the criteria specified in the filters. It uses reference structure to decide on the direction and position of the record retrieval

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_resetStatisticsResponse  resetStatisticsByNotificationPortTypeEndPoint (resetStatisticsByNotificationPortTypeEndPointRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation resets the statistics for all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation.

Please see the resetStatisticsByNotificationPortTypeEndPointRequest and resetStatisticsResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_resetStatisticsResponse  resetStatisticsByStartEndPeriodCount (resetStatisticsByStartEndPeriodCountRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation resets the statistics for all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation.

Please see the resetStatisticsByStartEndPeriodCount and resetStatisticsResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_resetStatisticsResponse  resetStatisticsByTargetCriterion (resetStatisticsByTargetCriterionRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation resets the statistics for all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation.

Please see the resetStatisticsByTargetCriterionRequest and resetStatisticsResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_resetStatisticsResponse  resetStatisticsForAll (resetStatisticsForAllRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation resets the statistics for all notifications currently registered with Notification Management. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation.

Please see the resetStatisticsForAllRequest and resetStatisticsResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_resetStatisticsResponse  resetStatisticsForExactlyGlobalTransactionID (resetStatisticsForExactlyGlobalTransactionIDRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation resets the statistics for all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria.

Please see the resetStatisticsForExactlyGlobalTransactionIDRequest and resetStatisticsResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_resetStatisticsResponse  resetStatisticsForExactlyRequesterServiceCorrelator (resetStatisticsForExactlyRequesterServiceCorrelatorRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation resets the statistics for all notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria.

Please see the resetStatisticsForExactlyRequesterServiceCorrelatorRequest and resetStatisticsResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_terminateResponse  terminateAll (terminateAllRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation terminates all notifications currently registered with Notification Management. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation.

Please see the terminateAllRequest and terminateResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_terminateResponse  terminateByNotificationPortTypeEndPoint (terminateByNotificationPortTypeEndPointRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation terminates all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation.

Please see the terminateByNotificationPortTypeEndPointRequest and terminateResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_terminateResponse  terminateByStartEndPeriodCount (terminateByStartEndPeriodCountRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation terminates all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation.

Please see the terminateByStartEndPeriodCount and terminateResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_terminateResponse  terminateByTargetCriterion (terminateByTargetCriterionRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation terminates all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation.

Please see the terminateByTargetCriterionRequest and terminateResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_terminateResponse  terminateExactlyGlobalTransactionID (terminateExactlyGlobalTransactionIDRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation terminates all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria.

Please see the terminateAllRequest and terminateResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


NotificationAdministration_terminateResponse  terminateExactlyRequesterServiceCorrelator (terminateExactlyRequesterServiceCorrelatorRequest parameters) [faults:  NotificationRequestInvalidFault  NotificationServiceFault  ]

This operation terminates all notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria.

Please see the terminateExactlyRequesterServiceCorrelatorRequest and terminateResponse elements for more details.

Fault:
NotificationRequestInvalidFault  : 

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

NotificationServiceFault  : 

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


 Collapse XML
-<wsdl:portType  name="NotificationAdministration">
-<wsdl:documentation>
<xhtml:p> The NotificationManagement interface allows querying and terminating notifications registered using the NotificationRegistration interface. The interface exposes count-, find-, resetStatistics-, and terminate-like operations. Each of those four types of operations has several variants so users can very precisely effect notifications matching a specific set of matching criteria. </xhtml:p>
<xhtml:p> This interface is intended for tools that monitor and manage deployed services, and its design facilitates both investigative work and bulk operations. </xhtml:p>
<xhtml:p> The interface design is deliberately stateless to simplify its semantics and implementation. Clients wishing to perform stateful user interface tasks (for example, pagination over large numbers of notifications) must maintain their own, local state. </xhtml:p>
<xhtml:p> Operations where not limited to small result sizes by specifying resultsLimit values may take significant time to complete in large deployments. Interactive clients are encouraged to specify resultsLimit values small enough to provide adequate user interface responsiveness. Non-interactive, large bulk usage of the interface may require increasing bound transport protocol timeouts. </xhtml:p>
</wsdl:documentation>
-<wsdl:operation  name="countAll">
-<wsdl:documentation>
<xhtml:p> This operation counts all notifications currently registered with Notification Management. It optionally allows limiting the count as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the countAllRequest and countResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="findAll">
-<wsdl:documentation>
<xhtml:p> This operation finds all notifications currently registered with Notification Management. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the findAllRequest and findResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="resetStatisticsForAll">
-<wsdl:documentation>
<xhtml:p> This operation resets the statistics for all notifications currently registered with Notification Management. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the resetStatisticsForAllRequest and resetStatisticsResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="terminateAll">
-<wsdl:documentation>
<xhtml:p> This operation terminates all notifications currently registered with Notification Management. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the terminateAllRequest and terminateResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="countExactlyRequesterServiceCorrelator">
-<wsdl:documentation>
<xhtml:p> This operation counts notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the countExactlyRequesterServiceCorrelatorRequest and countResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="findExactlyRequesterServiceCorrelator">
-<wsdl:documentation>
<xhtml:p> This operation finds all notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the findExactlyRequesterServiceCorrelatorRequest and findResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="resetStatisticsForExactlyRequesterServiceCorrelator">
-<wsdl:documentation>
<xhtml:p> This operation resets the statistics for all notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the resetStatisticsForExactlyRequesterServiceCorrelatorRequest and resetStatisticsResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="terminateExactlyRequesterServiceCorrelator">
-<wsdl:documentation>
<xhtml:p> This operation terminates all notifications currently registered with Notification Management whose requester, service, and correlator match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the terminateExactlyRequesterServiceCorrelatorRequest and terminateResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="countExactlyGlobalTransactionID">
-<wsdl:documentation>
<xhtml:p> This operation counts all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the countExactlyGlobalTransactionIDRequest and countResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="findExactlyGlobalTransactionID">
-<wsdl:documentation>
<xhtml:p> This operation finds all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the findExactlyGlobalTransactionIDRequest and findResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="resetStatisticsForExactlyGlobalTransactionID">
-<wsdl:documentation>
<xhtml:p> This operation resets the statistics for all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the resetStatisticsForExactlyGlobalTransactionIDRequest and resetStatisticsResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="terminateExactlyGlobalTransactionID">
-<wsdl:documentation>
<xhtml:p> This operation terminates all notifications currently registered with Notification Management whose globalTransactionIDs match exactly with any one of the provided criteria. </xhtml:p>
<xhtml:p> Please see the terminateAllRequest and terminateResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="countByNotificationPortTypeEndPoint">
-<wsdl:documentation>
<xhtml:p> This operation counts all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the count as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the countByNotificationPortTypeEndPointRequest and countResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="findByNotificationPortTypeEndPoint">
-<wsdl:documentation>
<xhtml:p> This operation finds all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the findByNotificationPortTypeEndPointRequest and findResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="resetStatisticsByNotificationPortTypeEndPoint">
-<wsdl:documentation>
<xhtml:p> This operation resets the statistics for all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the resetStatisticsByNotificationPortTypeEndPointRequest and resetStatisticsResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="terminateByNotificationPortTypeEndPoint">
-<wsdl:documentation>
<xhtml:p> This operation terminates all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the terminateByNotificationPortTypeEndPointRequest and terminateResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="countByTargetCriterion">
-<wsdl:documentation>
<xhtml:p> This operation counts all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the count as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the countByTargetCriterionRequest and countResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="findByTargetCriterion">
-<wsdl:documentation>
<xhtml:p> This operation finds all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the findByTargetCriterionRequest and findResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="resetStatisticsByTargetCriterion">
-<wsdl:documentation>
<xhtml:p> This operation resets the statistics for all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the resetStatisticsByTargetCriterionRequest and resetStatisticsResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="terminateByTargetCriterion">
-<wsdl:documentation>
<xhtml:p> This operation terminates all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the terminateByTargetCriterionRequest and terminateResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="countByStartEndPeriodCount">
-<wsdl:documentation>
<xhtml:p> This operation counts all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the count as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the countByStartEndPeriodCountRequest and countResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="findByStartEndPeriodCount">
-<wsdl:documentation>
<xhtml:p> This operation finds all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number of results as well as filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the findByStartEndPeriodCountRequest and findResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="resetStatisticsByStartEndPeriodCount">
-<wsdl:documentation>
<xhtml:p> This operation resets the statistics for all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be reset and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the resetStatisticsByStartEndPeriodCount and resetStatisticsResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="terminateByStartEndPeriodCount">
-<wsdl:documentation>
<xhtml:p> This operation terminates all notifications currently registered with Notification Management that match the provided criteria. It optionally allows limiting the number to be terminated and also filtering by requester, service, and/or operation. </xhtml:p>
<xhtml:p> Please see the terminateByStartEndPeriodCount and terminateResponse elements for more details. </xhtml:p>
</wsdl:documentation>
-<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: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>
-<wsdl:operation  name="findNextNRecords"  parameterOrder="reference filters sizeLimit">
-<wsdl:documentation>
<xhtml:p>This operation retrieves sizeLimit number of records matching the criteria specified in the filters. It uses reference structure to decide on the direction and position of the record retrieval</xhtml:p>
<xhtml:p />
</wsdl:documentation>
-<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: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>
</wsdl:portType>
 Collapse Used-By
Service Port Binding
NotificationAdministrationService NotificationAdministration NotificationAdministrationBinding
Generated by WSDLdoc ©