Is there any additional documentation on BSSV method 'sendNotifyMsgToClient'
I'm reading the Business Services Development Guide for 9.1 (E24218-02), section 10.3.2 about how to send a message to the web client from a BSSV call, but it does not go into much detail as to what is required to perform this (beyond changing the JAS server to allow it to be called).
In order for this to work, must I call a BSSV from a BSFN? Or can I send a notification from a BSSV without it being initiated from a BSFN?
How does the BSSV know which JAS session to notify?
How does the APPL know it is being contacted with a message?