SOPERA Adapter 8.0 | webMethods SOPERA Adapter Documentation | webMethods SOPERA Adapter Installation and User’s Documentation | Adapter Notifications | Listener Notifications | Configuring Listener Notifications | SOPERA Notification Consumer
 
SOPERA Notification Consumer
You use the SOPERA Notification Consumer template to create service consumers when using the SOPERA Notification communication style.
Note:SOPERA Adapter supports creating only one SOPERA Notification Consumer for a given SOPERA service using the same adapter connection.
*To create a SOPERA Notification 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 Notification 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 Notification Consumer tab and specify the following fields:
Field
Description
SOPERA Service
The name of the SOPERA service under which the specified Integration Server service will be registered. For example: {http://service.sopware.org/ExampleURI}ExampleService
SOPERA service operation
The name of the operation in the specified SOPERA service. For example: notify
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.
Integration Server Service
*The qualified name of the IS service that will be generated. The generated IS service has only an input parameter.
*Leave empty, when the Publish IS Document check box is selected.
Publish IS document
*Select this check box when you want the service consumer to publish an IS document.
*Do not select when you want the service consumer to invoke an IS service.
Input document type
*When Publish IS document is selected, provide a name for the IS document type that will be generated. SOPERA Adapter generates the specified IS document type and adds a reference to the IS document in the publish document for the listener notification.
*When Publish IS document is unselected, leave this field empty.
Use plain XML
When selected, the response from the provider is returned as XML instead of an IS document type.
11. From the File menu, select Save.
Note:
When the template is saved, the existing flow service will be deleted and an empty flow service will be created to match the signature of the service.