Hello,I want to consume an SAP webservice which has a notification pattern. That means, I am calling an SAP WS and at some later point I am supposed to get a notification (e.g. a status) back.
For that I have to register a listener within SAP. Now my question is, how to handle the whole thing on the notes side? I am importing the WSDL, getting my scriptlibrary and then write an agent that is sending data out to the SAP system.
But how do I manage the registration and handling the notification? Do I have to register the domino server and have an agent running on there that is constantly checking if a notification from SAP is comming in? Or do I write a webservice in notes, which the SAP WS calls when it wants to send the notification?
Does anybody have a hint or a best practice for this kind of situation?