While the audience is gathering. During breaks etc

Slides:



Advertisements
Similar presentations
0 McLean, VA August 8, 2006 SOA, Semantics and Security.
Advertisements

© 2008 EBSCO Information Services SUSHI, COUNTER and ERM Systems An Update on Usage Standards Ressources électroniques dans les bibliothèques électroniques.
18 Copyright © 2005, Oracle. All rights reserved. Distributing Modular Applications: Introduction to Web Services.
1 Euro-VO Technology Forum, 23 September 2009, Annotations at the CDS Web 2.0: annotations at the CDS Brice GASSMANN Sébastien DERRIERE Thomas BOCH.
Web Service Architecture
Attie Naude 14 May 2013 Windows Azure Mobile Services.
Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
06 | Implementing Web APIs Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
MEC /19/2017 7:51 PM © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Fraser Technical Solutions, LLC
Managing Client Access
Module 4 Managing Client Access. Module Overview Configuring the Client Access Server Role Configuring Client Access Services for Outlook Clients Configuring.
Module 10: Designing an AD RMS Infrastructure in Windows Server 2008.
Role of Account Management at ERCOT Market Participant Identity Management Overview (MPIM)
Delight QuickBooks Online Banking Internal Support Training QuickBooks Windows 2009/2010 Online Banking.
Enabling Embedded Systems to access Internet Resources.
1 HKU CSIS DB Seminar: HKU CSIS DB Seminar: Web Services Oriented Data Processing and Integration Speaker: Eric Lo.
1 Web Services Web and Database Management System.
FCM Workflow using GCM.
Configuring and Troubleshooting Identity and Access Solutions with Windows Server® 2008 Active Directory®
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
Web services In this presentation… –what is a web service? –web service benefits –web service standards –web service definitions –web service actions.
Combining ArcGIS for Server & ArcGIS Online Julia Guard and Matt Monson.
ProductExchange 2013 SP1Exchange 2013 RTMExchange 2010 SP3Exchange 2007 SP3 Outlook 2013 SP1 or later MAPI over HTTP Outlook Anywhere Outlook Anywhere.
Supports the development & implementation of a IPPC Global ePhyto Hub to: Utilize modern Cloud technology. Ensure there is a secure folder for each countries’
CAS Proxying and Web Services The somewhat “easy way” Presented By: Joseph Mitola Programmer/Analyst Office Of The Registrar.
ISAM APPLIANCE (FEDERATION) ADMINISTRATION
Automate Custom Solutions Deployment on Office 365 and Azure
Implementing a service-oriented architecture using SOAP
While the audience is gathering. During breaks etc
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
Hybrid Search Technical Guidance.
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
B Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
While the audience is gathering. During breaks etc
H Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
B Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
SOAP web services in Microsoft Azure
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
How-TO Use STM module tool
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
TN19-TCI: Integration and API management using TIBCO Cloud™ Integration
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
While the audience is gathering. During breaks etc
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
H Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
Presentation transcript:

While the audience is gathering. During breaks etc While the audience is gathering. During breaks etc. Simple messages can be added in bold and white letters on the dark blue sea, eg. ”Welcome!”, ”Back at 15.15”

HOW-TO Use SMA VIS Instance This HOW-TO describes how to use a VIS instance deployed by SMA

Certificate Revocation Lists Overview SMA can provide a VIS instance on Azure cloud server. The VIS instance has a defined private REST interface where your own application can securely connect and retrieve incoming messages (RTZ, TXT, S124), send message and search for services to consume. The VIS instance handles authentication of consumers, validation of incoming data format and supports with secure service-to-service requests on HTTPS. MCP Web Portal Identity Registry Certificate Revocation Lists Internet Service Registry Microsoft Azure Customer application SMA VIS STM Module HMAC SSL any VIS REST RTZ RTZ Ship Shore centre Service Provider

Different usages of VIS instance The following slides shows different usages of the SMA VIS instance depending on need. Use SMA VIS instance to send and receive RTZ messages Use SMA VIS instance to provide subscription of voyage plans in RTZ format Use SMA VIS instance to send and receive TXT messages Use SMA VIS instance to send and receive Navigational Warnings (S124) Use SMA VIS instance to search for identities and services, and consume any STM service

Design of SMA VIS implementation for exchange of RTZ on request STM Module VIS Private REST VIS Public REST VIS Public REST POST /callService/{…} POST /voyagePlans POST /notification GET /message POST /voyagePlans Bussiness logic and behaviour on public interface shall be the same for all VIS instances based on same service design version Private side is not mandatory Business logic on private side is up to each manufactor

Design of SMA VIS implementation for exchange of RTZ through subscription STM Module VIS Private REST VIS Public REST VIS Public REST POST /publishMessage POST /voyagePlans POST /authorizeIdentities POST /subscription POST /voyagePlans POST /notification GET /voyagePlans GET /message POST /voyagPlans/subscription Bussiness logic and behaviour on public interface shall be the same for all VIS instances based on same service design version Private side is not mandatory Business logic on private side is up to each manufactor

Complete design of SMA VIS implementation for exchange of TXT STM Module VIS Private REST VIS Public REST VIS Public REST POST /callService/{…} POST /textMessage POST /textMessage POST /notification/ GET /message/

Complete design of SMA VIS implementation for exchange of S124 STM Module VIS Private REST VIS Public REST VIS Public REST POST /callService/{…} POST /area POST /area POST /notification/ GET /message/

Complete design of SMA VIS implementation SeaSWIM support (SSC) STM Module VIS Private REST VIS Public REST POST /callService/{…} MCP POST /findService{…} Service Registry GET /findIdentities{…} Identity Registry

SMA VIS interfaces

Procedures, step-by-step Ask for a VIS instance from SMA In return you’ll get: URL to private REST interface of the instance URL to public REST interface of the instance HMAC details for private secure connection Register your service instance in Service Registry (MCP STAGING) You need to register your organization in MCP to get access to Service Registry Issue service certificates Download and send the certificates to SMA to be inserted in the service database for use in authentication Create your application or service, connect to the private REST interface to your VIS instance and start exchanging voyage plans in RTZ format with other services in STM! When your services has been compliance tested and approved, the service can be registered in MCP PRODUCTION.

Specifications VIS Technical REST Design – SMA private side http://s3-eu-west-1.amazonaws.com/stm-stmvalidation/uploads/20170403113238/VIS-REST-Design-Private-STM-Project_v2.2-.docx HMAC security on SMA VIS private side https://service.projectplace.com/pp/pp.cgi/r1371256611 RTZ http://stmvalidation.eu/schemas/ (RTZ FORMAT + STM EXTENSION) TXT http://stmvalidation.eu/schemas/ (TEXT MESSAGE FORMAT) VIS Technical REST Design – SeaSWIM side http://s3-eu-west-1.amazonaws.com/stm- stmvalidation/uploads/20171211110130/VIS-REST-Design-for-SeaSWIM_v2.2.2.pdf HOW-TO Get started with STM and SeaSWIM https://service.projectplace.com/pp/pp.cgi/r1627103130 HOW-TO Register the service https://service.projectplace.com/pp/pp.cgi/r1386362973

At the end – you could add text in black like ”Thank You !”