Application Subscription Management Use Case
Dear All,
I have configured environment for application subscription management. I have created subscription plugin configured my SMSc host and connected it. It show me connection status true
Now I have created application subscription XML which is like below
<?xml version="1.0" encoding="UTF-8"?><subscriptions xmlns="http://oracle/ocsg/appSubscription/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><subscription serviceNumber="tel:7862"><application appInstanceId="vasit_app_user" applicationName="VASIT_Test" endpoint="http://172.21.100.38:3333/AppSubcriptionWS/AppTestService" expirePeriod="36000000" subscriptionChannel="ALL"><metaInfo key="key1" value="value1"/><metaInfo key="key2" value="value2"/><subscribeInfo text="Test" notification="You have subscribed successfully"/><unsubscribeInfo text="Test1" notification="You have unsubscribed successfully"/><suspendInfo text="Test2" notification="You have suspended successfully"/><unsuspendInfo text="Test3" notification="You have unsuspended successfully"/><resourceId>createoutboundMessage</resourceId></application></subscription></subscriptions>