This Web service method will provide notification when the repository data changes.
This Web service method is used to receive notifications when the user profile RepositoryData for the associated subscriber changes in the HSS. The format of the RepositoryData is defined in the ShDataType.xsd schema. If the subscriber’s profile has been deleted by the HSS, the ServiceData field in the RepositoryData object will be null.
public void notifyRepositoryDataChange(RepositoryData newData, String publicIdentity) throws Exception { // application logic }
Parameter Name | Type | Description |
---|---|---|
newData | String | The modified or deleted RepositoryData received from the HSS notification request. |
publicIdentity | String | This parameter is the publicIdentity associated with the updated RepositoryData. Specifies the public user identity or public service
identity. This can be either a SIP URL or a TEL URL. Example:
|