MESH client File Interface Specification

Size: px
Start display at page:

Download "MESH client File Interface Specification"

Transcription

1 Document filename: MESH Client File Interface Specification Directorate / Programme Operations and Project Assurance Services Spine Services/ MESH Document Reference <insert> Project Manager Andrew Meyer Status Issued Owner Ash Raines Version 1.2 Author Paddy Yung Stuart Baskerville Version issue date 08/08/2017 MESH client File Interface Specification

2 Document Management Revision History Version Date Summary of Changes /05/2016 Initial version /05/2016 Updated following review /05/2016 Issued Reviewers This document must be reviewed by the following people: Reviewer name Title / Responsibility Date Version Simon Richards DTS Service Owner Marta Raper Kathryn Common Spine2 Project Manager Senior Communications Officer Approved by This document must be approved by the following people: Name Signature Title Date Version Ash Raines Glossary of Terms Term / Abbreviation API DNS DR DSN DTS EPR HSCIC MESH MOLES MTA MTSID NDR RA What it stands for Application Programming Interface Domain Name Service Delivery Report Delivery Service Notification Data Transfer Service End Point Registration Health and Social Care Information Centre Messaging Exchange for Social Care and Heath MESH Online Enquiry Service Message Transfer Agent Message Transfer Service Identity Non Delivery report Registration Authority Page 2 of 23

3 SMTP Simple Message Transfer Protocol Document Control: The controlled copy of this document is maintained in the HSCIC corporate network. Any copies of this document held outside of that area, in whatever format (e.g. paper, attachment), are considered to have passed out of control and should be checked for currency and validity. Page 3 of 23

4 Contents 1 Introduction Purpose of Document Background 5 2 Background MESH Client Overview MESH Client File Interface Directory/File Structure Multi Mailbox Considerations File Interface 7 3 Data Transfer OUT Transactions 12 4 MESH Control File Examples Sent Control File Received Control File 18 5 MESH Status Values 19 6 XML Schema for Control file 21 7 Contact HSCIC 23 Page 4 of 23

5 1 Introduction 1.1 Purpose of Document The purpose of this document it to detail the Messaging Exchange for Social Care and Health (MESH) interface specification to enable users of DTS and MESH to send and receive messages using MESH. The intended audience for this document is MESH users who need to understand how messages are sent/received by MESH. 1.2 Background The BT contract for provision of the DTS expires on 30 June The Health and Social Care Information Centre (HSCIC) has developed a replacement for DTS which will be an inhouse managed service. This transition enabled HSCIC to introduce a number of service improvements and deliver cost savings. In January 2016 we transitioned the DTS Central Service from BT to the HSCIC MESH Service. This means that the service is now operated and managed by the HSCIC. The transition will also enable the new service to adapt to emerging user requirements in a more flexible and efficient manner. Page 5 of 23

6 2 Background 2.1 MESH Client Overview MESH is a secure service developed for application to application messaging, which carries data flows on a platform which supports NHS compliance with e-gif. The MESH client will run as a separate application on the server platform supporting the host application. It will perform the following functions; Send application data to the central MESH server for delivery to the specified recipient. Receive application data from the central MESH server for delivery to the local application. Provide delivery and error status indications to the local host application. The MESH client will interface to the host application via the file interface defined in this document. 2.2 MESH Client File Interface The MESH client will transfer data to and from the host application via a simple file based interface. The following sections define the file-based interface; Directory/File structure Control Information Status Information 2.3 Directory/File Structure The MESH client will use the following file system directory/folder structure to transfer data to and from the host application; <MESH-DATA-HOME> \FAILED \IN \OUT \SENT \TEMP \TEMP\RCV The <MESH-DATA-HOME> is the path to the MESH client interface top level directory/folder. The MESH client root path will be specified as a configuration item in the MESH client parameter file (meshclient.cfg). The MESH client will read this file when it starts up to configure site/implementation specific parameters. Page 6 of 23

7 The FAILED directory will be used by the MESH client to hold malformed or syntactically incorrect control files along with their respective data files. The IN directory will be used by the MESH client to deposit data and status information to be received by the host application. The OUT directory will be used by the HOST application to copy data to be sent by the MESH client. The SENT directory will be used by the MESH client to copy sent data for use by the host application. The TEMP directory will be used by the MESH client for any intermediate files during its processing of outgoing data transfers. The TEMP/RCV directory will be used by the MESH client for any intermediate files during its processing of incoming data transfers. 2.4 Multi Mailbox Considerations If the MESH client is to be used for multiple mailboxes then the structure defined in section2.3, Directory/File Structure is required for each mailbox. Each mailbox requires a unique file interface structure. When using the MESH client in multi mailbox mode the following additional file structures need to be set up; Log path a directory where the MESH client can put its log files Work path a directory where the MESH client can perform generic file activities. Signal path a directory where the MESH client will look for its signal file. Proxy path an optional directory where the MESH client will look for the proxy.ini proxy configuration file. 2.5 File Interface Data Transfer File Handling Where data is to be transferred, e.g. sending or receiving data, the file interface will contain two files; Data file <message_id>.dat Control file - <message_id>.ctl Where only status information is to be transferred e.g. delivery status information or error indication the transaction will be a single control file. Please note that this will only be sent from the MESH client to the host application. Report file - <mailbox_id>_report_type<message_id>.ctl with report type being a C, P or a T to signify Collect, Poll or Transfer respectively. Page 7 of 23

8 The data file will contain the data (payload) to be transferred. This may be in any form and will be treated by the MESH client and Server as an arbitrary data file. The maximum size the file can be is 50MB. The only operation that the MESH client may perform on the data file is to compress it if the option within the associated control file is selected. The control file will contain the information required to identify, transmit and audit the data File. The report file will contain information to identify the transaction being reported on and the status report information. The message id will uniquely identify the data transfer files Data Transfer File Handling The MESH client will run independently from the System Supplier application in the processing of the data files. There is a potential for the MESH client or Supplier application to access the data transfer files before they are completed. The following functionality has been included to mitigate this risk; 1. The data and control files should be created in a temporary directory area and then moved to the destination directory. 2. The data file should be placed in the destination directory before the control file. 3. The receiving application should look for the control file before starting to handle the data transfer Control File The control file will be in the format as defined in the Page 8 of 23

9 MESH Control File Example. The control file and report file will be the same format but will contain different information depending on the transaction. The control and report file data structure is defined in the following table. Mandatory elements must be supplied Optional elements may be ignored or specified with no data. DATA ITEM VALUES/ SIZE MANDATORY/ OPTIONAL/ CONDITIONAL DESCRIPTION Version 1.0 M Version of control file AddressType MessageType SMTP DTS ALL Data Report M M Identifies the type of address. SMTP - SMTP address DTS DTS name addressing ALL Used by MESH Server when sending to MESH client. All address fields will be completed. Identifies the type of transfer Data will have a data file and a control file. Report will have a control file. WorkflowId 32 characters M Identifier for the workflow that the data transfer is part of. This may be used for reporting and to define processing at the MESH Server. For example Pathology MEDRPT v1.003 messages should have a WorkflowId of PATH_MEDRPT_V3. (WorkflowId s should be populated in message transfers in upper case only) From_ESMTP SMTP address C Identifies the originator of the data transfer. SMTP address of the originator. Conditional must be supplied if AddressType = SMTP or ALL To_ESMTP SMTP address C Identifies the recipient of the data transfer. SMTP address of the recipient. From_DTS To_DTS MESH mailbox Name MESH mailbox Name C C Conditional must be supplied if AddressType = SMTP or ALL Identifies the originator of the data transfer. MESH mailbox Name of the originator. Conditional must be supplied if AddressType = DTS or ALL Identifies the recipient of the data transfer. MESH mailbox Name of the recipient. Conditional must be supplied if AddressType = DTS or ALL Subject SMTP Subject O Subject of the data transfer as for SMTP Page 9 of 23

10 subject. LocalId 255 characters O Local identifier of the data transfer. This is specific to the host application sending via the MESH client. This will allow for correlation with DTSId. DTSId 100 characters O Each data transfer will be associated with a DTSId (also known as a message id) as it passes through the MESH Server. This will allow for correlation with LocalId and PartnerId. PartnerId 255 characters O CCN005 - Now obsolete. If a local identifier was included in the original message this is now presented to the receiving Client in the LocalId field. Compress Y N O Flag to indicate that the data file can be compressed by the MESH client. Default = Y Encrypted Y N O Flag to indicate that the data file has been encrypted by the host application. Default = N ProcessId 32 characters O For future use. Identifier to specify the type of processing that might be required before forwarding to the recipient. DataChecksum O Field to be used for a checksum for the data file. IsCompressed Y O Field to indicate that the data file is compressed. N AllowChunking Y N O Flag to support the transfer of files in excess of 100Mb (compressed). If set to Y the client will support the transfer of files up to a maximum of 20Gb. Failure to set this flag when attempting to transfer files with a size in excess of 100Mb will result in a failed transfer. To support the transfer, the client will process large files in 20Mb chunks. StatusRecord O Status information on the status of the data transfer. This will contain the following information; Date Time Event Status success or error Status code Description File Interface Maintenance There is a requirement for the files in the file interface directories to be managed. A brief description regarding the management of data through the folders is shown below. 1. IN The MESH client will copy received data transfer files and report files to the IN directory. Page 10 of 23

11 It is the responsibility of the host application to manage the IN directory. i.e. to use, delete or archive the data files. 2. OUT MESH client will move data transfer files from the OUT directory once it has successfully transferred it to the MESH Server. If configured to do so the MESH client will copy sent data transfer files to the SENT directory. 3. SENT - It is the responsibility of the host application to manage the SENT directory. i.e. to use, delete or archive the data files. 4. TEMP The TEMP directory is private to the MESH client, the MESH client will manage the contents of the directory 5. FAILED The MESH client will move malformed messages into the FAILED directory so that they may be examined. It is recommended that this directory is checked periodically for messages that could not be sent to the MESH server. 6. TEMP/RCV The TEMP/RCV directory is private to the MESH client, the MESH client will manage the contents of the directory Page 11 of 23

12 3 Data Transfer The Control File will contain different information depending on the circumstances. The following sections describe the different contents for the following 1. Out transaction The host application sends data via the MESH client 2. In data transactions The host application receives data via the MESH client 3. In status transaction The MESH client reporting on status / events. 3.1 OUT Transactions OUT transactions are those sent from the host application via the MESH client to the MESH server. The requirement of the control file is to identify the recipient of the data and to identify the transfer for audit purposes. The following table shows the data items for this Transaction. DATA ITEM VALUES/ SIZE MANDATORY/ OPTIONAL DESCRIPTION Version 1.0 M Version of control file AddressType SMTP M Type of address. DTS ALL MessageType Data M Identifies the type of transfer, the OUT transaction will have a data file and a control file. WorkflowId 32 characters M Mandatory flag indicating the workflow, e.g. Pathology MEDRPT v1.003 messages should have a WorkflowId of PATH_MEDRPT_V3. (WorkflowId s should be populated in message transfers in upper case only). From_ESMTP SMTP address C Identifies the originator of the data transfer. SMTP address of the originator. Conditional must be supplied if AddressType = SMTP or ALL To_ESMTP SMTP address C Identifies the recipient of the data transfer. SMTP address of the recipient. Conditional must be supplied if AddressType = SMTP or ALL From_DTS MESH Name C Identifies the originator of the data transfer. MESH mailbox Name of the originator. Conditional must be supplied if Address Type = DTS or ALL To_DTS DTS Name C Identifies the recipient of the Data Transfer. MESH mailbox name of the recipient. Page 12 of 23

13 Conditional must be supplied if AddressType = DTS or ALL Subject SMTP Subject O Subject of the data transfer as for SMTP subject. LocalId 255 characters O Local identifier of the data transfer. This is specific to the host application sending via the MESH client. DTSId O Not applicable in the OUT transaction. Compress Encrypted Y N Y N O O Optional flag to indicate that the data file can be compressed. Default = Y Optional flag to indicate that the data file is encrypted. Default = N ProcessId 32 characters O Optional flag indicating processing to be performed at the MESH Server. For future use. AllowChunking Y N O Optional flag indicating processing to be adopted for large files i.e. above 100Mb (compressed) DataChecksum O Not applicable in the OUT transaction. IsCompressed O Not applicable in the OUT transaction. StatusRecord O Not applicable in the OUT transaction IN Data Transactions In data transactions are those from the MESH Server via the MESH client to the host application. The requirements for the control file are to identify the recipient of the data and to identify the transfer for audit purposes. The following table shows the data items for this transaction. DATA ITEM VALUES/ SIZE MANDATORY/ OPTIONAL DESCRIPTION Version 1.0 M Version of control file AddressType SMTP DTS ALL M Type of address. MessageType Data M Identifies the type of transfer, the IN Data Transaction will have a data file and a control file. WorkflowId 32 characters M Mandatory flag indicating the workflow, e.g. Pathology MEDRPT v1.003 messages should have a WorkflowId of PATH_MEDRPT_V3. (WorkflowId s should be populated in message transfers in upper case only). Page 13 of 23

14 From_ESMTP SMTP address C Identifies the originator of the data transfer. SMTP address of the originator. Conditional must be supplied if AddressType = SMTP or ALL To_ESMTP SMTP address C Identifies the recipient of the data transfer. SMTP address of the recipient. Conditional must be supplied if AddressType = SMTP or ALL From_DTS DTS Name C Identifies the originator of the data transfer. MESH mailbox Name of the originator. Conditional must be supplied if AddressType = DTS or ALL To_DTS MESH Name C Identifies the recipient of the data transfer. MESH mailbox name of the recipient. Conditional must be supplied if AddressType = DTS or ALL Subject SMTP Subject O Subject of the data transfer as for SMTP subject. LocalId O Any local identifier applied to the data transfer by the sending application. This is specific to the host application sending the data. DTSId 100 characters O MESH identifier for the data transfer. This can be used to identify the transfer for tracking purposes. Compress O Not applicable in the IN data transaction. Encrypted O Not applicable in the IN data transaction. ProcessId O Not applicable in the IN data transaction. AllowChunking O Not applicable in the IN data transaction. DataChecksum O Not applicable in the IN data transaction. IsCompressed O Not applicable in the IN data transaction. StatusRecord O Status information on the status of the Data Transfer. Date Time Event - Delivery Status Success Page 14 of 23

15 3.1.2 IN Status Transactions Status transactions will be sent from the MESH client to the host application. The requirements for the control file are to identify the data transfer involved and the status. Status transactions will be sent to the host application from the MESH client in the following circumstances. Configuration of the MESH client to report on the event will be configurable via the MESH client configuration file. 1. Collect error: The MESH client has detected an error with the OUT transaction files. 2. Collect Report : Optional Status report indicating that the MESH client has taken responsibility for the data transfer files in the OUT transaction. 3. Delay Report : Optional - MESH client has failed to transfer to MESH Server but will retry. 4. Transfer fail: MESH client has failed to transfer to MESH Server and has aborted the transfer 5. Transfer Report: Optional MESH client has successfully transferred to the MESH Server 6. Server fail: MESH Server failed to transmit the data. 7. Poll fail: Optional MESH client has attempted to poll the MESH Server but has failed. 8. Poll Report: Optional - MESH client has polled the MESH Server successfully. 9. Non-delivery: Negative Delivery Service Notification (DSN) received from the SMTP service. 10. Server authentication error: MESH Server authentication failed. 11. Client authentication error: MESH client authentication failed. The status transactions will specify the same data transfer information as the original data transfer control file (where possible). This will allow the host application to identify which data transfer the status report is about. All status information regarding success or failure will be specified in the tracking records data elements in the report file. The following table shows the data items for this transaction. Page 15 of 23

16 DATA ITEM VALUES/ SIZE MANDATORY/ OPTIONAL DESCRIPTION Version 1.0 M Version of control file AddressType SMTP DTS ALL M Type of address. MessageType Report M Identifies the type of transfer file, either Data or Report WorkflowId 32 characters M From the original OUT transaction control file if specified. This will not be specified for the poll fail and poll report status reports. From_ESMTP SMTP address C SMTP address of the originator. From the original OUT transaction control file if specified. This will not be specified for the poll fail and poll report status reports To_ESMTP SMTP address C SMTP address of the recipient. From the original OUT transaction control file if specified. This will not be specified for the poll fail and poll report status reports From_DTS MESH Name C MESH mailbox name of the originator. From the original OUT transaction control file if specified. This will not be specified for the poll fail and poll report status reports To_DTS MESH Name C MESH mailbox name of the recipient. From the original OUT transaction control file if specified. This will not be specified for the poll fail and poll report status reports Subject SMTP Subject O Subject of the data transfer as for SMTP subject. From the original OUT transaction control file, if specified. This will not be specified for the poll fail and poll report status reports LocalId 255 characters O From the original OUT transaction control file. This will not be specified for the poll fail and poll report status reports DTSId 100 characters O MESH message identifier for the data transfer. This will only be specified if the status report comes from the MESH Server. Compress O Not applicable in the IN Status Transaction. Encrypted O Not applicable in the IN status transaction. ProcessId O Not applicable in the IN status transaction. AllowChunking O Not applicable in the IN status transaction. DataChecksum O Not applicable in the IN status transaction. Page 16 of 23

17 IsCompressed O Not applicable in the IN status transaction. StatusRecord O Status information on the status of the data transfer. See MESH Status Values for the list of events, codes and descriptions. Date Time Event Status Status code Description Page 17 of 23

18 4 MESH Control File Examples 4.1 Sent Control File <DTSControl> <Version>1.0</Version> <AddressType>DTS</AddressType> <MessageType>Data</MessageType> <From_DTS>testdts1</From_DTS> <To_DTS>testdts2</To_DTS> <Subject>EDI Data</Subject> <LocalId>Testbox01</LocalId> <DTSId>DTS </DTSId> <PartnerId></PartnerId> <Compress>Y</Compress> <Encrypted>N</Encrypted> <WorkflowId>PATH_MEDRPT_V3</WorkflowId> <ProcessId></ProcessId> <DataChecksum></DataChecksum> <IsCompressed>Y</IsCompressed> <AllowChunking>Y</AllowChunking> </DTSControl> 4.2 Received Control File <DTSControl> <Version>1.0</Version> <AddressType>DTS</AddressType> <MessageType>Data</MessageType> <From_DTS>testdts1</From_DTS> <To_DTS>testdts2</To_DTS> <Subject>EDI Data</Subject> <LocalId>Testbox01</LocalId> <DTSId>DTS </DTSId> <PartnerId></PartnerId> <Compress>Y</Compress> <Encrypted>N</Encrypted> <WorkflowId>PATH_MEDRPT_V3</WorkflowId> <ProcessId></ProcessId> <DataChecksum></DataChecksum> <IsCompressed >Y</IsCompressed > <StatusRecord> <DateTime> </DateTime> <Event>Transfer to DTS Server</Event> <Status>Success</Status> <StatusCode>0</StatusCode> <Description></Description> </StatusRecord> </DTSControl> Page 18 of 23

19 5 MESH Status Values The following Status events have been identified; Collect error: The MESH client has detected an error with the OUT transaction files. Collect Report: Optional Status report indicating that the MESH client has taken responsibility for the data transfer files in the OUT transaction. DelayReport: Optional - MESH client has failed to transfer to MESH Server but will retry. Transfer Fail: MESH client has failed to transfer to MESH Server and has aborted the transfer TransferReport: Optional MESH client has successfully transferred to the MESH Server Server fail: MESH Server failed to transmit the data. Poll fail: Optional MESH client has attempted to poll the MESH Server but has failed. PollReport: Optional - MESH client has polled the MESH Server successfully. Non Delivery: Negative delivery service notification received from the SMTP service. Server authentication error: MESH Server authentication failed. Client authentication error: MESH client authentication failed. Although not an exhaustive list, the table below summarises the possible causes. Further information to help diagnose errors can be obtained from the ssl.log and MESHclient.log files. Status Type Event Status Status Code Description Collect Report COLLECT SUCCESS 00 Data collect success confirmation. Collect Error COLLECT ERROR 01 Control file is missing or inaccessible. Collect Error COLLECT ERROR 02 Data file is missing or inaccessible. Server Authentication TRANSFER ERROR 03 Server authentication failure caused by an invalid certificate, unreachable certificate path or problem Page 19 of 23

20 Error loading the certificate itself. Transfer Report TRANSFER SUCCESS 00 Data transfer success confirmation. Client Authentication Error TRANSFER ERROR 04 Client authentication failure caused by invalid MESH username or authentication string. Delay Report TRANSFER SUCCESS 05 A Delay Report has been produced indicating that the Client has failed to transfer the data file to the MESH Server. The Client will retry again. Transfer Fail TRANSFER ERROR 06 Transfer failure. There has been a problem transferring the data file to the MESH Server. The maximum retry attempts have been reached. Server Fail SEND ERROR 07 Invalid From address in the control file. Server Fail SEND ERROR 08 Invalid To address in the control file. Server Fail SEND ERROR 09 Invalid Version of the control file. Server Fail SEND ERROR 10 Invalid Address Type in the control file. Server Fail SEND ERROR 11 Invalid Message Type for the transfer. Server Fail SEND ERROR 12 Unregistered To address. Non Delivery SEND ERROR 13 SMTP delivery failure. Non Delivery SEND ERROR 14 MESH delivery failure. Poll Report RECEIVE SUCCESS 00 Poll Report Success confirmation. Poll Fail RECEIVE ERROR 15 Receive poll error. Check the MESH client log file for information that may help to identify the cause. Server Authentication Error Client Authentication Error RECEIVE ERROR 16 Server authentication failure due to invalid server certificate. RECEIVE ERROR 17 Client authentication failure caused by invalid MESH username or authentication string. Page 20 of 23

21 6 XML Schema for Control file The following XML Schema for the Control file has been validated against XML Schema version 1.1 (also known as XSD 1.2 this version does not include file chunking). <?xml version="1.0"?> <xs:schema xmlns:xs=" <xs:element name="dtscontrol"> <xs:complextype> <xs:sequence> <xs:element name="version" type="xs:string" fixed="1.0"/> <xs:element name="addresstype" type="addresstype" /> <xs:element name="messagetype" type="messagetype" /> <xs:element name="workflowid"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:maxlength value="32"/> </xs:restriction> </xs:simpletype> </xs:element> <xs:element name="from_esmtp" type="xs:string" minoccurs="0" nillable="true"/> <xs:element name="to_esmtp" type="xs:string" minoccurs="0" nillable="true"/> <xs:element name="from_dts" type="xs:string" minoccurs="0" nillable="true"/> <xs:element name="to_dts" type="xs:string" minoccurs="0" nillable="true"/> <xs:element name="subject" type="xs:string" minoccurs="0" /> <xs:element name="localid" minoccurs="0"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:maxlength value="255"/> </xs:restriction> </xs:simpletype> </xs:element> <xs:element name="dtsid" minoccurs="0"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:maxlength value="100"/> </xs:restriction> </xs:simpletype> </xs:element> <xs:element name="partnerid" minoccurs="0"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:maxlength value="255"/> </xs:restriction> </xs:simpletype> </xs:element> <xs:element name="compress" type="xs:string" minoccurs="0" default="y" /> <xs:element name="encrypted" type="xs:string" minoccurs="0" default="n"/> <xs:element name="processid" minoccurs="0"> <xs:simpletype> <xs:restriction base="xs:string"> <xs:maxlength value="32"/> </xs:restriction> Page 21 of 23

22 </xs:simpletype> </xs:element> <xs:element name="datachecksum" type="xs:string" minoccurs="0" /> <xs:element name="iscompressed" type="xs:string" minoccurs="0" /> <xs:element name="statusrecord" minoccurs="0" maxoccurs="unbounded"> <xs:complextype> <xs:sequence> <xs:element name="datetime" type="xs:string" minoccurs="0" /> <xs:element name="event" type="xs:string" minoccurs="0" /> <xs:element name="status" type="xs:string" minoccurs="0" /> <xs:element name="statuscode" type="xs:string" minoccurs="0" /> <xs:element name="description" type="xs:string" minoccurs="0" /> </xs:sequence> </xs:complextype> </xs:element> </xs:sequence> <xs:assert test="if (AddressType eq 'SMTP') then count(from_esmtp) = 1 else if (AddressType eq 'ALL') then count(from_esmtp) = 1 else true()"/> <xs:assert test="if (AddressType eq 'SMTP') then count(to_esmtp) = 1 else if (AddressType eq 'ALL') then count(to_esmtp) = 1 else true()"/> <xs:assert test="if (AddressType eq 'DTS') then count(from_dts) = 1 else if (AddressType eq 'ALL') then count(from_dts) = 1 else true()"/> <xs:assert test="if (AddressType eq 'DTS') then count(to_dts) = 1 else if (AddressType eq 'ALL') then count(to_dts) = 1 else true()"/> </xs:complextype> </xs:element> <xs:simpletype name="addresstype"> <xs:restriction base="xs:string"> <xs:enumeration value="smtp"/> <xs:enumeration value="dts"/> <xs:enumeration value="all"/> </xs:restriction> </xs:simpletype> <xs:simpletype name="messagetype"> <xs:restriction base="xs:string"> <xs:enumeration value="data"/> <xs:enumeration value="report"/> </xs:restriction> </xs:simpletype> </xs:schema> Page 22 of 23

23 7 Contact NHS Digital For further information and a set of FAQs, a dedicated MESH page has been created on the NHS Digital website at If users have specific question related to MESH please contact the National Service Desk. Page 23 of 23

How to use the MESH Certificate Enrolment Tool

How to use the MESH Certificate Enrolment Tool Document filename: How to use the MESH Certificate Enrolment Tool Directorate / Programme Operations and Project Assurance Services Spine Services/ MESH Document Reference Project Manager Andrew

More information

MESH General Practice Clinical System Changes and Impacts on Addressing

MESH General Practice Clinical System Changes and Impacts on Addressing Document filename: MESH General Practice Guidance Directorate / Programme Operations and Assurance Services Project Spine Services/ MESH Document Reference Project Manager Andrew Meyer Status

More information

How to use an EPR certificate with the MESH client

How to use an EPR certificate with the MESH client Document filename: How to use an EPR certificate with the MESH client Directorate / Programme Operations and Assurance Services Project Spine Services/ MESH Document Reference Project Manager

More information

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015 SMKI Repository Interface Design Specification DCC Public Page 1 of 21 Contents 1 Introduction 3 1.1 Purpose and Scope 3 1.2 Target Response Times 3 2 Interface Definition 4 2.1 SMKI Repository Portal

More information

[MS-ASCMD]: ActiveSync Command Reference Protocol Specification

[MS-ASCMD]: ActiveSync Command Reference Protocol Specification [MS-ASCMD]: ActiveSync Command Reference Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXSHRMSG]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Cisco Unity Connection Notification Interface (CUNI) API

Cisco Unity Connection Notification Interface (CUNI) API Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2018 Cisco Systems, Inc. All rights

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

Restricting complextypes that have mixed content

Restricting complextypes that have mixed content Restricting complextypes that have mixed content Roger L. Costello October 2012 complextype with mixed content (no attributes) Here is a complextype with mixed content:

More information

ActiveVOS JMS Transport options Technical Note

ActiveVOS JMS Transport options Technical Note ActiveVOS JMS Transport options Technical Note 2009 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective owners.

More information

Patient Reported Outcome Measures (PROMs)

Patient Reported Outcome Measures (PROMs) Patient Reported Outcome Measures (PROMs) Published September 2017 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created

More information

SHS Version 2.0 SOAP-based Protocol Binding to SHS Concepts Försäkringskassan - Swedish Social Insurance Agency

SHS Version 2.0 SOAP-based Protocol Binding to SHS Concepts Försäkringskassan - Swedish Social Insurance Agency SHS Concepts 1 (16) SHS Version 2.0 SOAP-based SHS Concepts Försäkringskassan - Swedish Social Insurance Agency Copyright 2012, 2013 Swedish Social Insurance Agency. All Rights Reserved. SHS Concepts 2

More information

TED schemas. Governance and latest updates

TED schemas. Governance and latest updates TED schemas Governance and latest updates Enric Staromiejski Torregrosa Carmelo Greco 9 October 2018 Agenda 1. Objectives 2. Scope 3. TED XSD 3.0.0 Technical harmonisation of all TED artefacts Code lists

More information

Physician Data Center API API Specification. 7/3/2014 Federation of State Medical Boards Kevin Hagen

Physician Data Center API API Specification. 7/3/2014 Federation of State Medical Boards Kevin Hagen 7/3/2014 Federation of State Medical Boards Kevin Hagen Revision Description Date 1 Original Document 2/14/2014 2 Update with Degree search field 7/3/2014 Overview The Physician Data Center (PDC) offers

More information

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers.

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers. May 6, 2009 9:39 SIF Specifications SIF Implementation Specification The SIF Implementation Specification is based on the World Wide Web Consortium (W3C) endorsed Extensible Markup Language (XML) which

More information

Oracle Enterprise Data Quality

Oracle Enterprise Data Quality Oracle Enterprise Data Quality Automated Loading and Running of Projects Version 9.0 January 2012 Copyright 2006, 2012, Oracle and/or its affiliates. All rights reserved. Oracle Enterprise Data Quality,

More information

Positioning Additional Constraints

Positioning Additional Constraints Positioning Additional Constraints Issue XML Schema 1.1 allows additional constraints to be imposed on elements and attributes, above and beyond the constraints specified by their data type. Where should

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OTPCE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions Fall, 2005 CIS 550 Database and Information Systems Homework 5 Solutions November 15, 2005; Due November 22, 2005 at 1:30 pm For this homework, you should test your answers using Galax., the same XQuery

More information

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group E SUB-COMMITTEE ON NAVIGATION, COMMUNICATIONS AND SEARCH AND RESCUE 5th session Agenda item 4 21 ebruary 2018 Original: ENGLISH DISCLAIMER As at its date of issue, this document, in whole or in part, is

More information

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TMPLDISC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXWSMSHR]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXWMT]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

CMS SOAP CLIENT SOFTWARE REQUIREMENTS SPECIFICATION

CMS SOAP CLIENT SOFTWARE REQUIREMENTS SPECIFICATION CMS SOAP CLIENT SOFTWARE REQUIREMENTS SPECIFICATION CONTENTS 1. Introduction 1.1. Purpose 1.2. Scope Of Project 1.3. Glossary 1.4. References 1.5. Overview Of Document 2. Overall Description 2.1. System

More information

PTS XML STANDARD GUIDELINE

PTS XML STANDARD GUIDELINE PTS XML STANDARD GUIDELINE September 2012 Turkish Medicines & Medical Devices Agency, Department of Pharmaceutical Track & Trace System Söğütözü Mahallesi 2176 Sok. No: 5 P.K.06520 Çankaya, Ankara Phone:

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

Brief guide for XML, XML Schema, XQuery for YAWL data perspective

Brief guide for XML, XML Schema, XQuery for YAWL data perspective Brief guide for XML, XML Schema, XQuery for YAWL data perspective Carmen Bratosin March 16, 2009 1 Data perspective in YAWL YAWL engine files are XML based. Therefore, YAWL uses XML for data perspective

More information

BUSINESSMAIL X.400 WEB INTERFACE AS2 GATEWAY V2.9

BUSINESSMAIL X.400 WEB INTERFACE AS2 GATEWAY V2.9 GATEWAY V2.9 User information (1) In the past it was necessary to use special forms or Excel sheets for the administration of your partners and trading relations. You had to send this information to central

More information

[MS-DPMDS]: Master Data Services Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DPMDS]: Master Data Services Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DPMDS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Cervical Screening System DMS User Guide April 2015

Cervical Screening System DMS User Guide April 2015 Document filename: DMS CSS User Guide Directorate / Programme SSD Project DMS CSS Project Manager Hilary Denny Status Approved Owner Joan Foreman Version 1.0 Author Catherine Roberts Version issue date

More information

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF Network Working Group Request for Comments: 5717 Category: Standards Track B. Lengyel Ericsson M. Bjorklund Tail-f Systems December 2009 Partial Lock Remote Procedure Call (RPC) for NETCONF Abstract The

More information

Troubleshooting Networking

Troubleshooting Networking , page 1 Troubleshooting Intersite Networking Setup Use the troubleshooting information in this section if you have difficulty creating an intersite link between two site gateways (regardless of whether

More information

BusinessMail X.400 Web interface AS2 Gateway V3.0

BusinessMail X.400 Web interface AS2 Gateway V3.0 Web interface AS2 Gateway V3.0 User information (1) In the past it was necessary to use special forms or Excel sheets for the administration of your partners and trading relations. You had to send this

More information

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide Symantec Encryption Management Server and Symantec Data Loss Prevention Integration Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

MWTM NBAPI WSDL and XSD Definitions

MWTM NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1.4 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-10 ProvisionAPI.wsdl, page

More information

VDS Service Broker APIs

VDS Service Broker APIs CHAPTER 2 This chapter describes the HTTPS RESTful APIs for VDS-SB and the XML schema. CDN Management API, page 2-1 BFQDN Management API BFQDN Policy API CDN Adaptation Policy API CDN Selection Policy

More information

MWTM 6.1 NBAPI WSDL and XSD Definitions

MWTM 6.1 NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-5 ProvisionAPI.wsdl, page

More information

DFP Mobile Ad Network and Rich Media API

DFP Mobile Ad Network and Rich Media API DFP Mobile Ad Network and Rich Media API v2.0, 12 June 2012 Background DFP Mobile is adopting a single open API for integrating with all ad networks and rich media vendors. This has the following benefits:

More information

Mapping IDABC Authentication Assurance Levels to SAML V2.0

Mapping IDABC Authentication Assurance Levels to SAML V2.0 Mapping IDABC Authentication Assurance Levels to SAML V2.0 Konstantinos MOULINOS, Seconded National Expert Open Standards Forum 2008: Security challenges for the Information Society Scope of the presentation

More information

NSE6_FML exam.14q

NSE6_FML exam.14q NSE6_FML-5.3.8.exam.14q Number: NSE6_FML-5.3.8 Passing Score: 800 Time Limit: 120 min NSE6_FML-5.3.8 FortiMail 5.3.8 Specialist Exam A QUESTION 1 Examine the nslookup output shown in the exhibit; then

More information

Implementation Guide for Delivery Notification in Direct

Implementation Guide for Delivery Notification in Direct Implementation Guide for Delivery Notification in Direct Contents Change Control... 2 Status of this Guide... 3 Introduction... 3 Overview... 3 Requirements... 3 1.0 Delivery Notification Messages... 4

More information

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0 Customer Market Results Interface (CMRI) For RC Interface Specification Version: 1.0.0 November 1, 2018 Revision History Date Version Description 11/01/2018 1.0.0 Initial document release Page 2 of 10

More information

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital Getting Started with Beta Testing Beta Testing period: 01 February 2018 03 May 2018 Copyright 2018 NHS Digital Document management Revision History Version Date Summary of Changes 0.1 23/03/2018 Initial

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-DPDQS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for

More information

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart 2017 www.vlaanderen.be/informatievlaanderen Informatie Vlaanderen /// Aanpassingen aan de webservices Dit

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

Capability Advertisement Messages

Capability Advertisement Messages Capability Advertisement Messages These sections describe schema definitions for the Capability Advertisement messages. Capability Advertisement Schema, page 1 Components of CCDL, page 2 Schema Definition,

More information

Introduction With the move to the digital enterprise, all organizations regulated or not, are required to provide customers and anonymous users alike

Introduction With the move to the digital enterprise, all organizations regulated or not, are required to provide customers and anonymous users alike Anonymous Application Access Product Brief Contents Introduction 1 The Safe-T Solution 1 How It Works 2-3 Capabilities 4 Benefits 4 List 5-11 Introduction With the move to the digital enterprise, all organizations

More information

Adding Distribution Settings to a Job Profile (CLUI)

Adding Distribution Settings to a Job Profile (CLUI) CHAPTER 7 Adding Distribution Settings to a Job Profile (CLUI) Revised: October 10, 2008, Distribution tabs tell the Cisco MXE 3000 what to do with output files once encoding is complete. This section

More information

ITK2.2 Distribution Envelope Requirements

ITK2.2 Distribution Envelope Requirements Document filename: ITK 2.2 Distribution Envelope Requirements Directorate / Programme : NHSD - Architecture Project Interoperability Document Reference : HSCIC-ITK-ARCH-103-1 Project Manager : Keith Naylor

More information

PISOA Interface Specification. Fall 2017 Release

PISOA Interface Specification. Fall 2017 Release PISOA Interface Specification Fall 2017 Release Version: 1.0 July 21, 2017 Revision History Date Version Description 07/21/2017 1.0 Initial document release related to the PISO Interfaces. RequestVERMeasurements

More information

[MS-OXWMT]: Mail Tips Web Service Extensions. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWMT]: Mail Tips Web Service Extensions. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWMT]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Level of Assurance Authentication Context Profiles for SAML 2.0

Level of Assurance Authentication Context Profiles for SAML 2.0 2 3 4 5 Level of Assurance Authentication Context Profiles for SAML 2.0 Draft 01 01 April 2008 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Specification URIs: This

More information

Qualys Cloud Platform (VM, PC) v8.x API Release Notes

Qualys Cloud Platform (VM, PC) v8.x API Release Notes API Release Notes Version 8.18.1 March 19, 2019 This new version of the Qualys Cloud Platform (VM, PC) includes improvements to the Qualys API. You ll find all the details in our user guides, available

More information

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-KPS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

Overview and Benefits of SEEBURGER AS2 Spokes. Trading Partner Integration Using SEEBURGER'S BIS:AS2 Spoke

Overview and Benefits of SEEBURGER AS2 Spokes. Trading Partner Integration Using SEEBURGER'S BIS:AS2 Spoke Overview and Benefits of SEEBURGER AS2 Spokes Trading Partner Integration Using SEEBURGER'S BIS:AS2 Spoke Technical Documentation Contents 1 CLASSIC EDI AND ITS COST PROBLEM 2 1.1 VAN (VALUE ADDED NETWORK)...

More information

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents Oracle B2B 11g Technical Note Technical Note: 11g_005 Attachments This technical note lists the attachment capabilities available in Oracle B2B Table of Contents Overview... 2 Setup for Fabric... 2 Setup

More information

IODEF Data Model Status (progress from 03) <draft-ietf-inch-iodef-03>

IODEF Data Model Status (progress from 03) <draft-ietf-inch-iodef-03> IODEF Data Model Status (progress from 03) tracked @ https://rt.psg.com : inch-dm queue Roman Danyliw Wednesday, March 9. 2005 IETF 62, Minneapolis, USA Progress

More information

E-Share: Secure Large File Sharing

E-Share: Secure Large File Sharing Feature Sheet E-Share: Secure Large File Sharing Use DeliverySlip to securely share, track, and control single or multiple file attachments up to 5 GB directly from your email Sharing large files securely

More information

File Reputation Filtering and File Analysis

File Reputation Filtering and File Analysis This chapter contains the following sections: Overview of, page 1 Configuring File Reputation and Analysis Features, page 5 File Reputation and File Analysis Reporting and Tracking, page 14 Taking Action

More information

Testing of Service Oriented Architectures A practical approach / APPENDIX V1.0

Testing of Service Oriented Architectures A practical approach / APPENDIX V1.0 Testing of Service Oriented Architectures A practical approach / APPENDIX V1.0 Schahram Dustdar, Stephan Haslinger 1 Distributed Systems Group, Vienna University of Technology dustdar@infosys.tuwien.ac.at

More information

DocuSign Information Guide. API Requirements Information. General Requirements. SOAP and REST API Requirements

DocuSign Information Guide. API Requirements Information. General Requirements. SOAP and REST API Requirements DocuSign Information Guide API Requirements Information This guide provides information about customer responsibilities and requirements when using the DocuSign SOAP and REST APIs. It also provides information

More information

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-QDEFF]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005 QosPolicyHolder 1.0 For UPnP Version 1.0 2 Date: March 10th, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii)

More information

Content Management Interoperability Services

Content Management Interoperability Services Version 0.4 Content Management Interoperability Services Unified Search Proposal Versions Version Author Date Modifications 0.1 Gregory Melahn, IBM 02/09/2009 N/A 0.2 Gregory Melahn, IBM 02/11/2009 Added

More information

XML / HTTP(s) NETIO M2M API protocols docs

XML / HTTP(s) NETIO M2M API protocols docs XML / HTTP(s) NETIO M2M API protocols docs Protocol version: XML Version 2.0 Short summary XML / HTTP(s) protocol is a file-based M2M API protocol, where the NETIO device is a HTTP(s) server and the client

More information

Cirius Secure Messaging Single Sign-On

Cirius Secure Messaging Single Sign-On Cirius Secure Messaging seamlessly integrates into your enterprise SSO to give your users total email security and an extra set of robust communications tools. Single sign-on (SSO) systems create a single

More information

NETWRIX PASSWORD EXPIRATION NOTIFIER

NETWRIX PASSWORD EXPIRATION NOTIFIER NETWRIX PASSWORD EXPIRATION NOTIFIER ADMINISTRATOR S GUIDE Product Version: 3.3 January 2013 Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

AlwaysUp Web Service API Version 11.0

AlwaysUp Web Service API Version 11.0 AlwaysUp Web Service API Version 11.0 0. Version History... 2 1. Overview... 3 2. Operations... 4 2.1. Common Topics... 4 2.1.1. Authentication... 4 2.1.2. Error Handling... 4 2.2. Get Application Status...

More information

[MS-OXSHRMSG]: Sharing Message Attachment Schema. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXSHRMSG]: Sharing Message Attachment Schema. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXSHRMSG]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-QDEFF]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

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

[MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation

[MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation [MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Custom Data Access with MapObjects Java Edition

Custom Data Access with MapObjects Java Edition Custom Data Access with MapObjects Java Edition Next Generation Command and Control System (NGCCS) Tactical Operations Center (TOC) 3-D Concurrent Technologies Corporation Derek Sedlmyer James Taylor 05/24/2005

More information

SFT User Manual C:D. Secure File Transfer with Connect:Direct. Document date: 15 November 2016 Classification: Open Version: 4.0

SFT User Manual C:D. Secure File Transfer with Connect:Direct. Document date: 15 November 2016 Classification: Open Version: 4.0 SFT User Manual C:D Secure File Transfer with Connect:Direct Document date: 15 November 2016 Classification: Open Version: 4.0 Copyright equensworldline SE and/or its subsidiaries. All rights reserved.

More information

STATEL Hub Installation Guide Eurostat

STATEL Hub Installation Guide Eurostat STATEL Hub Installation Guide I STATEL Hub Installation Table of Contents Foreword 0 Part I Introduction 2 1 Welcome... 2 2 Requirements... 2 Part II Installation 2 1 Download installer... program 2 2

More information

Infor Enterprise Server User Guide for Triggering

Infor Enterprise Server User Guide for Triggering Infor Enterprise Server User Guide for Triggering Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT FOR SHARED SERVICES (SHRD) Version: 1.0 Status: FINAL Date: 06/12/2017 Contents 1 EUROSYSTEM SINGLE MARKET INFRASTRUCTURE GATEWAY (ESMIG)... 6 1.1 Overview...

More information

Approaches to using NEMSIS V3 Custom Elements

Approaches to using NEMSIS V3 Custom Elements NEMSIS TAC Whitepaper Approaches to using NEMSIS V3 Custom Elements Date August 17, 2011 July 31, 2013 (added section Restrictions, page 11) March 13, 2014 ( CorrelationID now reads CustomElementID as

More information

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with Erratum Number: Document and Version: Cross References: QosDevice:1 Erratum Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to QosDevice:1 List other Erratum s or

More information

Single Sign-On. Introduction

Single Sign-On. Introduction Introduction DeliverySlip seamlessly integrates into your enterprise SSO to give your users total email security and an extra set of robust communications tools. Single sign-on (SSO) systems create a single

More information

WEB-202: Building End-to-end Security for XML Web Services Applied Techniques, Patterns and Best Practices

WEB-202: Building End-to-end Security for XML Web Services Applied Techniques, Patterns and Best Practices WEB-202: Building End-to-end Security for XML Web Services Applied Techniques, Patterns and Best Practices Chris Steel, Ramesh Nagappan, Ray Lai www.coresecuritypatterns.com February 16, 2005 15:25 16:35

More information

The following is a sample XML code from the HCSProductCatalog.wsdl file.

The following is a sample XML code from the HCSProductCatalog.wsdl file. APPENDIXA This appendix contains sample WSDL and XSD files. It includes the following sections: HCSProductCatalog.wsdl File, page A-1 HCSProvision.xsd File, page A-27 HCSProvisionAsyncResponse.wsdl File,

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; User Data Convergence (UDC); User Data Repository Access Protocol over the Ud interface;

More information

Document Metadata: document technical metadata for digital preservation

Document Metadata: document technical metadata for digital preservation Document Metadata: document technical metadata for digital preservation By Carol C.H. Chou - Florida Digital Archive (FDA) Andrea Goethals - Harvard University Library (HUL) March 24, 2009 1 Table of Contents

More information

Secure File Transfer External User Guide. Guidance for 3 rd Party Recipients of Secure File Transfers from Lloyds Banking Group

Secure File Transfer External User Guide. Guidance for 3 rd Party Recipients of Secure File Transfers from Lloyds Banking Group Secure File Transfer External User Guide Guidance for 3 rd Party Recipients of Secure File Transfers from Lloyds Banking Group Version: 3.0 Last updated: 28/09/2017 This user guide is intended for unregistered

More information

Document Metadata: document technical metadata for digital preservation

Document Metadata: document technical metadata for digital preservation Document Metadata: document technical metadata for digital preservation By Carol Chou - Florida Digital Archive (FDA) Andrea Goethals - Harvard Library (HL) March 18, 2009 Rev. November 30, 2012 1 Table

More information

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28 1 / 28 XML Schema Mario Alviano University of Calabria, Italy A.Y. 2017/2018 Outline 2 / 28 1 Introduction 2 Elements 3 Simple and complex types 4 Attributes 5 Groups and built-in 6 Import of other schemes

More information

NHS STU3 Capability Statement Profile Design

NHS STU3 Capability Statement Profile Design Document filename: NHS STU3 Capability Statement Profile Design.docx Project / Programme Programme 14 Interoperability & Architecture Project Document Reference Project Manager Richard

More information

BUSINESSMAIL X.400 WEB INTERFACE SMTP MTA V2.9

BUSINESSMAIL X.400 WEB INTERFACE SMTP MTA V2.9 V2.9 User information (1) In addition to X.400 MTA (P1 Connection) the MailGate service now also supports a SMTP MTA (Message- Gate SMTP) to bind an X.400 Domain to worldwide X.400 network. While using

More information

Specifications for SHORT System Document Submission Service

Specifications for SHORT System Document Submission Service Specifications for SHOT System Document Submission Service Version 1.3 August 2015 Version 1.3 August 2015 1 evision History Version Date Major Changes 1.0 December 2010 Initial version. 1.1 February 2011

More information

Encryption Guide for NHSmail

Encryption Guide for NHSmail Encryption Guide for NHSmail December 2017 Version 3 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created by statute,

More information

General Service Subscription Management Technical Specification

General Service Subscription Management Technical Specification General Service Subscription Management Technical Specification Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-TS-GSSM-V1_0-20111220-A OMA-TS-GSSM-V1_0-20111220-A Page 2 (32) Use of this document

More information

Configuring Managing and Troubleshooting Microsoft Exchange Server 2010

Configuring Managing and Troubleshooting Microsoft Exchange Server 2010 Course Code: M10135 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Configuring Managing and Troubleshooting Microsoft Exchange Server 2010 Overview This course will provide you with the knowledge

More information

Assessment, Discharge and Withdrawal Notices between Hospitals and Social Services

Assessment, Discharge and Withdrawal Notices between Hospitals and Social Services Additional Messaging Guidance Document filename: Directorate / Programme Social Care Programme Project Assessment, Discharge and Withdrawal Notices Document Reference Senior Responsible Owner Simon Eccles

More information

ETSI TS V9.2.0 ( ) Technical Specification

ETSI TS V9.2.0 ( ) Technical Specification Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; User Data Convergence (UDC); User data repository access protocol

More information

Single Sign-On. Introduction. Feature Sheet

Single Sign-On. Introduction. Feature Sheet Feature Sheet Single Sign-On Introduction CipherPost Pro seamlessly integrates into your enterprise single sign-on (SSO) to give your users total email security and an extra set of robust communications

More information