[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Developing Gateway Clients

When you have installed Subscriber Manager, you can access a Web Services Description Language (WSDL) file for the application. The WSDL file defines the public SOAP interface for Subscriber Manager. SDX owners and business partners can use this interface to develop gateway clients for Subscriber Manager.

The URL for the WSDL file is:

http://<host>:<portNumber>/sub/services/SubscriberManagement?wsdl

Trace Requests

Gateway clients can also submit trace requests to OSMW by means of Subscriber Manager after OSMW has executed an action. The trace requests do not initiate OSMW actions. Table 3 lists the trace requests and their functions.




Table 3: Trace Requests for Subscriber Manager 
Trace Request (Operation)
Function

checkTransaction

Check whether the action for the previous request is complete.

abortTransaction

Cancel the action for the previous request.

traceTransaction

Trace all histories associated with the transaction ID for the previous request.

traceSubscriber

Trace all actions performed for a subscriber.

traceSubscription

Trace all actions performed for a subscription.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]