European Commission Open e-prior PEPPOL Access Point Configuration and Testing

Size: px
Start display at page:

Download "European Commission Open e-prior PEPPOL Access Point Configuration and Testing"

Transcription

1 EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission Open e-prior Date: 17/05/2011 Version: 1.0 Authors: Marco Fichera Revised by: Didier Thunus Approved by: Public: Reference Number: Commission européenne, B-1049 Bruxelles / Europese Commissie, B-1049 Brussel - Belgium. Telephone: (32-2) Commission européenne, L-2920 Luxembourg. Telephone: (352)

2 TABLE OF CONTENTS 1. Access point configuration Certificates Configuration of SMP url Configuration of participant IDs Configuration of incoming messages Configuration of outgoing messages Proxy settings Access point testing... 6

3 Document History Version Date Comment Modified Pages /04/2010 Fisrt Draft all /05/2011 General review of the contents and the structure of the document: Added configuration of SMP lookup Added configuration of incoming and outgoing messages Removed test participant IDs configuration all 3

4 1. Access point configuration The PEPPOL Access Point of Open e-prior (hereunder "the Access Point") is able to receive and send messages through the PEPPOL infrastructure according to the BusDox specifications. It needs a few steps of configuration to make it work correctly inside the PEPPOL infrastructure. After downloading the Open e-prior release from OSOR, please follow the instructions described in the next sections. 1.1 Certificates A PEPPOL Access Point uses X.509 V3 certificates to identify senders/receivers and to calculate message signatures. Open e-prior users are responsible for obtaining from PEPPOL a valid production X.509 certificate and the PEPPOL Certificate Authority root certificates, in order to operate the Access Point inside the PEPPOL infrastructure. X.509 certificates are usually stored into key stores and trust stores. The key store contains the certificate used by the Access Point when sending outgoing messages, while the trust store contains the list of trusted certificates used to validate incoming messages. In the Open e- PRIOR PEPPOL Access Point distribution, you can find the two stores at the following paths: <JBOSS_HOME>\server\default\conf\keystores\keystore.jks <JBOSS_HOME>\server\default\conf\keystores\truststore.jks Test certificates are already present inside the two keystores, which can be used only for testing of the Access Point. In order to make the Access Point work inside the infrastructure, please: load the production certificate obtained from PEPPOL in the key store load the PEPPOL Certificate Authority root certificates in the trust store 1.2 Configuration of SMP URL The Access Point can be configured to enable/disable the lookup into a Service Metadata Publisher (SMP) when receiving a message. Please note that, if the lookup is disabled: All incoming messages will be treated as "local" messages and sent directly to Open e-prior (even if the recipient participant ID is not a back-office connected to Open e-prior). The Access Point will only be able to receive messages, and not to send. Indeed, in case of outgoing messages, the address of the recipient Access Point must be discovered using the SMP. The above setting, and the URL of the SMP domain which must be used by the Access Point, have to be set in the following configuration file: <JBOSS_HOME>\server\default\conf\config.properties For the enable/disable flag please use the line: 4

5 org.busdox.transport.metadatapublisher.enablelookup=<true/false> For the url, please set the value in the following line: org.busdox.transport.metadatapublisher.url=<smp_address> where <smp_address> has to be replaced with the actual SMP domain. Please contact PEPPOL in order to latter information. 1.3 Configuration of participant IDs In order to make the Access Point available to receive messages from other Access Points on the network, the participant IDs of the back-offices connected to Open e-prior should be registered into an SMP. Please contact your SMP provider to know how to register your participant IDs. 1.4 Configuration of incoming messages Since PEPPOL transport infrastructure uses certificates to validate the messages during the document exchange, user names are not used in the PEPPOL message headers for authentication/authorization purposes. However, a user name has to be associated with every supplier which has to be configured to use the Access Point, in order to identify the correct supplier agreement when receiving the message. For this purpose, use the following script: INSERT INTO PAP_TB_SUPPLIER VALUES (<supplierid>, <username>); where <supplierid> is the GLN of the supplier which wants to connect to Open e-prior through the Access Point, and <username> is the user name, or one of the user names, linked to the supplier in the Open e-prior database through the Supplier Agreement. Please refer to the e-prior User Activation Procedure for an explanation of the above mentioned values. 1.5 Configuration of outgoing messages Outgoing messages (from back-offices to suppliers) can be configured to be sent to suppliers via the Access Point. For every Interchange Agreement, the user can decide whether or not the Access Point has to be used. A flag must be set in the Open e-prior database for this purpose, using the script below: UPDATE EPR_TB_INTERCHANGEAGR SET ICA_PEPPOL_FLAG='Y' WHERE ICA_AGR_ID = <supplieragreement> AND ICA_IDP_ID = <InternalDepartment> AND ICA_PRF_ID = <profile>; where <supplieragreement>, <internaldepartment> and <profile> are respectively the IDs of the Supplier Agreement, the Internal Department and of the Profile for which the PEPPOL Access Point is to be used. Please refer to the e-prior User Activation Procedure for an explanation of the above mentioned values. 1.6 Proxy settings If your JBoss Server lies behind a proxy, the Access Point must be configured to access the Internet. A properties file, whose path is: <JBOSS_HOME>\server\default\conf\proxy.properties 5

6 has to be configured for this purpose. 2. Access point testing The Access Point distribution comes with a Java testing tool, based on PEPPOL Reference Implementation Busdox client. It can be found under the PeppolTestClient directory on OSOR SVN. The tool allows the user to send an XML document to the Access Point. To configure the client, use the TestClient.properties file under the previous directory. Here are the most important properties to configure: XMLDocumentFile: full path of the document to send. Proxy settings: use these settings if you need to pass through a proxy to access the Internet senderbusinessid and recipientbusinessid: replace these two IDs with the ones you have received from PEPPOL by using the registration form. documentid: the document type (Invoice, Credit Note, etc.) being sent to the Access Point. Some predefined document types are already present in the properties file itself. Choose the one you need by uncommenting the related line. processid: ID of the BII profile which the document is participating in. Some predefined process IDs are already present into the properties file itself. Choose the one you need by uncommenting the related line. To sign outgoing messages and to check responses, the test client uses a keystore and a truststore which is contained under the PeppolTestClient/keystores directory. Here are the paths of the two files: PeppolTestClient\keystores\client-keystore.jks PeppolTestClient\keystores\client-truststore.jks After sending a document via the PEPPOL Test Client, the actual processing by Open e- PRIOR can be verified using the synchronous services (StatusRequest, QueryRequest). 6

European Commission. e-invoicing and e-ordering project for Public Procurement. Open e-prior Installation Guide

European Commission. e-invoicing and e-ordering project for Public Procurement. Open e-prior Installation Guide EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission e-invoicing and e-ordering project for Public Procurement Open e-prior Installation Guide Date: 30/04/2010

More information

European Commission. E-TrustEx Software Architecture Document

European Commission. E-TrustEx Software Architecture Document EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission E-TrustEx Software Architecture Document Date: 28/03/2012 Version: 0.1 Authors: Olivier Derveau,

More information

European Commission. Open e-prior Software Architecture Document. Public: Reference Number:

European Commission. Open e-prior Software Architecture Document. Public: Reference Number: EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission Open e-prior Software Architecture Document Date: 13/12/2010 Version: 2.01 Authors: Revised by: Approved

More information

European Commission. e-trustex Installation Guide. EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate

European Commission. e-trustex Installation Guide. EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission e-trustex Installation Guide Date: 2013-10-03 Version: 1.0 Authors: DIGIT Revised by: Approved by:

More information

ECHO etools offline - Installation manual esingleform offline Version 3.9

ECHO etools offline - Installation manual esingleform offline Version 3.9 EUROPEAN COMMISSION DIRECTORATE-GENERAL HUMANITARIAN AID AND CIVIL PROTECTION - ECHO ECHO.C - Resources, Partnerships and Operational Support C/2 - Budget, External Audit, Informatics Prerequisite: ECHO

More information

User Guide: Pagero Free Web Portal ETB Create and send electronic invoices

User Guide: Pagero Free Web Portal ETB Create and send electronic invoices User Guide: Pagero Free Web Portal ETB Create and send electronic invoices 1. Subscribe for your Free Web Portal to send e-invoices to Irish ETBs 2. Activate your Pagero Online Account 3. Add a new customer

More information

DG Competition. User Guide. etrustexchange

DG Competition. User Guide. etrustexchange DG Competition User Guide etrustexchange Date: 06/02/2019 Doc. Version: 1.7 Commission européenne, B-1049 Bruxelles / Europese Commissie, B-1049 Brussel - Belgium. Telephone: (32-2) 299 11 11. Office:

More information

User guide User Guide CIPA Administration Console

User guide User Guide CIPA Administration Console EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS User guide User Guide CIPA Administration Console Date: 19/06/2015 Version: 1.00 Authors: Gianluca VENTRE Revised by: Anamaria BATRINU, Maarten DANIELS

More information

Corporate Infrastructure Solutions for Information Systems (LUX) ECAS Mockup Server Installation Guide

Corporate Infrastructure Solutions for Information Systems (LUX) ECAS Mockup Server Installation Guide EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Directorate A - Corporate IT Solutions & Services Corporate Infrastructure Solutions for Information Systems (LUX) ECAS Mockup Server Installation Guide

More information

SFC2007 Information System

SFC2007 Information System EUROPEAN COMMISSION Directorate General Regional Policy Directorate General Employment, Social Affairs and Equal Opportunities Directorate General Agricultural and Rural Development Directorate General

More information

European Commission. Immigration Portal Development Case. Date: 08/06/2007 Version: 1.0 Authors: Revised by: Approved by: Public: Reference Number:

European Commission. Immigration Portal Development Case. Date: 08/06/2007 Version: 1.0 Authors: Revised by: Approved by: Public: Reference Number: EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission Immigration Portal Development Case Date: 08/06/2007 Version: 1.0 Authors: Revised by: Approved by:

More information

User Guide CIPA Administration Console Open e-trustex

User Guide CIPA Administration Console Open e-trustex EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS User Guide CIPA Administration Console Open e-trustex Date: 17/03/2017 Version: 1.11 Authors: Revised by: Gianluca VENTRE Anamaria BATRINU Bruno POSSEMIERS

More information

Exostar LDAP Proxy/Secure Setup Guide September 2017

Exostar LDAP Proxy/Secure  Setup Guide September 2017 Exostar LDAP Proxy/Secure Email Setup Guide September 2017 Copyright 2017 Exostar, LLC All rights reserved. 1 Table of Contents Email Encryption Set-up Outlook 2003... 4 Digitally Signing an Email... 4

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ENERGY AND TRANSPORT

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ENERGY AND TRANSPORT EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ENERGY AND TRANSPORT DIRECTORATE B - Transeuropean Networks Transport TEN Transport policies & technological development TENtec esubmission User Manual 1 Date:

More information

NOTIER. AP PEPPOL Interoperability TEST - Checklist. Codice Commessa/e: Versione: 1.0

NOTIER. AP PEPPOL Interoperability TEST - Checklist. Codice Commessa/e: Versione: 1.0 NoTIER AP PEPPOL Interoperability TEST - Checklist Cliente: Progetto/Servizio: Codice Commessa/e: Approvato da: IntercentER Nodo Telematico di Interscambio NOTIER IntercentER/Area ICT Versione: 1.0 Nome

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

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ENERGY AND TRANSPORT

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ENERGY AND TRANSPORT EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR ENERGY AND TRANSPORT DIRECTORATE B - Transeuropean Networks Transport TEN Transport policies & technological development TENtec esubmission User Manual 1 March

More information

Spatial Data on the Web

Spatial Data on the Web Spatial Data on the Web Tools and guidance for data providers The European Commission s science and knowledge service W3C Data on the Web Best Practices 35 W3C/OGC Spatial Data on the Web Best Practices

More information

Spatial Data on the Web

Spatial Data on the Web Spatial Data on the Web Tools and guidance for data providers Clemens Portele, Andreas Zahnen, Michael Lutz, Alexander Kotsev The European Commission s science and knowledge service Joint Research Centre

More information

European Commission. e-trustex Software Architecture Document

European Commission. e-trustex Software Architecture Document EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission e-trustex Software Architecture Document Date: 03/11/2014 Version: 2.1 Authors: Sandro D'Orazio,

More information

EUROPEAN COMMISSION. DIGIT DG CNECT Connecting Europe Facility. SML and SMP. Component Offering Description. CEF edelivery Building Block

EUROPEAN COMMISSION. DIGIT DG CNECT Connecting Europe Facility. SML and SMP. Component Offering Description. CEF edelivery Building Block EUROPEAN COMMISSION DIGIT DG CNECT Connecting Europe Facility SML and SMP CEF edelivery Building Block Version [1.00] Status [Final] European Union, 2018 Reuse of this document is authorised provided the

More information

PEPPOL Transport Infrastructure Agreements Annex 3 Services and service levels

PEPPOL Transport Infrastructure Agreements Annex 3 Services and service levels Table of contents 1. Scope for this document... 2 2. PEPPOL Services... 2 3. PEPPOL SML Service availability... 4 4. PEPPOL SMP and PEPPOL AP Service availability... 4 5. Performance, Capacity and Scalability...

More information

edelivery SMP Profile Test Assertions Description

edelivery SMP Profile Test Assertions Description EUROPEAN COMMISSION DIGIT Connecting Europe Facility edelivery SMP Profile Test Assertions Description European Union, 2018 Reuse of this document is authorised provided the is acknowledged. The Commission's

More information

TIBCO ActiveMatrix Policy Director Administration

TIBCO ActiveMatrix Policy Director Administration TIBCO ActiveMatrix Policy Director Administration Software Release 2.0.0 November 2014 Document Updated: January 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Proof of concept AS4. Version 1 Revision ITC-KG AS4 Proof of Concept 16 January 2014 Draft INT

Proof of concept AS4. Version 1 Revision ITC-KG AS4 Proof of Concept 16 January 2014 Draft INT ITC-KG AS4 Proof of Concept 16 January 2014 Draft Proof of concept AS4 Version 1 Revision 02 2014-01-08 ENTSOG AISBL; Av. de Cortenbergh 100, 1000-Brussels; Tel: +32 2 894 5100; Fax: +32 2 894 5101; info@entsog.eu,

More information

ADFS Setup (SAML Authentication)

ADFS Setup (SAML Authentication) ADFS Setup (SAML Authentication) Version 1.6 Corresponding Software Version Celonis 4.3 This document is copyright of the Celonis SE. Distribution or reproduction are only permitted by written approval

More information

Using digital certificates in Microsoft Outlook

Using digital certificates in Microsoft Outlook MANUAL Using digital certificates in Microsoft Outlook Version: 4.0 Date: 26.01.2018 103.14 KIBS AD Skopje 2018 KIBS AD Skopje, all rights reserved http://www.kibstrust.mk Table of Contents 1. Introduction

More information

IBM Security QRadar supports the following Sourcefire devices:

IBM Security QRadar supports the following Sourcefire devices: 92 SOURCEFIRE IBM Security QRadar supports the following Sourcefire devices: Sourcefire Defense Center (DC) Sourcefire Intrusion Sensor Sourcefire Defense Center (DC) Supported versions Configuration overview

More information

Managing Administrative Security

Managing Administrative Security 5 CHAPTER 5 Managing Administrative Security This chapter describes how to manage administrative security by using the secure administration feature. This chapter assumes that you are familiar with security

More information

Integration with PEPPOL

Integration with PEPPOL Integration with PEPPOL Technical specifications DIGIT ec.europa.eu/isa2 ISA 2 DISCLAIMER This document is for informational purposes only and the Commission cannot be held responsible for any use which

More information

Transport Infrastructure Agreement Change management

Transport Infrastructure Agreement Change management www.peppol.eu Transport Infrastructure Agreement Change management OpenPEPPOL Coordinating Community meetings Vienna, May 2017 Page 1 Content Why another TIA revision project? Status and next steps Open

More information

Certificate-based Authentication and Authorization with the VerdeTTo IoT Access Valve. Version 1.0. User Guide

Certificate-based Authentication and Authorization with the VerdeTTo IoT Access Valve. Version 1.0. User Guide Certificate-based Authentication and Authorization with the VerdeTTo IoT Access Valve Version 1.0 User Guide Copyright 2017 Certified Security Solutions, Inc. All Rights Reserved. User guides and related

More information

Funambol Exchange Connector Installation and Configuration Guide

Funambol Exchange Connector Installation and Configuration Guide Funambol Exchange Connector Installation and Configuration Guide Last modified: July 22, 2009 Table of Contents 1. Introduction...3 1.1. Prerequisites...3 1.2. Related documents...3 2. Funambol Exchange

More information

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7 Chapter 1 Contents Installing System Contents Introduction...5 Chapter 1. Installing System... 6 1.1. Installing Server and ELMA Designer... 7 1.2. Verifying ELMA Server and ELMA Designer Installation...

More information

GOV Framework. Transport Infrastructure Transport Infrastructure Agreement (TIA) Framework. Version: 1.10 Status: In use

GOV Framework. Transport Infrastructure Transport Infrastructure Agreement (TIA) Framework. Version: 1.10 Status: In use Project Acronym: PEPPOL Grant Agreement number: 224974 Project Title: Pan European Public Procurement Online Website: www.peppol.eu GOV Framework Transport Infrastructure Transport Infrastructure Agreement

More information

Draft ETSI EN V1.0.0 ( )

Draft ETSI EN V1.0.0 ( ) Draft EN 319 522-4-3 V1.0.0 (2018-05) Electronic Signatures and Infrastructures (ESI); Electronic Registered Delivery Services; Part 4: Bindings; Sub-part 3: Capability/requirements bindings 2 Draft EN

More information

Configure DNA Center Assurance for Cisco ISE Integration

Configure DNA Center Assurance for Cisco ISE Integration Configure DNA Center Assurance for Cisco ISE Integration If your network uses Cisco ISE for user authentication, you can configure DNA Center Assurance for Cisco ISE integration. This will allow you to

More information

ADFS integration with Ibistic Commerce Platform A walkthrough of the feature and basic configuration

ADFS integration with Ibistic Commerce Platform A walkthrough of the feature and basic configuration IBISTIC TECHNOLOGIES ADFS integration with Ibistic Commerce Platform A walkthrough of the feature and basic configuration Magnus Akselvoll 19/02/2014 Change log 26/06/2012 Initial document 19/02/2014 Added

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

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

RNE Common Components System (CCS)

RNE Common Components System (CCS) RNE Common Components System (CCS) CSS & TAF/TAP regulations The requirements for the Common Components System (CCS) have been set by European Union legislation, namely: Commission Regulation (EC) No 62/2006

More information

GlobalSign Privacy Policy Statement Version 1.4

GlobalSign Privacy Policy Statement Version 1.4 GlobalSign Privacy Policy Statement Version 1.4 1 In support of GlobalSign s Public Certification Services Version 1.4 1999-2007, GlobalSign Important Notice: You must read the GlobalSign Certification

More information

Registrar- web Version February Registrar- web. Release 3.1. Copyright 2015 DNS Belgium vzw

Registrar- web Version February Registrar- web. Release 3.1. Copyright 2015 DNS Belgium vzw Registrar- web Version 3.1 5 February 2016 Registrar- web Release 3.1 Copyright 2015 DNS Belgium vzw Table of contents 1 Registrar Web... 3 1.1 User Management... 3 1.1.1 Permissions... 3 1.1.2 Transactions...

More information

SSO Authentication with ADFS SAML 2.0. Ephesoft Transact Documentation

SSO Authentication with ADFS SAML 2.0. Ephesoft Transact Documentation SSO Authentication with ADFS SAML 2.0 Ephesoft Transact Documentation Table of Contents Configure Ephesoft Transact... 1 Configure ADFS Server... 3 Export Certificate from ADFS Server... 7 Configure Ephesoft

More information

RID IETF Draft Update

RID IETF Draft Update RID IETF Draft Update Kathleen M. Moriarty INCH Working Group 5 August 2004 This work was sponsored by the Air Force under Air Force Contract Number F19628-00-C-0002. "Opinions, interpretations, conclusions,

More information

Apache Directory Studio. User's Guide

Apache Directory Studio. User's Guide Apache Directory Studio User's Guide Apache Directory Studio: User's Guide Version 2.0.0.v20180908-M14 Copyright 2006-2018 Apache Software Foundation Licensed to the Apache Software Foundation (ASF) under

More information

You can also consult the USER MANAGEMENT guide on the site web of TRACES. 1. What is TRACES? Trade Control and Expert System 2

You can also consult the USER MANAGEMENT guide on the site web of TRACES. 1. What is TRACES? Trade Control and Expert System 2 https://images.vogel.de/vogelonline/bdb/1162100/1162152/41.jpg This document explains how to create access to the TRACES system and initiate your request to import an organic product into the EU. You can

More information

Service Metadata Publishing (SMP) Version 1.0

Service Metadata Publishing (SMP) Version 1.0 Service Metadata Publishing (SMP) Version 1.0 Committee Specification Draft 02 13 April 2016 Specification URIs This version: http://docs.oasis-open.org/bdxr/bdx-smp/v1.0/csd02/bdx-smp-v1.0-csd02.doc (Authoritative)

More information

VMware vsphere Replication Security Guide

VMware vsphere Replication Security Guide VMware Security Guide 6.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Lotus IBM WebShere Portal 6 Deployment and Administration.

Lotus IBM WebShere Portal 6 Deployment and Administration. Lotus 190-825 IBM WebShere Portal 6 Deployment and Administration http://killexams.com/exam-detail/190-825 QUESTION: 131 While managing your Portal environment, you chose to externalize the access control

More information

X-Road: Protocol for Downloading Configuration

X-Road: Protocol for Downloading Configuration X-Road: Protocol for Downloading Configuration Technical Specification Version: 2.1 23.10.2015 26 pages Doc. ID: PR-GCONF 23.10.2015 1/26 Date Version Description Author 04.09.2015 1.4 Minor fixes Siim

More information

Technical Note FLX UC 1000/1500 Registering with Shoretel ShoreGear

Technical Note FLX UC 1000/1500 Registering with Shoretel ShoreGear FLX UC 1000/1500 Registering with Shoretel ShoreGear Date: February 14, 2017 This technical note gives a detailed description on how to register a Revolabs FLX UC 1000/1500 IP & USB conference phone with

More information

EMC Documentum Process Integrator

EMC Documentum Process Integrator EMC Documentum Process Integrator Version 6.5 Development Guide P/N 300-007-254-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2008 EMC Corporation.

More information

Cisco TelePresence Conductor with Cisco Unified Communications Manager

Cisco TelePresence Conductor with Cisco Unified Communications Manager Cisco TelePresence Conductor with Cisco Unified Communications Manager Deployment Guide TelePresence Conductor XC4.0 Unified CM 10.5(2) January 2016 Contents Introduction 6 About this document 6 Related

More information

Configure Cisco DNA Assurance

Configure Cisco DNA Assurance Basic Workflow for Configuring Cisco DNA Assurance, on page 1 Assurance and Cisco ISE Integration, on page 2 Assurance Application, on page 6 Basic Workflow for Configuring Cisco DNA Assurance Before you

More information

European Commission. WebILSE Software Architecture Document. [Version for low risk projects] Approved by: Public: Reference Number:

European Commission. WebILSE Software Architecture Document. [Version for low risk projects] Approved by: Public: Reference Number: EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission WebILSE Software Architecture Document [Version for low risk projects] Date: 11/01/2013 Version:

More information

Agenda. 1. The LoU between EC-CEF and OpenPEPPOL about transition and migration to AS4 - Niels

Agenda. 1. The LoU between EC-CEF and OpenPEPPOL about transition and migration to AS4 - Niels www.peppol.eu OpenPEPPOL CC F2F meetings Vienna May 9 th and 10 th, 2017. AS4 Transition. Joint TICC/PoCC session Niels Pagh-Rasmussen, Executive architect IBM and member of OpenPEPPOL MC. Sander Fieten,

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR EDUCATION AND CULTURE. List of documents of the DG EAC to be registered

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR EDUCATION AND CULTURE. List of documents of the DG EAC to be registered EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR EDUCATION AND CULTURE Resources Logistics and document management Ref. Ares(2013)2760789-26/07/2013 Ref. Ares(2016)5750696-04/10/2016 Brussels, EAC.R.5/APa,

More information

eidas-node Error Codes

eidas-node Error Codes eidas-node Error Codes Version 2.0 Copyright European Commission DIGIT Unit B1 Document history Version Date Modification reason Modified by Origination 08/06/2017 Extracted from the eidas-node Installation,

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Cisco TelePresence Conductor with Unified CM

Cisco TelePresence Conductor with Unified CM Cisco TelePresence Conductor with Unified CM Deployment Guide TelePresence Conductor XC3.0 Unified CM 10.x Revised February 2015 Contents Introduction 5 About this document 5 Related documentation 5 About

More information

esignature Infrastructure Marketing Model

esignature Infrastructure Marketing Model www.peppol.eu esignature Infrastructure Marketing Model esignature Long Demo Objectives of PEPPOL esignature The overall objective of PEPPOL esignature is to provide cross European interoperability of

More information

Driver for SOAP Implementation Guide

Driver for SOAP Implementation Guide www.novell.com/documentation Driver for SOAP Implementation Guide Identity Manager 4.0.1 April 15, 2011 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or

More information

IBM Workplace TM Collaboration Services

IBM Workplace TM Collaboration Services IBM Workplace TM Collaboration Services Version 2.5 Mobile Client Guide G210-1962-00 Terms of Use Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY.

More information

Spring Web Services. 1. What is Spring WS? 2. Why Contract First? 3. Writing Contract First WS. 4. Shared Components. Components:

Spring Web Services. 1. What is Spring WS? 2. Why Contract First? 3. Writing Contract First WS. 4. Shared Components. Components: Spring Web Services 1. What is Spring WS? Components: spring-xml.jar: various XML support for Spring WS spring-ws-core.jar: central part of the Spring s WS functionality spring-ws-support.jar: contains

More information

Co-Ordinated Retail Market Message Guide

Co-Ordinated Retail Market Message Guide Co-Ordinated Retail Market Message Guide ROI Implementation Market Gateway Activity Document Information Business Area: Status: Author/s: ESB Networks Final ESBN Version Number: 3.1 Reason for Change Co-Ordinated

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax GFV N O 070

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax GFV N O 070 EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax Group on the Future of VAT 21 st meeting 12 March 2018 taxud.c.1(2018)1451244

More information

Security Provider Integration SAML Single Sign-On

Security Provider Integration SAML Single Sign-On Security Provider Integration SAML Single Sign-On 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Coordination Meeting of Standardisation Activities for assessing the Environmental Impact of ICT

Coordination Meeting of Standardisation Activities for assessing the Environmental Impact of ICT EUROPEAN COMMISSION Directorate-General Information Society and Media Directorate ICT addressing Societal Challenges Unit H4 ICT for Sustainable Growth Brussels, 28/01/2011 INFSO H4/PC/D(2010) Coordination

More information

NetIQ Identity Manager Driver for REST Implementation Guide. February 2018

NetIQ Identity Manager Driver for REST Implementation Guide. February 2018 NetIQ Identity Manager Driver for REST Implementation Guide February 2018 Legal Notice For information about NetIQ trademarks, see https://www.netiq.com/company/legal/. Copyright (C) 2018 NetIQ Corporation.

More information

The information in this document may not be changed without the express written agreement of the Department of Environmental Protection.

The information in this document may not be changed without the express written agreement of the Department of Environmental Protection. Prepared by: Applications Support Help Desk Version: 1.0 Date: February 28, 2018 Disclosure Information The information in this document may not be changed without the express written agreement of the

More information

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016 COURSE OUTLINE MOC 20339-1: PLANNING AND ADMINISTERING SHAREPOINT 2016 Module 1: Introducing SharePoint 2016 This module describes the structure and capabilities of a SharePoint environment, and the major

More information

Security Provider Integration: SAML Single Sign-On

Security Provider Integration: SAML Single Sign-On Security Provider Integration: SAML Single Sign-On 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property

More information

e-invoicing on the e-prior Supplier Portal

e-invoicing on the e-prior Supplier Portal EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information Systems Directorate e-invoicing on the e-prior Supplier Portal User Manual (full functionality) Version 1.40 Date: 15/12/2011 Author: Denis

More information

auto-gration Connector Setup Manual

auto-gration Connector Setup Manual auto-gration Connector Setup Manual Installation and configuration of the auto-gration Connector for SMEs Auto-gration project team October 2012 This document explains how to obtain and setup the reference

More information

Public Key Enabling Oracle Weblogic Server

Public Key Enabling Oracle Weblogic Server DoD Public Key Enablement (PKE) Reference Guide Public Key Enabling Oracle Weblogic Server Contact: dodpke@mail.mil URL: http://iase.disa.mil/pki-pke URL: http://iase.disa.smil.mil/pki-pke Public Key Enabling

More information

Cisco TelePresence Device Authentication on Cisco VCS

Cisco TelePresence Device Authentication on Cisco VCS Cisco TelePresence Device Authentication on Cisco VCS Deployment Guide Cisco VCS X8.5 December 2014 Contents About device authentication 4 Authentication policy 6 Configuring VCS authentication policy

More information

Electronic Signature Version March Administrator Guide

Electronic Signature Version March Administrator Guide Electronic Signature Version 2.10.0 5 March 2018 Administrator Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway Electronic Signature 2.10.0

More information

Qualys SAML & Microsoft Active Directory Federation Services Integration

Qualys SAML & Microsoft Active Directory Federation Services Integration Qualys SAML & Microsoft Active Directory Federation Services Integration Microsoft Active Directory Federation Services (ADFS) is currently supported for authentication. The Qualys ADFS integration must

More information

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : C2180-277 Title : IBM WebSphere Message Broker V8.0 System Administration Vendors : IBM Version : DEMO Get Latest &

More information

Cisco TelePresence Conductor with Cisco Unified Communications Manager

Cisco TelePresence Conductor with Cisco Unified Communications Manager Cisco TelePresence Conductor with Cisco Unified Communications Manager Deployment Guide XC2.2 Unified CM 8.6.2 and 9.x D14998.09 Revised March 2014 Contents Introduction 4 About this document 4 Further

More information

Specification. OpenPEPPOL AISBL. Transport Infrastructure Coordinating Community. ICT - Models. PEPPOL Transport Infrastructure AS2 Profile

Specification. OpenPEPPOL AISBL. Transport Infrastructure Coordinating Community. ICT - Models. PEPPOL Transport Infrastructure AS2 Profile Specification OpenPEPPOL AISBL Transport Infrastructure Coordinating Community ICT - Models PEPPOL Transport Infrastructure Profile Authors: Edmund Gray IT Sligo Ireland Martin Forsberg, ESV, Sweden Version:

More information

Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter. Release 17.3

Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter. Release 17.3 Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter Release 17.3 E76448-04 September 2017 Oracle Cloud Using the Oracle Advanced Queuing (AQ) Adapter, Release 17.3 E76448-04 Copyright 2016, 2017,

More information

Digital Capability Locator Implementation Guide

Digital Capability Locator Implementation Guide Locator Implementation Guide Version 1.0 27 July 2016 1 Disclaimer & Copyright Disclaimer This document is a publication of the Digital Business Council (Council): Whilst every effort has been made to

More information

Quick Start Access Manager 3.1 SP5 January 2013

Quick Start Access Manager 3.1 SP5 January 2013 www.novell.com/documentation Quick Start Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Electrolux Small Appliance Reseller FAQs

Electrolux Small Appliance Reseller FAQs Electrolux Small Appliance Reseller FAQs Why is Electrolux instituting a Reseller Authorization Program? Electrolux takes our brand and market position very seriously and desires to protect and promote

More information

The information in this document may not be changed without the express written agreement of the Department of Environmental Protection.

The information in this document may not be changed without the express written agreement of the Department of Environmental Protection. Prepared by: Applications Support Help Desk Version: 2.0 Date: December 13, 2017 Disclosure Information The information in this document may not be changed without the express written agreement of the

More information

Datapower is both a security appliance & can provide a firewall mechanism to get into Systems of Record

Datapower is both a security appliance & can provide a firewall mechanism to get into Systems of Record 1 2 3 Datapower is both a security appliance & can provide a firewall mechanism to get into Systems of Record 5 White boxes show the access points for different kinds of security. That s what we will

More information

Developers Integration Lab (DIL) Certificate Installation Instructions. Version 1.6

Developers Integration Lab (DIL) Certificate Installation Instructions. Version 1.6 Developers Integration Lab (DIL) Certificate Installation Instructions Version 1.6 May 28, 2014 REVISION HISTORY REVISION DATE DESCRIPTION 0.1 17 September 2011 First Draft Release DIL Certificate Installation

More information

Unified Communications in RealPresence Access Director System Environments

Unified Communications in RealPresence Access Director System Environments [Type the document title] 2.1.0 March 2013 3725-78704-001A Deploying Polycom Unified Communications in RealPresence Access Director System Environments Polycom Document Title 1 Trademark Information POLYCOM

More information

Interoperability Challenge of Certified Communication Systems via Internet

Interoperability Challenge of Certified Communication Systems via Internet Interoperability Challenge of Certified Communication Systems via Internet Marina Buzzi, IIT-CNR, marina.buzzi@iit.cnr.it Francesco Gennai, ISTI-CNR, francesco.gennai@isti.cnr.it Claudio Petrucci, Agid,

More information

HP Instant Support Enterprise Edition (ISEE) Security overview

HP Instant Support Enterprise Edition (ISEE) Security overview HP Instant Support Enterprise Edition (ISEE) Security overview Advanced Configuration A.03.50 Mike Brandon Interex 03 / 30, 2004 2003 Hewlett-Packard Development Company, L.P. The information contained

More information

FLX UC 1000/1500 Registering with Shoretel ShoreGear

FLX UC 1000/1500 Registering with Shoretel ShoreGear Technical Note FLX UC 1000/1500 Registering with Shoretel ShoreGear Date: January 15, 2016 This technical note gives a detailed description on how to register a Revolabs FLX UC 1000/1500 IP & USB conference

More information

Release notes for openpeppol Validation Artifact v3.4.0, Spring Release openpeppol AISBL

Release notes for openpeppol Validation Artifact v3.4.0, Spring Release openpeppol AISBL Release notes for openpeppol Validation Artifact v3.4.0, Spring Release 2017 openpeppol AISBL 2017-05-12 This release from openpeppol includes changes to the validation artifacts (VA s) and two BIS documents

More information

CPM. Quick Start Guide V2.4.0

CPM. Quick Start Guide V2.4.0 CPM Quick Start Guide V2.4.0 1 Content 1 Introduction... 3 Launching the instance... 3 CloudFormation... 3 CPM Server Instance Connectivity... 3 2 CPM Server Instance Configuration... 4 CPM Server Configuration...

More information

EUCEG XML submission System (ETRUSTEX) TUTORIAL

EUCEG XML submission System (ETRUSTEX) TUTORIAL EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR HEALTH AND FOOD SAFETY Resource management and better regulation Information systems EUCEG XML submission System (ETRUSTEX) TUTORIAL Page 1 Document Control

More information

Letter of Understanding (LoU) edelivery alignment between the European Commission and OpenPEPPOL

Letter of Understanding (LoU) edelivery alignment between the European Commission and OpenPEPPOL Letter of Understanding (LoU) edelivery alignment between the European Commission and OpenPEPPOL This Letter of Understanding (LoU) is the result of a series of meetings between the European Commission

More information

Fireware-Essentials. Number: Fireware Essentials Passing Score: 800 Time Limit: 120 min File Version: 7.

Fireware-Essentials.  Number: Fireware Essentials Passing Score: 800 Time Limit: 120 min File Version: 7. Fireware-Essentials Number: Fireware Essentials Passing Score: 800 Time Limit: 120 min File Version: 7.0 http://www.gratisexam.com/ Fireware Essentials Fireware Essentials Exam Exam A QUESTION 1 Which

More information

Administrator s Guide (CA QIWI Bank)

Administrator s Guide (CA QIWI Bank) PUT&GET MAIL (PGM) Administrator s Guide (CA QIWI Bank) MOSCOW March 2017 PGM Administrator s Guide (QIWI) INDEX 1. SETTING UP... 2 1.1. COMMON SETTINGS... 2 1.2. POINT CONFIGURATIONS... 2 1.2.1. Options

More information