Inbound / Outbound Service Configuration

The inbound/outbound message utility allows you to configure your system to receive information from and to send information to external applications using XML. The Oracle Utilities Smart Grid Gateway uses one inbound web service to map device events. This is the same inbound web service used by the D1 application.

Inbound Web Services

Inbound web services define the details of how messages are received from an external system, including the inbound communication business object (or business service or service script) to be invoked when the response message is received. As in the case of inbound communication business objects, the set of inbound web services you need to create is based on the types of messages the system is designed to send.

The Oracle Utilities Smart Grid Gateway adapter for Sensus RNI includes the following inbound web services:

Inbound Web Service

Description

D1-BulkRequestHeader

Bulk Request Header

D1-BulkRequestUpdate

Bulk Request Update

D1-BulkResponse

Bulk Response

D1-DeviceEventSeeder

Used for upload of device events.

The Device Event Seeder business object serves as a means of adding device events both from outside the application and from online. Its pre-processing algorithms determine the device event type - which in turn defines the device event BO that should be used to create the device event.

If a device event type can't be determined, the device event is created using this BO. Such a device event can then be re-processed - and if successful, a new device event is created.

D1-InitialLoadIMD

Used for initial measurement upload.

The IMDSeeder business object is used to determine the type of initial measurement business object to instantiate when receiving usage readings from a head-end system.

D1-DeviceStatusCheck

Device Status Check

This service is invoked by the integration layer to instantiate a Device Status Check command.

D1-InitialLoadIMD

Used by OSB to instantiate an IMD

This inbound web service is used by OSB to instantiate an Initial Measurement Data for incoming interval usage in the Sensus format.

D1-RemoteConnect

Remote Connect

This service is invoked by the integration layer to instantiate a Remote Connect command.

D1-RemoteDisconnect

Remote Disconnect

This service is invoked by the integration layer to instantiate a Remote Disconnect command.

D6-ConDisconStChgNotification

Initiate Connect Disconnect response.

Retrieve response from the Initiate Connect Disconnect command.

D6-OutageDetectionEventNotification

Initiate Outage Detection Response

Retrieve response from the Initiate Outage Detection Event Notification command.

D6-ReadingChangedNotification

Reading Changed Notification

Notification that a Sensus device reading has changed.

D6-UnsolicitedEventNotification

Unsolicited Event Response

Retrieve unsolicited notifications when an event triggers an alarm on the meter.

Message Senders

Message senders define the details of how messages are sent to an external system. As in the case of outbound communication business objects and outbound message types, the set of message senders you need to create is based on the types of messages the system is designed to accept.

The Oracle Utilities Smart Grid Gateway adapter for Sensus RNI includes the following message senders:

Message Sender

Description

D6-CONDISCON

Sensus Initiate Connect/Disconnect

D6-INTOUTDET

Initiate Outage Detection Request

D6-InitMID

Initiate Meter Read By Meter ID Outbound Message