SOPERA Adapter 8.0 | webMethods SOPERA Adapter Documentation | webMethods SOPERA Adapter Installation and User’s Documentation | Adapter Notifications | Listener Notifications | Configuring Listener Notifications | SOPERA Callback Consumer
 
SOPERA Callback Consumer
You use the SOPERA Callback Consumer template to receive notification for the callback of a request-callback service. For information about creating a request only adapter service, see Configuring Request-Callback Consumer Services.
*To create a SOPERA Callback Consumer listener notification
1. Start Designer.
2. Right-click the package in which the notification should be contained and select New > Adapter Notification.
3. Select the parent namespace and type a name for the adapter notification.
4. Click Next.
5. Select SOPERA Adapter as the adapter type and click Next.
6. Select the SOPERA Callback Consumer notification template and click Next.
7. Select the appropriate Notification Listener Name and click Next.
8. Click Finish.
Designer creates a listener notification and a publishable document type, and the editor for the adapter notification appears.
9. In the editor for adapter notifications, select the Adapter Settings tab to confirm notification properties such as the Adapter Name, Adapter Listener Name, and Adapter Notification Template as necessary.
10. In the editor for adapter notifications, select the SOPERA Callback Consumer tab and specify the following fields:
Field
Description
SOPERA Service
The name of the SOPERA service. For example: {http://service.sopware.org/ExampleURI}ExampleService
SOPERA service operation
The name of the operation in the specified SOPERA service. For example: inOut
SOPERA service callback operation
Changes automatically to a callback operation that corresponds to the operation specified in the Operation name field. For example, if the value in the Operation name field is inOut, the value in this field could be inOutResponse.
Output document type
The fully qualified document type name for the output IS document. For example, doc.myservice.output:outDoc. SOPERA Adapter generates the output IS document type and adds a reference to the IS document in the listener notification publish document.
Policy
The conditions under which the adapter service invokes a SOPERA service. Policies are retrieved from the SOPERA Service Registry based on the location configured in the Connection Settings. For information about configuring the adapter connection settings, see Configuring Adapter Connections.
Use plain XML
When selected, the service description will not contain any of the data structure given in the signature.
11. From the File menu, select Save.