Interoperability Test Message Patterns for IEC

Slides:



Advertisements
Similar presentations
A PPARC funded project Asynchronous Activities in SOAP services Guy Rixon IVOA Interoperability Meeting Cambridge MA, May 2004.
Advertisements

Oct, 26 th, 2010 OGF 30, NSI-WG: Network Service Interface working group Web Services Overview Web Services for NSI protocol implementation
Happy Eyeballs Extension for Multiple Interfaces Gang Chen Carl
ONE STOP THE TOTAL SERVICE SOLUTION FOR REMOTE DEVICE MANAGMENT.
SOAP Quang Vinh Pham Simon De Baets Université Libre de Bruxelles1.
INTEGRATION USING CIM BASED INTERFACES Endeavour Energy.
NextGRID & OGSA Data Architectures: Example Scenarios Stephen Davey, NeSC, UK ISSGC06 Summer School, Ischia, Italy 12 th July 2006.
Systems Integration Specialists Company, Inc. The Standards Based Integration Company © Copyright 2009 SISCO, Inc. IOP Status Report CIMug Meeting Margaret.
Design and Implementation of a Server Director Project for the LCCN Lab at the Technion.
Web Service Architecture Part I- Overview and Models (based on W3C Working Group Note Frank.
Processing of structured documents Spring 2003, Part 6 Helena Ahonen-Myka.
CIM Test Development Process John Simmins Weekly Status and Planning Meeting 4/5/2011.
Interoperability Tests for IEC Scott Neumann November 12, 2009.
Systems Integration Specialists Company, Inc. The Standards Based Integration Company © Copyright 2010 SISCO, Inc – 9 Meter Reading and Control.
JavaScript, Fourth Edition Chapter 12 Updating Web Pages with AJAX.
Project CIM Test Development Process John Simmins Weekly Status and Planning Meeting 2/1/2011.
Trade Software Developer Technical Seminar Document Imaging System March 7, 2012.
Disaster Management - Open Platform for Emergency Networks (DM OPEN)‏ Introduction to the Interoperability Environment.
Web Services Description Language CS409 Application Services Even Semester 2007.
Agenda 1.Implementation of CustomerService. CustomerService wrapper SOAP → ESB internal format Abstract → Concrete XML syntax ESB internal format → HTTP.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
COMP3019 Coursework: Introduction to GridSAM Steve Crouch School of Electronics and Computer Science.
Lemonade Requirements for Server to Client Notifications draft-ietf-lemonade-server-to-client-notifications-00.txt S. H. Maes C. Wilson Lemonade Intermediate.
Geneva, Switzerland, 11 June 2012 Switching and routing in Future Network John Grant Nine Tiles
A Flexible Access Control Model for Web Services Elisa Bertino CERIAS and CS Department, Purdue University Joint work with Anna C. Squicciarini – University.
Distributed Information Retrieval Using a Multi-Agent System and The Role of Logic Programming.
1 © Netskills Quality Internet Training, University of Newcastle HTML Forms © Netskills, Quality Internet Training, University of Newcastle Netskills is.
Deferred Messaging Brown Bag 1. Agenda 2 Background Solution Implementation Details Additional Information.
Course Schedule Report Web Service Carolyn Cracraft Lisa de Larios-Heiman.
Title – NwHIN CAQH/CORE X12 support Discussion Date June
AEP's gridSMART sm Project Greg Steinmetz AEP gridSMART sm 11/12/2009 AEP's gridSMART Project - Implementation of CIM within Metering/AMI South Bend pilot.
© 2005 Open Mobile Alliance Ltd. All Rights Reserved. Used with the permission of the Open Mobile Alliance Ltd. under the terms as stated in this document.
Client Web Service HTTP Tunnel 1 2 Synchronous Message BLK.
© 2009 Research In Motion Limited Advanced Java Application Development for the BlackBerry Smartphone Trainer name Date.
# 1 Application Integration Architecture A Framework For Standard Interface Development Gerald R. Gray, Consumers EnergyJune 23, 2008.
SE-2840 Dr. Mark L. Hornick 1 Introduction to Ajax Asynchronous Javascript And XML.
Intro to Web Services Dr. John P. Abraham UTPA. What are Web Services? Applications execute across multiple computers on a network.  The machine on which.
AMI -ENT Service Definition Team Step-by-Step Modeling and Artifacts Generation Process.
Discussion of OCP/SMTP profile and some Use cases Presented by Abbie Barbir
Title – NwHIN CAQH/CORE X12 support Discussion Date June
User Application Control (Keypress Events) SIPPING WG - IETF 53 Robert Fairlie-Cuninghame, Bert Culpepper, Jean-François Mulé.
Collecting Copyright Transfers and Disclosures via Editorial Manager™ -- Editorial Office Guide 2015.
SOAP, Web Service, WSDL Week 14 Web site:
Windows Communication Foundation and Web Services
Last Class: Introduction
WEB SERVICES From Chapter 19 of Distributed Systems Concepts and Design,4th Edition, By G. Coulouris, J. Dollimore and T. Kindberg Published by Addison.
CIM Test Development Process
ITDS PGA Message Set Processing Overview and Architecture
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Data Networking Fundamentals
Windows Communication Foundation and Web Services
#01 Client/Server Computing
Application layer Lecture 7.
Oracle Sales Cloud Sales campaign
Asynchronous Programming
JavaScript & jQuery AJAX.
Student: Popa Andrei-Sebastian
WEB SERVICES From Chapter 19, Distributed Systems
Interoperability Test Enumerations for IEC
Why is it important? A first cut at a logging interface
InterOp Technical Notes
Interoperability Test Message Patterns for IEC
Scott Neumann November 1, 2009
Message Passing Systems Version 2
Error Handling for IEC Scott Neumann September 29, 2009.
InterOp Events Scott Neumann October 25, 2009.
Interoperability Test Message Patterns for IEC
#01 Client/Server Computing
Message Passing Systems
Presentation transcript:

Interoperability Test Message Patterns for IEC 61968-9 Scott Neumann November 4, 2009

Introduction The purpose of this presentation is to describe messaging patterns to be potentially used for interoperability tests for IEC 61968-9 This is intended to supplement the EPRI technical report Important to note that messaging between metering systems and end devices is outside the scope of this InterOp This document is currently a draft, where comments from metering vendors as a consequence of the 9/1/2009 call are pending

Testing Infrastructure Overview UISOL test bus is based upon EPRI TR 1018795 and IEC 61968-1 Participant products remotely connect to bus using internet as clients, servers and/or listeners Test witnesses monitor tests using web browser

Controls and Events

Controls and Events Client process issues request to MS as ‘create EndDeviceControls’, where each EndDeviceControl has a unique mRID (using a GUID) MS replies to client synchronous, as ‘reply EndDeviceControls’ Event published ‘created EndDeviceControls’ to notify potentially interested clients that a control has been requested or scheduled MS processes control request issuing messages to end devices as needed (the messaging and processing sequences here are outside the scope of 61968-9) Consequences of controls may be reported to metering system from end devices Events published ‘created EndDeviceEvents’ to notify potentially interested clients, where if possible, the mRID for each EndDeviceEvent should use the mRID from the corresponding EndDeviceControl

Metering System

Metering System Meter readings are collected by metering system Metering system publishes messages using ‘created MeterReadings’ to potentially interested clients Some of the information collected from meters may be events, or may cause events to be inferenced and reported using ‘created EndDeviceEvents’

Asynchronous Replies

Asynchronous Replies Client (e.g. MDM) may request meter readings from metering system using ‘get MeterReadings’ Metering system replies to client synchronously using ‘reply MeterReadings’ with whatever data is available that is relevant to the request if it chooses Meters may later return the desired data to metering system Metering system replies asynchronously to client using ‘reply MeterReadings’ to specified reply topic/queue and correlation ID used on initial request Metering system may also publish data using ‘created MeterReadings’ to any potentially interested client

More on Asynchronous Replies Both client and server must support Client responsibilities: CorrelationID in header must be used to allow client to correlate multiple replies to an initial request AsyncReplyFlag in header should be set to true ReplyAddress should identify topic/queue to be used for asynchronous replies Server responsibilities: Server (e.g. metering system) must be will to dedicate a thread or process to process the request asynchronously Server must send replies to the designated destination with the appropriate correlationID as initially supplied by the client All but last reply should use ‘PARTIAL’ for the ReplyCode Last reply should use ‘OK’ for the ReplyCode Need to decide if asynchronous replies will be fully supported for the InterOp tests

Another Possible Approach

Details Asynchronous relies are handled through get/reply pairs that are tied together via the correlation ID Client polls for subsequent payloads Provides an approach that is better supported using web services Is easier to test, as bus does not need to track state

New AsyncReply WS Interface Added a new operation to the WSDL to allow a WS-based client to send an asynchronous reply to the ESB The operation is called ‘AsyncReply’ and uses a ‘ResponseMessage’ for BOTH input and output ESB then determines if the target is a web service or a JMS topic based upon the replyAddress element (i.e. if the replyAddress begins with ‘http’ it is forwarded to a web service, otherwise JMS) Async replies can also be submitted to the ESB using the JMS ‘TESTING.ASYNCREPLIES’ topic, where the ESB will log and then forward to JMS or WS destination A web service client that wants to receive asynchronous replies must also expose a listener for the AsyncReply operation A JMS client that wants to receive asynchronous replies just needs to identify a desired reply topic and then listen on that topic

More Information UISOL web site: http://uisol.com E-mail: sneumann@uisol.com EPRI Technical Report: ESB Implementation Profile Using IEC 61968