GS1Trade Sync Data Pool - Web Services for Data Source

Size: px
Start display at page:

Download "GS1Trade Sync Data Pool - Web Services for Data Source"

Transcription

1 GS1Trade Sync Data Pool - Web Services for Data Source Connectivity Guide Version 0.9, Draft/Approved,

2 Document Summary Document Item Document Name Current Value (Connectivity Guide) Document Date Document Version 0.9 Document Status Document Description Draft/Approved This document describes the Data Source-specific implementation of web services used for GS1Trade Sync Data Pool system. Contributors Name Tibor Gottdank Zsolt Jacsó Organisation GITM Kft. GITM Kft. Log of Changes Release Date of Change Changed By Summary of Change /02/2016 Tibor Gottdank Skeleton of document /02/2016 Tibor Gottdank First draft /02/2016 Tibor Gottdank Corrected first draft /02/2016 Tibor Gottdank Corrections in Chapter /02/2016 Tibor Gottdank Minor changes /02/2016 Zsolt Jacsó Major changes /03/2016 Zsolt Jacsó New chapter: Expected steps of testing Disclaimer GS1, under its IP Policy, seeks to avoid uncertainty regarding intellectual property claims by requiring the participants in the Work Group that developed this (Connectivity Guide) to agree to grant to GS1 members a royalty-free licence or a RAND licence to Necessary Claims, as that term is defined in the GS1 IP Policy. Furthermore, attention is drawn to the possibility that an implementation of one or more features of this Specification may be the subject of a patent or other intellectual property right that does not involve a Necessary Claim. Any such patent or other intellectual property right is not subject to the licencing obligations of GS1. Moreover, the agreement to grant licences provided under the GS1 IP Policy does not include IP rights and any claims of third parties who were not participants in the Work Group. Accordingly, GS1 recommends that any organization developing an implementation designed to be in conformance with this Specification should determine whether there are any patents that may encompass a specific implementation that the organisation is developing in compliance with the Specification and whether a licence under a patent or other intellectual property right is needed. Such a determination of a need for licencing should be made in view of the details of the specific system designed by the organisation in consultation with their own patent counsel. THIS DOCUMENT IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY, NONINFRINGMENT, FITNESS FOR PARTICULAR PURPOSE, OR ANY WARRANTY OTHER WISE ARISING OUT OF THIS SPECIFICATION. GS1 disclaims all liability for any damages arising from use or misuse of this Standard, whether special, indirect, consequential, or compensatory damages, and including liability for infringement of any intellectual property rights, relating to use of information in or reliance upon this document. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 2 of 16

3 GS1 retains the right to make changes to this document at any time, without notice. GS1 makes no warranty for the use of this document and assumes no responsibility for any errors which may appear in the document, nor does it make a commitment to update the information contained herein. GS1 and the GS1 logo are registered trademarks of GS1 AISBL. Table of Contents 1 Introduction Purpose of Document Document Conventions Target Audience About Web Services Overview Service Characteristics Details of Services Feature Description of Services DataSourceOperations Service The StandardBusinessDocumentHeader parameter Description of DataSourceOperations Service DataSourceOperationsCallback Service Description of DataSourceOperationsCallback Service Return parameter Security DataSourceOperations service Transport over HTTPS Client authentication DataSourceOperationsCallback service Expected transport channel Expected authentication of client calls Connection Parameters Expected steps of testing DS DP DP DS Appendix Attached files Abbreviation Glossary References List of Figures Version 0.42, Draft/Approved, 17. februar 2016All rights Page 3 of 16

4 1 Introduction 1.1 Purpose of Document The GDSN Standard-specific web service is one of the three machine-to-machine interface technology 1 available for communicating with GS1Trade Sync. Therefore, the connectivity documentation of GS1Trade Sync Data Pool contains three main parts. Additionally, the web service-based connectivity documentation divided into two further parts: Connectivity guide for Data Source (DS) Connectivity guide for Data Recipient (DR) The main reason of selection is that it is unnecessary for DS to see DR-specific details and vice versa. This document specifies the implementation details of GDSN DS 2 -specific web services within GS1Trade Sync Data Pool v1.0 system platform. 1.2 Document Conventions This document structure is partially based on the specification standard of Rational Unified Process (RUP) methodology. Within this specification, the terms SHALL, SHALL NOT, SHOULD, SHOULD NOT, MAY, NEED NOT, CAN, and CAN NOT are to be interpreted as specified in [1]. When used in this way, these terms will always be shown in ALL CAPS; when these words appear in ordinary typeface they are intended to have their ordinary English meaning. The following typographical conventions are used throughout the document: ALL CAPS type is used for the special terms from [1] enumerated above. Monospace type is used to denote programming language, UML, and XML identifiers, as well as for the text of XML documents. This document uses several abbreviations which long forms are located in Appendix. 1.3 Target Audience The audience of this specification includes all assigned GS1Trade Sync Data Pool project members from both GS1 Denmark and, and the staff of developer companies assigned to the project on s authority. Additionally, this document is intended for developers and testers who are familiar with the GDSN standard and who has general knowledge of other GS1 standards. 1 There are WS-, AS2-, FTP/FTPS-based interfaces in GS1Trade Sync Data Pool system. 2 DS represents the supply side data in a GDSN process. It can be a company (supplier, manufacturer, distributor etc.) that enters product information into GDSN-based synchronisation systems that are sent to DRs. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 4 of 16

5 2 About Web Services Web services (WSs) are client and server applications that communicate over the web HTTP(s) protocol. Web services provide a standard means of interoperating between software applications running on a variety of platforms and frameworks. WSs are characterized by their great interoperability and extensibility, as well as their machineprocessable descriptions, thanks to the use of XML. Web services can be combined in a loosely coupled way to achieve complex operations. Programs providing simple services can interact with each other to deliver sophisticated added-value services. Rules for communication between different systems need to be defined, such as: How one system can request data from another system. Which specific parameters are needed in the data request What would be the structure of the data (Normally, data is exchanged in XML files, and the structure of the XML file is validated against an XSD file.) What error messages to display when a certain rule for communication is not observed, to make troubleshooting easier Fig. 1 Simple Web Service process Version 0.42, Draft/Approved, 17. februar 2016All rights Page 5 of 16

6 3 Overview In order to communicate properly between DS and DR, WS interfaces are available. The XML-based communication based on GDSN Standard is performed through the GS1Trade Sync Data Pool system (Fig. 2). Fig. 2 Web Service-based communication between Data Source and Data Recipient There are four different WS interfaces in GS1Trade Sync Data Pool environment for appropriate communication: two WS interfaces for DS-based operations in GDSN two WS interfaces for DR-based operations in GDSN Note: This document focuses only the DS-DP, DP-DS relation. Every WS complies with the GS1 standard-specific request/response definition [2]. Note: In the WS-based mechanism each single request receives a response: one method call one transaction one GS1 response [2] 3. The GS1-specific response contains the details about the transaction. 3.1 Service Characteristics For sending product information to DR and getting confirmation (CIC), DS needs to use/implement appropriate WS interfaces. Fig. 3 Web Service-based communication between Data Source and GS1Trade Sync Data Pool 3 It corresponds to the Sect. 5.8 of Catalogue Item Sync [3]. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 6 of 16

7 In order to establish DS-side WS communication, one WS implementation and one WS client implementation is necessary: A WS client implementation is needed to call the WS hosted by DP. It is for sending request from DS to DP. A WS implementation, hosted by DS to receive confirmations from DR through DP Version 0.42, Draft/Approved, 17. februar 2016All rights Page 7 of 16

8 4 Details of Services Next section describes the two WS interfaces related to DS in GS1Trade Sync implementation. Notes: The used WSDL-based service description is technology independent. Every defined operation corresponds to specification of BMS Catalogue Hierarchical Item Sync. [3] Technically, the implementation of DataSourceOperations WS is based on the WCF (Windows Communication Foundation) Service request-response mechanism. 4.1 Feature Description of Services As it mentioned, two WS interface implementation is necessary for the complete communication: a WS interface implemented & hosted by DP (DataSourceOperations service) a WS interface implemented & hosted by DS (DataSourceOperationsCallback service). Note: The two WSDL files are included in Appendix. 4.2 DataSourceOperations Service DataSourceOperations service is hosted by DP and it receives message from DS, validate the message and provides response The StandardBusinessDocumentHeader parameter There is a mandatory parameter of the operations called SBDH (Standard Business Document Header). The object should look like this: <StandardBusinessDocumentHeader xmlns=" <HeaderVersion>1.0</HeaderVersion> //Constant <Sender> <Identifier Authority="GS1"> </Identifier> //Sender GLN </Sender> <Receiver> <Identifier Authority="GS1"> </Identifier> //GS1Trade Sync s GLN </Receiver> <DocumentIdentification> <Standard>GS1</Standard> //Constant <TypeVersion>3.1</TypeVersion> //Constant <InstanceIdentifier>MSG-externalDocumentId</InstanceIdentifier> //Unique instance identifier, possibly guid <Type>catalogueItemNotification</Type> //Type of the message <MultipleType>false</MultipleType>//Constant <CreationDateAndTime> T16:56:47Z</CreationDateAndTime> </DocumentIdentification> </StandardBusinessDocumentHeader> Possible message types within the <Type></Type> node: catalogueitemnotification catalogueitemhierarchicalwithdrawal Version 0.42, Draft/Approved, 17. februar 2016All rights Page 8 of 16

9 4.2.2 Description of DataSourceOperations Service The DataSourceOperations service has the following operations: Operation 1 for receiving Catalogue Item Notification (CIN) 4 from DR. This operation corresponds to Information Model (Sect. 5.4) of Catalogue Item Sync [3]. <wsdl:operation name="receivecatalogueitemnotification"> <wsdl:input wsaw:action=" /ReceiveCatalogueItemNotification" message="tns:datasourceoperationsservice_receivecatalogueitemnotification_inputmessa ge"/> <wsdl:output wsaw:action=" /ReceiveCatalogueItemNotificationResponse" message="tns:datasourceoperationsservice_receivecatalogueitemnotification_outputmess age"/> </wsdl:operation> Operation 2 for Catalogue Item Hierarchical Withdrawal 5. This operation corresponds to Information Model (Sect. 5.3) of Catalogue Item Sync [3]. <wsdl:operation name="receivecatalogueitemhierarchicalwithdrawal"> <wsdl:input wsaw:action=" /ReceiveCatalogueItemHierarchicalWithdrawal" message="tns:datasourceoperationsservice_receivecatalogueitemhierarchicalwithdrawal_ InputMessage"/> <wsdl:output wsaw:action=" /ReceiveCatalogueItemHierarchicalWithdrawalResponse" message="tns:datasourceoperationsservice_receivecatalogueitemhierarchicalwithdrawal_ OutputMessage"/> </wsdl:operation> 4.3 DataSourceOperationsCallback Service DataSourceOperationsCallback Service is hosted by DS and it is for delivering confirmation messages from DR. Note: DS have to host the DataSourceOperationsCallback service on its own machine with the same wsdl can be found in Appendix Description of DataSourceOperationsCallback Service The DataSourceOperationsCallback service as callback service has only one operation: Operation for adding Catalogue Item Confirmation (CIC) 6 to DR. This operation corresponds to Information Model (Sect. 5.2) of Catalogue Item Sync [3]. <wsdl:operation name="receivecatalogueitemconfirmation"> <wsdl:input wsaw:action=" kservice/receivecatalogueitemconfirmation" message="tns:datasourceoperationscallbackservice_receivecatalogueitemconfirmation_in putmessage"/> <wsdl:output wsaw:action=" 4 CIN is a business message used to transmit trade item information from DS or DP to DR with the GDSN. 5 The Catalogue Item Hierarchical Withdrawal is a business message used to transmit trade item information from DS or DP to DR with the GDSN with regards to a correction that is required to an item hierarchy that has already been synchronised. 6 It refers to electronic communication from the DR to the DS indicating what action has been taken on the item. The confirmation process occurs in the recipient s data pool. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 9 of 16

10 kservice/receivecatalogueitemconfirmationresponse" message="tns:datasourceoperationscallbackservice_receivecatalogueitemconfirmation_ou tputmessage"/> </wsdl:operation> Return parameter This chapter describes the expected response in case of service callback. The response can be positive or negative Positive response In case of successful conversation the GS1Response should look like this: <gs1response> <originatingmessageidentifier> <entityidentification>3242c921-3fe4-46d e375f3db5</entityidentification> //Same as the received catalogueitemconfirmation message catalogueitemconfirmationidentification.entityidentification field </originatingmessageidentifier> <receiver> </receiver> // DS own GLN <sender> </sender> // GS1Trade Sync s GLN <transactionresponse> <transactionidentifier> <entityidentification>kato:urn:uuid:86eee ab </entityidentification> //Auto-generated transaction identifier, generated by the sender <contentowner> <gln> </gln> // Sender GLN </contentowner> </transactionidentifier> <responsestatuscode>accepted</responsestatuscode> //Positive status code </transactionresponse> </gs1response> Negative response In case of failed conversation the GS1Response should look like this: <gs1response> <originatingmessageidentifier> <entityidentification>3242c921-3fe4-46d e375f3db5</entityidentification> //Same as the received catalogueitemconfirmation message catalogueitemconfirmationidentification.entityidentification field </originatingmessageidentifier> <receiver> </receiver> // DS own GLN <sender> </sender> // GS1Trade Sync s GLN <gs1exception> Version 0.42, Draft/Approved, 17. februar 2016All rights Page 10 of 16

11 <messageexception> <gs1error> <errorcode>ws100</errorcode> //Constant errorcode allocated to WS communication <errordatetime> t05:45:05+00:00</errordatetime> <errordescription>the same Document Identification InstanceIdentifier may not be repeated on multiple messages</errordescription> //Error description </gs1error> </messageexception> </gs1exception> </gs1response> Version 0.42, Draft/Approved, 17. februar 2016All rights Page 11 of 16

12 5 Security 5.1 DataSourceOperations service Transport over HTTPS DataSourceOpertations WS communicates on a secure transport channel (HTTPS). The main motivation of using the HTTPS protocol, to ensure secure transmission of the exchanged data. For more information about the HTTPS protocol see [4] Client authentication DataSourceOpertations WS performs authentication on every call. Only authenticated users can perform actions. Authentication is based on the client s certificate. Client have to have an X509 valid certificate, which s public key must be shared with GS1Trade Sync s operation staff. We recommended to use the same certificate for client authentication as used for the DataSourceOperationsCallback service s SSL certificate. Every client call must be signed with the certificate, which will be authenticated on the server. For testing purpose self-signed certificates are accepted, but on live environment it is highly recommend to use trusted third-party certificate. 5.2 DataSourceOperationsCallback service Following chapters describes the necessary set-up of the callback service hosted by DS Expected transport channel The expected transport channel is HTTPS. The service must be secured with a trusted SSL certificate Expected authentication of client calls The expected authentication of the client calls is the same as we have on GS1Trade Sync s server side (Chapter 5.1.2). Accordingly we need a service which client authentication scheme is based on certificates. GS1Trade Sync will use the same certificate for signing the client calls, as we use for HTTPS security. This certificate is a trusted third-party certificate on test and live system as well. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 12 of 16

13 6 Connection Parameters DataSourceOperations service: Parameter name Service URL Value Port 5556 WSDL URL singlewsdl URL Note that the client authentication works on domain level, meaning that the wsdls can be downloaded using client certificate. Both service and callback wsdls are available in the Appendix. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 13 of 16

14 7 Expected steps of testing 7.1 DS DP Testing should start with calling the GS1Trade Sync s web service. GS1Trade Sync supplies a certificate can be used temporarily for testing purposes. If a client call with the temporary test certificate succeeds, DS have to change the certificate to their own one. Of course it is necessary to share the new certificate with GS1Trade Sync s operation staff before using it. 7.2 DP DS Once the implementation on Partner side is ready, GS1Trade Sync starts testing. Client calls will be initiated using the Gs1TradeSyncUATClient.cer certificate. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 14 of 16

15 8 Appendix 8.1 Attached files DataSourceOperationsService.Single.wsdl WSDL of the DataSourceOperationsService hosted by GS1Trade Sync DataSourceOperationsCallbackService.Single.wsdl WSDL of the Callback interface hosted by DS TestClientCert.pfx - Client certificate used by the Partner for temporary testing purpose Gs1TradeSyncUATClient.cer Client certificate used by GS1Trade Sync to call Partner s web service 8.2 Abbreviation Abbreviation Term AS2 Applicability Statement 2 CIC CIN DR DS GDSN SBDH XML WCF WS Catalogue Item Confirmation Catalogue Item Notification Data Recipient Data Source Global Data Synchronisation Network Standard Business Document Header extensible Markup Language Windows Communication Foundation Web Service 8.3 Glossary Catalogue Item Confirmation It refers to GDSN-specific electronic communication from the DR to the DS indicating what action has been taken on the item. The confirmation process occurs in the recipient s data pool. Catalogue Item Hierarchical Withdrawal It is a business message used to transmit trade item information from DS or DP to DR with the GDSN with regards to a correction that is required to an item hierarchy that has already been synchronised. Catalogue Item Notification It is a business message used to transmit trade item information from DS or DP to DR with the GDSN. Catalogue Item Publication It is a business message standard used to distribute trade item information within the GDSN. Data Recipient It represents the demand side data. It can be a company that receives product information from a data source. This company could be a retailer, hospital, distributor, wholesaler, foodservice operator, group purchasing organization, government, etc. Data Source It represents the supply side data. It can be a company (supplier, manufacturer, distributor etc.) that enters product information into GDSN-based synchronisation systems that are sent to DRs. Version 0.42, Draft/Approved, 17. februar 2016All rights Page 15 of 16

16 Web Services Client and server applications that communicate over the web HTTP protocol. Web services provide a standard means of interoperating between software applications running on a variety of platforms and frameworks. 8.4 References [1] ISO/IEC, "ISO/IEC Directives Part 2 - Rules for the structure and drafting of International Standards," ISO/IEC, [2] GS1 "XML Transport Instruction and Response", Implementation Guide, GS1 GO, [3] GS1 "Business Message Standard (BMS) Catalogue Item Sync, BMS Release 3.1.0", GS1 Global Office, GS1 AISBL, [4] Https protocol overview List of Figures Fig. 1 Simple Web Service process... 5 Fig. 2 Web Service-based communication between Data Source and Data Recipient... 6 Fig. 3 Web Service-based communication between Data Source and GS1Trade Sync Data Pool... 6 Version 0.42, Draft/Approved, 17. februar 2016All rights Page 16 of 16

GS1Trade Sync Data Pool - FTPS Service

GS1Trade Sync Data Pool - FTPS Service GS1Trade Sync Data Pool - FTPS Service Connectivity Guide Version 1.0, Draft/Approved, 2018.08.05 GS1 Hungary Document Summary Document Item Document Name Current Value (Connectivity Guide) Document Date

More information

GS1 Finland Synkka Data Pool Connectivity guide - FTPS Service

GS1 Finland Synkka Data Pool Connectivity guide - FTPS Service Synkka Data Pool Connectivity guide - FTPS Service Connectivity Guide Version 1.0, Draft/Approved, 2017.06.16. Document Summary Document Item Document Name Current Value Synkka Data Pool - FTPS Connection

More information

GS1 Finland Synkka Data Pool - AS2 Connection

GS1 Finland Synkka Data Pool - AS2 Connection Synkka Data Pool - AS2 Connection Connectivity Guide Version 0.4, Draft/Approved, 2017.06.16. Document Summary Document Item Document Name Current Value GS1 Finland Synkka Data Pool - AS2 Connection (Connectivity

More information

GS1Trade Sync Data Pool

GS1Trade Sync Data Pool GS1Trade Sync Data Pool Data Source-Specific User Manual Version 0.43, Draft/Approved, 2016.05.17. Document Summary Document Item Document Name Current Value GS1Trade Sync Data Pool DS-Specific User Manual

More information

Change of Data Pool Service Provider Policy

Change of Data Pool Service Provider Policy Change of Data Pool Service Provider Policy Transferring a trading partner from one data pool service provider to another in the GDSN and GS1 Global Registry Release 3.0, Final, June 2015 Document Summary

More information

GS1 Source TSD v1.1 Technical Implementation Guide for Aggregators Issue 1, Ratified, Jun-2014

GS1 Source TSD v1.1 Technical Implementation Guide for Aggregators Issue 1, Ratified, Jun-2014 GS1 Source TSD v1.1 Technical Implementation Guide for Aggregators Issue 1, Ratified, Jun-2014 Issue 1, Ratified, Jun-2014 All contents copyright GS1 Page 1 of 14 Document Summary Document Item Document

More information

National Product Catalogue Publisher User Guide Part Four

National Product Catalogue Publisher User Guide Part Four Title National Product Catalogue Publisher User Guide Part Four Version 2.30 Date December 2017 Doc type Access User Guide Restricted Use for NPC Subscribers Only GS1 Australia Document Purpose The purpose

More information

How to write GDSN Validation Rules. Lists the rules and conventions to be used when developing or modifying GDSN Validation Rules

How to write GDSN Validation Rules. Lists the rules and conventions to be used when developing or modifying GDSN Validation Rules Lists the rules and conventions to be used when developing or modifying GDSN Validation Rules Release 1.1, Approved, May 2018 Document Summary Document Item Document Name Current Value How to write GDSN

More information

GDSN Operations Manual Release 3.1. GDSN Version 3.1

GDSN Operations Manual Release 3.1. GDSN Version 3.1 GDSN Version 3.1 Release GDSN Release 3.1, Issue 5, July 2017 Document Summary Document Item Current Value Document Name GDSN Operations Manual Release 3.1 Document Date July 2017 Document Version GDSN

More information

Validoo Item Operations Manual

Validoo Item Operations Manual Validoo Item Operations Manual Contents 1 Log of changes... 3 2 Introduction... 3 2.1 Validoo Item Operations Manual... 3 2.2 GDSN Operations Manual... 3 3 Description of publication and subscription process...

More information

Certification Test Requirements for Conformance with the Standard Spectrum Resource Format (SSRF) Document WINNF-14-S-0022

Certification Test Requirements for Conformance with the Standard Spectrum Resource Format (SSRF) Document WINNF-14-S-0022 Certification Test Requirements for Conformance with the Standard Spectrum Resource Format (SSRF) Document WINNF-14-S-0022 Version V2.0.0 10 Feburary 2015 TERMS, CONDITIONS & NOTICES This document has

More information

Certification Test Plan SSRF Conformance for OpenSSRF Software v Document WINNF-14-S-0023

Certification Test Plan SSRF Conformance for OpenSSRF Software v Document WINNF-14-S-0023 Certification Test Plan SSRF Conformance for OpenSSRF Software v3.1.0 Document WINNF-14-S-0023 Version V1.0.0 10 February 2015 TERMS, CONDITIONS & NOTICES This document has been prepared by the Open SSRF

More information

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release 6.1.0.1 E27853-01 March 2012 Oracle Agile Product Lifecycle Management for Process Content

More information

GS1 Recall User Guide Chapter 4 Receiving, Responding and Reporting

GS1 Recall User Guide Chapter 4 Receiving, Responding and Reporting Title GS1 Recall User Guide Chapter 4 Receiving, Responding and Reporting Version 4.1 Date 3 June 2018 Doc type User Guide GS1 Australia Disclaimer THIS DOCUMENT IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER,

More information

Feesers Food Distributors

Feesers Food Distributors Feesers Food Distributors Data Synchronization Implementation Guide Version 1 Copyright 2014 1WorldSync, All Rights Reserved. Implementation Guide REVISION HISTORY Feesers Food Distributors Data Synchronization

More information

GS1 XML Message Architecture

GS1 XML Message Architecture GS1 XML Message Architecture Implementation Guide Issue 1, July-2009 July-2009, Issue 1 All contents copyright GS1 2009 Page 1 of 35 Document Summary Document Item Document Title Date Last Modified Current

More information

GDSN Operations Manual

GDSN Operations Manual GDSN Operations Manual GDSN Version 2.7 Issue 1, Approved, Sep-2011 Issue 1, Approved, Sep-2011 All contents copyright GS1 Page 1 of 35 Document Summary Document Item Current Value Document Title GDSN

More information

ONVIF Advanced Security Client Test Specification

ONVIF Advanced Security Client Test Specification ONVIF Advanced Security Client Test Specification Version 17.06 June 2017 www.onvif.org 2017 ONVIF, Inc. All rights reserved. Recipients of this document may copy, distribute, publish, or display this

More information

Specification OpenPEPPOL AISBL Transport Infrastructure Coordinating Community ICT - Models openpeppol Business Message Envelope (SBDH)

Specification OpenPEPPOL AISBL Transport Infrastructure Coordinating Community ICT - Models openpeppol Business Message Envelope (SBDH) Specification OpenPEPPOL AISBL Transport Infrastructure Coordinating Community ICT - Models openpeppol Business Message Envelope (SBDH) Version: 1.00 Status: In use Statement of copyright This deliverable

More information

Intel & Lustre: LUG Micah Bhakti

Intel & Lustre: LUG Micah Bhakti Intel & Lustre: LUG 2018 Micah Bhakti Exciting Information from Lawyers All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel product

More information

Bar Code Discovery. Administrator's Guide

Bar Code Discovery. Administrator's Guide Bar Code Discovery Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring the application...4 Configuring Bar Code Discovery...4

More information

Specification. OpenPEPPOL AISBL. Transport Infrastructure Coordinating Community. ICT - Models. OpenPEPPOL Business Message Envelope (SBDH)

Specification. OpenPEPPOL AISBL. Transport Infrastructure Coordinating Community. ICT - Models. OpenPEPPOL Business Message Envelope (SBDH) Specification OpenPEPPOL AISBL Transport Infrastructure Coordinating Community ICT - Models OpenPEPPOL Business Message Envelope (SBDH) Version: 1.1 Status: Public Review Draft 1 Statement of copyright

More information

SDLC INTELLECTUAL PROPERTY POLICY

SDLC INTELLECTUAL PROPERTY POLICY SDLC INTELLECTUAL PROPERTY POLICY Last Revised: 11/14/17 1. Introduction. This Intellectual Property Policy ( Policy ) governs intellectual property rights of the SDL Consortium ( SDLC ) and its Members

More information

Terms of Use. Changes. General Use.

Terms of Use. Changes. General Use. Terms of Use THESE TERMS AND CONDITIONS (THE TERMS ) ARE A LEGAL CONTRACT BETWEEN YOU AND SPIN TRANSFER TECHNOLOGIES ( SPIN TRANSFER TECHNOLOGIES, STT, WE OR US ). THE TERMS EXPLAIN HOW YOU ARE PERMITTED

More information

NICC ND 1636 V1.1.1 ( )

NICC ND 1636 V1.1.1 ( ) Document NGN Interconnect IP Address Allocation Network Interoperability Consultative Committee, Ofcom, 2a Southwark Bridge Road, London, SE1 9HA. 2 2008 Ofcom copyright NOTICE OF COPYRIGHT AND LIABILITY

More information

Identity Federation Requirements

Identity Federation Requirements Identity Federation Requirements By: Technical Editing Author: Stephen Skordinski Version: 1.001 Published: September 26, 2012 Document Change History for Technical Documents Template Version Number Version

More information

Content Synchronization and Syndication User Guide

Content Synchronization and Syndication User Guide Prodika Product Lifecycle Management Content Synchronization and Syndication User Guide Release 5.1 Part No. TPPR-0021-5.1A Make sure you check for updates to this manual at the Oracle Documentation Web

More information

ONVIF OSD Client Test Specification

ONVIF OSD Client Test Specification ONVIF OSD Client Test Specification Version 18.06 June 2018 www.onvif.org 2018 ONVIF, Inc. All rights reserved. Recipients of this document may copy, distribute, publish, or display this document so long

More information

Deployment Profile Template Version 1.0 for WS-Reliability 1.1

Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Committee Draft 11 April 2007 URIs: This Version: http://docs.oasis-open.org/wsrm/profile/wsr-deployment-profile-template-cd.pdf Latest Version:

More information

ONVIF Device IO Client Test Specification

ONVIF Device IO Client Test Specification ONVIF Device IO Client Test Specification Version 17.12 December 2017 www.onvif.org 2017 ONVIF, Inc. All rights reserved. Recipients of this document may copy, distribute, publish, or display this document

More information

Intel Unite. Intel Unite Firewall Help Guide

Intel Unite. Intel Unite Firewall Help Guide Intel Unite Intel Unite Firewall Help Guide September 2015 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain

More information

GS1 Data Source Healthcare. Web interface user manual for the healthcare sector

GS1 Data Source Healthcare. Web interface user manual for the healthcare sector Web interface user manual for the healthcare sector Release 3.1, Ratified, 14 August 2017 Document Summary Document Item Document Name Current Value GS1 Data Source Healthcare Document Date 14 August 2017

More information

NICC ND 1610 V4.1.1 ( )

NICC ND 1610 V4.1.1 ( ) NICC Document Next Generation Networks; Release Definition c/o TWP ACCOUNTING LLP, The Old Rectory, Church Street, Weybridge, Surrey KT13 8DE Tel.: +44(0) 20 7036 3636 Registered in England and Wales under

More information

FOR TCG ACPI Specification

FOR TCG ACPI Specification ERRATA Errata Version 0.3 August 25, 2017 FOR TCG ACPI Specification Specification Version 1.20 Revision 8 January 19th, 2017 Contact: admin@trustedcomputinggroup.org Copyright TCG 2017 Disclaimers, Notices,

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009 IETF TRUST Legal Provisions Relating to IETF Documents February 12, 2009 Effective Date: February 15, 2009 1. Background The IETF Trust was formed on December 15, 2005, for, among other things, the purpose

More information

NICC ND 1635 V 1.1.1( )

NICC ND 1635 V 1.1.1( ) ND 1635 V 1.1.1(2008-06) Document NGN Interconnect: Media Path Technical Specification Network Interoperability Consultative Committee, Ofcom, 2a Southwark Bridge Road, London, SE1 9HA. 2 ND 1635 V 1.1.1(2008-06)

More information

Joint Initiative on a PSD2 Compliant XS2A Interface NextGenPSD2 XS2A Framework Operational Rules

Joint Initiative on a PSD2 Compliant XS2A Interface NextGenPSD2 XS2A Framework Operational Rules Joint Initiative on a PSD2 Compliant XS2A Interface NextGenPSD2 XS2A Framework Operational Rules 02.10.2017 Notice This Specification has been prepared by the Participants of the Joint Initiative pan-european

More information

Getting Started with MTConnect: Architecture

Getting Started with MTConnect: Architecture Institute Getting Started with : Architecture Draft 1 9/25/2012 Specifications or Materials AMT - The Association For Manufacturing Technology ( AMT ) owns the copyright in this Specification or Material.

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag INTERNATIONAL STANDARD ISO/IEC 19770-2 First edition 2009-11-15 Information technology Software asset management Part 2: Software identification tag Technologies de l'information Gestion de biens de logiciel

More information

INCLUDING MEDICAL ADVICE DISCLAIMER

INCLUDING MEDICAL ADVICE DISCLAIMER Jordan s Guardian Angels Terms and Conditions of Use INCLUDING MEDICAL ADVICE DISCLAIMER Your use of this website and its content constitutes your agreement to be bound by these terms and conditions of

More information

Quest One Password Manager

Quest One Password Manager Quest One Password Manager Version 5.5 User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008 IETF TRUST Legal Provisions Relating to IETF Documents Approved November 6, 2008 Effective Date: November 10, 2008 1. Background The IETF Trust was formed on December 15, 2005, for, among other things,

More information

NICC ND 1410 V1.3.1 ( )

NICC ND 1410 V1.3.1 ( ) NICC ND 1410 V1.3.1 (2009-09) NICC Document NGN Interconnect: PSTN Transport Operational Test Manual Michael Faraday House, Six Dials Way, Stevenage SG1 2AY Tel.: +44(0) 20 7036 3636 Registered in England

More information

NICC ND 1636 V1.2.2 ( )

NICC ND 1636 V1.2.2 ( ) NICC ND 1636 V1.2.2 (2012-03) NICC Document NGN Interconnect IP Address Allocation Michael Faraday House, Six Hills Way, Stevenage SG1 2AY Tel.: +44(0) 20 7036 3636 Registered in England and Wales under

More information

LED Manager for Intel NUC

LED Manager for Intel NUC LED Manager for Intel NUC User Guide Version 1.0.0 March 14, 2018 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO

More information

Intel Platform Innovation Framework for EFI SMBus Host Controller Protocol Specification. Version 0.9 April 1, 2004

Intel Platform Innovation Framework for EFI SMBus Host Controller Protocol Specification. Version 0.9 April 1, 2004 Intel Platform Innovation Framework for EFI SMBus Host Controller Protocol Specification Version 0.9 April 1, 2004 SMBus Host Controller Protocol Specification THIS SPECIFICATION IS PROVIDED "AS IS" WITH

More information

National Product Catalogue Publisher User Guide Part One

National Product Catalogue Publisher User Guide Part One Title National Product Catalogue Publisher User Guide Part One Version 2.20 Date 21st August 2017 Doc type Access User Guide Restricted Use for NPC Subscribers Only GS1 Australia Document Purpose The purpose

More information

Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics

Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics Product Use Authorizations This document provides Additional License Authorizations for HPE OneView for Microsoft Azure

More information

SOAP bindings for Call Notification

SOAP bindings for Call Notification SOAP bindings for Call Notification Candidate Version 1.0 07 Dec 2010 Open Mobile Alliance OMA-TS-NGSI_S_Call_Notification-V1_0-20101207-C OMA-TS-NGSI_S_Call_Notification-V1_0-20101207-C Page 2 (10) Use

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

Intel Unite Solution. Plugin Guide for Protected Guest Access

Intel Unite Solution. Plugin Guide for Protected Guest Access Intel Unite Solution Plugin Guide for Protected Guest Access June 2016 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative

More information

Clear CMOS after Hardware Configuration Changes

Clear CMOS after Hardware Configuration Changes Clear CMOS after Hardware Configuration Changes Technical White Paper August 2018 Revision 001 Document Number: 337986-001 You may not use or facilitate the use of this document in connection with any

More information

CA File Master Plus. Release Notes. Version

CA File Master Plus. Release Notes. Version CA File Master Plus Release Notes Version 9.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

SafeNet Authentication Client

SafeNet Authentication Client SafeNet Authentication Client Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

AUTO PARTSBRIDGE Dealer User Guide

AUTO PARTSBRIDGE Dealer User Guide AUTO PARTSBRIDGE Dealer User Guide Contents Getting started 2 Log in and out 2 Configure settings 3 Change settings 4 Process an order: view and validate parts 6 Access the list of orders 6 View order

More information

Terminal I/O Profile Client Implementation Guide

Terminal I/O Profile Client Implementation Guide [04.2016] Terminal I/O Profile Client Implementation Guide 30507ST10753A Rev. 6 2017-08-16 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have

More information

Intel Unite Solution Intel Unite Plugin for WebEx*

Intel Unite Solution Intel Unite Plugin for WebEx* Intel Unite Solution Intel Unite Plugin for WebEx* Version 1.0 Legal Notices and Disclaimers All information provided here is subject to change without notice. Contact your Intel representative to obtain

More information

TCG. TCG Certification Program. TNC Certification Program Suite. Document Version 1.1 Revision 1 26 September 2011

TCG. TCG Certification Program. TNC Certification Program Suite. Document Version 1.1 Revision 1 26 September 2011 TCG Certification Program TNC Certification Program Suite Document Version 1.1 Revision 1 26 September 2011 Contact: admin@trustedcomputinggroup.org TCG TCG PUBLISHED Copyright TCG 2009-2011 Copyright

More information

Intel Unite. Enterprise Test Environment Setup Guide

Intel Unite. Enterprise Test Environment Setup Guide Intel Unite Enterprise Test Environment Setup Guide Intel Unite Enterprise Test Environment Setup Guide Page 1 of 49 October 2015 Legal Disclaimers & Copyrights All information provided here is subject

More information

AUTO PARTSBRIDGE Body Shop User Guide

AUTO PARTSBRIDGE Body Shop User Guide AUTO PARTSBRIDGE Body Shop User Guide Contents Getting started 2 Log in and out 2 Configure settings 3 Change settings 4 Process an estimate: send direct to dealer 5 Access the list of estimates 5 Send

More information

OpenFlow Switch Errata

OpenFlow Switch Errata OpenFlow Switch Errata Version 1.0.2 November 1, 2013 ONF TS-013 Disclaimer THIS SPECIFICATION IS PROVIDED AS IS WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT,

More information

SSC-WG4 Certification Process

SSC-WG4 Certification Process SSC-WG4 Certification Process Document WINNF-15-P-0060-V1.0.0 19 October 2015 1 Terms and Conditions This document has been prepared by the SSC WG4 to assist The Software Defined Radio Forum Inc. (or its

More information

VSC-PCTS2003 TEST SUITE TIME-LIMITED LICENSE AGREEMENT

VSC-PCTS2003 TEST SUITE TIME-LIMITED LICENSE AGREEMENT VSC-PCTS2003 TEST SUITE TIME-LIMITED LICENSE AGREEMENT Notes These notes are intended to help prospective licensees complete the attached Test Suite Time-Limited License Agreement. If you wish to execute

More information

Recommendations for LXI systems containing devices supporting different versions of IEEE 1588

Recommendations for LXI systems containing devices supporting different versions of IEEE 1588 Recommendations for LXI systems containing devices supporting different versions of IEEE 1588 Revision 1.0 December 15, 2008 Edition Page 1 of 9 Notice of Rights All rights reserved. This document is the

More information

Version 9 Release 0. IBM i2 Analyst's Notebook Premium Configuration IBM

Version 9 Release 0. IBM i2 Analyst's Notebook Premium Configuration IBM Version 9 Release 0 IBM i2 Analyst's Notebook Premium Configuration IBM Note Before using this information and the product it supports, read the information in Notices on page 11. This edition applies

More information

Open-E Data Storage Server. Intel Modular Server

Open-E Data Storage Server. Intel Modular Server Open-E Data Storage Server Intel Modular Server Contents About Open-E Data Storage Server*...4 Hardware Components...5 Installation Software...6 Open-E Data Storage Server* Installation...7 2 www.intel.com/go/esaa

More information

Intel Server Board S2600STB

Intel Server Board S2600STB Server Testing Services Intel Server Board Server Test Submission (STS) Report For the VMWare6.0u3 Certification Rev 1.0 Jul 19, 2017 This report describes the Intel Server Board VMWare* Logo Program test

More information

Instructions for Completing the Implementation extra Information for Testing (IXIT) for NFC Forum Device. NFC Forum TM Version 1.5.

Instructions for Completing the Implementation extra Information for Testing (IXIT) for NFC Forum Device. NFC Forum TM Version 1.5. for Testing (IXIT) for TM Version 1.5.00 2016-09-19 RESTRICTIONS ON USE This document is copyright 2011-2016 by the, and is made available subject to the following terms: 1. You may, without charge, copy

More information

EAM Portal User's Guide

EAM Portal User's Guide EAM Portal 9.0.2 User's Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Version 9 Release 0. IBM i2 Analyst's Notebook Configuration IBM

Version 9 Release 0. IBM i2 Analyst's Notebook Configuration IBM Version 9 Release 0 IBM i2 Analyst's Notebook Configuration IBM Note Before using this information and the product it supports, read the information in Notices on page 11. This edition applies to version

More information

NEXT DST CHANGE SERVICE

NEXT DST CHANGE SERVICE BLUETOOTH DOC Date / Year-Month-Day Approved Revision Document No 2011-09-15 Adopted V10r00 NDCS_SPEC Prepared By E-mail Address N.B. PUID WG rd-feedback@bluetooth.org NEXT DST CHANGE SERVICE Abstract:

More information

VMware vcenter Log Insight Manager. Deployment Guide

VMware vcenter Log Insight Manager. Deployment Guide VMware vcenter Log Insight Manager Deployment Guide VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Enhanced Serial Peripheral Interface (espi) ECN

Enhanced Serial Peripheral Interface (espi) ECN Enhanced Serial Peripheral Interface (espi) ECN Engineering Change Notice TITLE Clarify OOB packet payload DATE 10 January 2014 AFFECTED DOCUMENT espi Base Specification Rev 0.75 DISCLOSURE RESTRICTIONS

More information

ios 9 support in IBM MobileFirst Platform Foundation IBM

ios 9 support in IBM MobileFirst Platform Foundation IBM ios 9 support in IBM MobileFirst Platform Foundation IBM Note Before using this information and the product it supports, read the information in Notices on page 13. ios 9 support in IBM MobileFirst Platform

More information

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration:

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: HA150 SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Quest Collaboration Services 3.6. Installation Guide

Quest Collaboration Services 3.6. Installation Guide Quest Collaboration Services 3.6 Installation Guide 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Copyrights and Privacy Statement

Copyrights and Privacy Statement Copyrights and Privacy Statement Jesse James Hardscaping Authorization of Use Jesse James Hardscaping hereby authorizes any person to access this Website for informational purposes only. Jesse James Hardscaping

More information

ECMA-415. NFC-SEC Test Methods. 1 st Edition / December Reference number ECMA-123:2009

ECMA-415. NFC-SEC Test Methods. 1 st Edition / December Reference number ECMA-123:2009 ECMA-415 1 st Edition / December 2016 NFC-SEC Test Methods Reference number ECMA-123:2009 Ecma International 2009 COPYRIGHT PROTECTED DOCUMENT Ecma International 2016 Contents Page 1 Scope... 1 2 Conformance...

More information

Interoperability Solutions Guide for Oracle Web Services Manager 12c (12.2.1)

Interoperability Solutions Guide for Oracle Web Services Manager 12c (12.2.1) [1]Oracle Fusion Middleware Interoperability Solutions Guide for Oracle Web Services Manager 12c (12.2.1) E57783-01 October 2015 Documentation for software developers that describes how to implement the

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

IBM WebSphere Portal Reference Guide Release 9.2.x

IBM WebSphere Portal Reference Guide Release 9.2.x [1]JD Edwards EnterpriseOne IBM WebSphere Portal Reference Guide Release 9.2.x E53620-08 October 2017 Describes how to use this guide to supplement the use of the IBM WebSphere Portal with Oracle JD Edwards

More information

SCA v4.1 SAD and DCD Uniformity

SCA v4.1 SAD and DCD Uniformity SCA v4.1 SAD and DCD Uniformity Document WINNF-15-R-0026 Version V1.0.0 May 29, 2015 Slide 1 Terms and Conditions This document has been prepared by the SCA 4.1 Draft Adjudication Work Group to assist

More information

OPEN BASE STATION ARCHITECTURE INITIATIVE

OPEN BASE STATION ARCHITECTURE INITIATIVE OPEN BASE STATION ARCHITECTURE INITIATIVE Conformance Test Cases Appendix E BBM Version.00 Issue.00 () FOREWORD OBSAI description and specification documents are developed within the Technical Working

More information

Intel Setup and Configuration Service. (Lightweight)

Intel Setup and Configuration Service. (Lightweight) Intel Setup and Configuration Service (Lightweight) Release Notes Version 6.0 (Technology Preview #3) Document Release Date: August 30, 2009 Information in this document is provided in connection with

More information

[MS-FILESYNC]: File Synchronization Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-FILESYNC]: File Synchronization Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-FILESYNC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Enabler Release Definition for Standard Transcoding Interface

Enabler Release Definition for Standard Transcoding Interface Enabler Release Definition for Standard Transcoding Interface Candidate Version 1.0 07 Jun 2005 Open Mobile Alliance OMA-ERELD-STI-V1_0-20050607-C OMA-ERELD-STI-V1_0-20050607-C Page 2 (14) Use of this

More information

ERRATA FOR. Protection Profile PC Client Specific TPM. Errata Version 1.0 June 16, 2018 DRAFT. Specification Version 1.

ERRATA FOR. Protection Profile PC Client Specific TPM. Errata Version 1.0 June 16, 2018 DRAFT. Specification Version 1. ERRATA Errata Version 1.0 June 16, 2018 DRAFT FOR Protection Profile PC Client Specific TPM June 16, 2018 Contact: admin@trustedcomputinggroup.org Copyright TCG 2003-2018 Disclaimers, Notices, and License

More information

Intel Unite Plugin Guide for VDO360 Clearwater

Intel Unite Plugin Guide for VDO360 Clearwater Intel Unite Plugin Guide for VDO360 Clearwater INSTALLATION AND USER GUIDE Version 1.2 December 2017 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact

More information

vendor guide CONNECTED DEVICES HELP CONTROL ELECTRICITY USE Smart Meter Connected Devices Service LOOK WHAT YOUR HOME S SMART METER CAN DO FOR YOU

vendor guide CONNECTED DEVICES HELP CONTROL ELECTRICITY USE Smart Meter Connected Devices Service LOOK WHAT YOUR HOME S SMART METER CAN DO FOR YOU vendor guide LOOK WHAT YOUR HOME S SMART METER CAN DO FOR YOU Updated June 2015* CONNECTED DEVICES HELP CONTROL ELECTRICITY USE ComEd is committed to offering information and options to customers so they

More information

[MS-OXWSMSHR]: Folder Sharing Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWSMSHR]: Folder Sharing Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWSMSHR]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Sample for OpenCL* and DirectX* Video Acceleration Surface Sharing

Sample for OpenCL* and DirectX* Video Acceleration Surface Sharing Sample for OpenCL* and DirectX* Video Acceleration Surface Sharing User s Guide Intel SDK for OpenCL* Applications Sample Documentation Copyright 2010 2013 Intel Corporation All Rights Reserved Document

More information

S62. International mail processing centres: assignment and use of operator codes. Data definition and encoding standards

S62. International mail processing centres: assignment and use of operator codes. Data definition and encoding standards S62 International mail processing centres: assignment and use of operator codes Data definition and encoding standards UPU status: 0 Date of adoption at this status: 30 October 2013 Date of approval of

More information

Rapid Recovery DocRetriever for SharePoint User Guide

Rapid Recovery DocRetriever for SharePoint User Guide Rapid Recovery 6.1.3 Table of Contents Introduction to DocRetriever for SharePoint... 6 Using this documentation... 6 About DocRetriever for SharePoint...7 DocRetriever, AppAssure, and Rapid Recovery compatibility...

More information

Intel Small Business Extended Access. Deployment Guide

Intel Small Business Extended Access. Deployment Guide Intel Small Business Extended Access Deployment Legal Notices and Disclaimers Disclaimers INTEL CORPORATION MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE

More information

Quick Start Guide. BlackBerry Workspaces app for Android. Version 5.0

Quick Start Guide. BlackBerry Workspaces app for Android. Version 5.0 Quick Start Guide BlackBerry Workspaces app for Android Version 5.0 Published: 2017-01-22 SWD-20170122060917401 Contents Overview... 4 Browse workspaces, folders, and files... 5 Create new workspaces,

More information

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration

Oracle Cloud Using the Google Calendar Adapter with Oracle Integration Oracle Cloud Using the Google Calendar Adapter with Oracle Integration E85501-05 January 2019 Oracle Cloud Using the Google Calendar Adapter with Oracle Integration, E85501-05 Copyright 2017, 2019, Oracle

More information

One Identity Manager 8.0. Target System Base Module Administration Guide

One Identity Manager 8.0. Target System Base Module Administration Guide One Identity Manager 8.0 Target System Base Module Administration Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

FONT SOFTWARE END USER LICENSE AGREEMENT. We recommend that you print this Font Software End User License Agreement for further reference.

FONT SOFTWARE END USER LICENSE AGREEMENT. We recommend that you print this Font Software End User License Agreement for further reference. FONT SOFTWARE END USER LICENSE AGREEMENT We recommend that you print this Font Software End User License Agreement for further reference. This Font Software End User License Agreement (the Agreement )

More information

One Identity Password Manager User Guide

One Identity Password Manager User Guide One Identity Password Manager 5.8.2 User Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

TMDD Standard v03.03c Errata

TMDD Standard v03.03c Errata An Errata of the Traffic Management Data Dictionary (TMDD) Steering Committee TMDD Standard v03.03c Errata Traffic Management Data Dictionary (TMDD) Standard for the Center to Center Communications Published

More information