Setting up bidirectional gateways

This section describes how to configure the Amdocs server so that changes made to Amdocs cases are sent to Netcool/OMNIbus.

To configure bidirectional notifications you need to configure the Amdocs rule manager to send notification to the ObjectServer when Amdocs CRM updates the status of tickets. To configure the Amdocs server to send these notifications to the ObjectServer, use the following example:

curl -data-ascii case_id=[Object ID],status='[Status]' http://host:ServerPort

Where Object ID is the case type of updates you want the Amdocs server to forward.

Where status is event status you want the Amdocs server to forward.

Where host is the gateway host specified in the httpTransport.properties file.

Where ServerPort is the server port specified in the httpTransport.properties file.