IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM)

Size: px
Start display at page:

Download "IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM)"

Transcription

1 IUID Registry Application Programming Interface (API) Version 5.6 Software User s Manual (SUM) Document Version 1.0 May 28, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL Prepared for: Defense Logistics Agency (DLA)

2 IUID API SUM DRAFT VERSION i REVISION TABLE Version Primary Author Description of Version Date Completed V1.0 CACI Software User Manual

3 IUID API SUM DRAFT VERSION ii TABLE OF CONTENTS 1.0 SCOPE Identification System Overview Document Overview SOFTWARE SUMMARY Software Application Security and Privacy Considerations AUTHENTICATION METHODS SOAP Header Authentication Basic Authentication (HTTPS Header) IUID REGISTRY APIS PROCUREMENT API ProcurementAPI_OBJ OBJ Request OBJ Response ProcurementAPI_XML XML Request XML Response ProcurementAPI HTTP GET & POST HTTP Request HTTP Response UII VERIFICATION API UIIVerification_OBJ OBJ Request OBJ Response UIIVerification_XML XML Request XML Response UIIVerification HTTP HTTP Request HTTP Response UII VALIDATION API UIIValidation_OBJ... 13

4 IUID API SUM DRAFT VERSION iii OBJ Request OBJ Response UIIValidation_XML XML Request XML Response UIIValidation HTTP HTTP Request HTTP Response WARRANTY API Warranty_OBJ OBJ Request OBJ Response Warranty_XML XML Request XML Response Warranty HTTP HTTP Request HTTP Response UII RETRIEVAL API UIIRetrieval_OBJ OBJ Request OBJ Response UIIRetrieval_XML XML Request XML Response UIIRetrieval HTTP HTTP Request HTTP Response UII RETRIEVAL FROM MARKS API UIIRetrievalFromMarks_OBJ OBJ Request OBJ Response UIIRetrievalFromMarks _XML XML Request XML Response... 35

5 IUID API SUM DRAFT VERSION iv 10.3 UIIRetrievalFromMarks HTTP HTTP Request HTTP Response ELEMENT RETRIEVAL API ElementRetrieval_OBJ OBJ Request OBJ Response ElementRetrieval _XML XML Request XML Response ElementRetrieval HTTP HTTP Request HTTP Response GENERAL (IUIDAPI) API GeneralAPI_OBJ OBJ Request OBJ Response GeneralAPI _XML XML Request XML Response GeneralAPI HTTP HTTP Request HTTP Response List of Tables Table 5-1 API WSDL, Methods and Schema... 4

6 IUID API SUM DRAFT VERSION Scope 1.1 Identification This is the Software User Manual (SUM) for the Item Unique Identification (IUID) Application Programming Interface (API) version System Overview The IUID Registry is a searchable database with controlled access views. In addition to the web interface, there are several dual overloaded APIs available for accessing the database in a systemic manner. These APIs can be used to verify that an entry exists for one or more Unique Item Identifiers (UII), return the UIIs for an Enterprise Identifier and Serial number and optionally Part Number and Batch/Lot, fetch a subset of the pedigree data for a given UII, check warranty information, and validate the UII created by its parts as well as verify that an entry exists for a UII. 1.3 Document Overview This SUM provides information on how to use the IUID Registry API web services. The API is described, and samples are first provided for valid and invalid XML formats. 2.0 Software Summary The following is a summary of the IUID API application and the computer software necessary to use it. 2.1 Software Application The IUID API is a set of Web services provided for building software applications that interface with the IUID registry. There are several APIs in IUID for querying the registry: UII Verification, UII Retrieval from Elements, Element Retrieval from UIIs, UII Validation, UII Retrieval from Mark, and Warranty. An authentication required for using these Web services. 2.2 Security and Privacy Considerations As this is a private and secure API, all communication with the web service will occur over an SSL connection. The user will need to pass in an appropriate account name and password for the request to be processed. 3.0 Authentication Methods 3.1 SOAP Header Authentication For SOAP 1.1 & SOAP 1.2, you need to use soap:header to pass in security information. It uses WS- Security. Please click here for more information on WS-Security Username Token.

7 IUID API SUM DRAFT VERSION Basic Authentication (HTTPS Header) For HTTP GET & POST, you need to use HTTP Authorization Header to pass in security information. This authentication uses BASIC access authentication where you will need pass in User ID and Password as Base64 encoded string. Please click here for more information on BASIC authentication. Username and password are combined into a string "username:password". Please click here to see how to calculate your Base64 for your username:password (don't forget to use colon : to concatenate username and password) 4.0 IUID Registry APIs The IUID Registry provides interfaces that allow software to access selected information. These interfaces are implemented as web services, which take in parameters and return results via XML. While each API request has a different schema, the response for that API is also included in that schema. Within the response XML is a Result Status section. This section says whether or not the XML was successfully processed. If the tag <Success> contains true, the request XML was processed by the IUID Registry, and the requested information provided. If the <Success> tag contains false, there was a problem with the request XML and the IUID Registry data was not accessed. There is a <Message> section that provides more information about the response if a false status is returned. For each of the APIs, there is a schema document as well as a web page where the XML format can be tested prior to system implementation. Table 5-1 provides the URLs and links to the WSDLs, methods and schemas.

8 IUID API SUM DRAFT VERSION 3 API Type Location Procurement API WSDL htttps://wawf.eb.mil/iuidapi/endpoints/procurementservice.wsdl UII Verification API UII Validation API Schema SOAP 1.1 & SOAP 1.2 HTTP GET & POST WSDL Schema SOAP 1.1 & SOAP 1.2 HTTP GET & POST WSDL Schema SOAP 1.1 & SOAP 1.2 HTTP GET & POST htttps://wawf.eb.mil/iuidapi/schemas/procurement.xsd htttps://wawf.eb.mil/iuidapi/endpoints/uiiverificationservice.wsdl htttps://wawf.eb.mil/iuidapi/schemas/uiiverification.xsd htttps://wawf.eb.mil/iuidapi/endpoints/uiivalidationservice.wsdl htttps://wawf.eb.mil/iuidapi/schemas/uiivalidation.xsd Warranty API WSDL htttps://wawf.eb.mil/iuidapi/endpoints/warrantyservice.wsdl General (IUID) API Schema SOAP 1.1 & SOAP 1.2 HTTP GET & POST WSDL Schema SOAP 1.1 & SOAP 1.2 HTTP GET & POST htttps://wawf.eb.mil/iuidapi/schemas/warranty.xsd htttps://wawf.eb.mil/iuidapi/endpoints/generalpurposeservice.wsdl htttps://wawf.eb.mil/iuidapi/schemas/general.xsd htttps://wawf.eb.mil/iuidapi/schemas/iuidapiin.xsd htttps://wawf.eb.mil/iuidapi/schemas/iuidapiout.xsd UII Retrieval WSDL htttps://wawf.eb.mil/iuidapi/endpoints/retrievalservice.wsdl Schema SOAP 1.1 & SOAP 1.2 htttps://wawf.eb.mil/iuidapi/schemas/uiiretrieval.xsd

9 IUID API SUM DRAFT VERSION 4 UII Retrieval From Marks API Element Retrieval API HTTP GET & POST WSDL Schema SOAP 1.1 & SOAP 1.2 HTTP GET & POST WSDL Schema SOAP 1.1 & SOAP 1.2 HTTP GET & POST htttps://wawf.eb.mil/iuidapi/endpoints/retrievalservice.wsdl htttps://wawf.eb.mil/iuidapi/schemas/uiiretrievalfrommark.xsd ML htttps://wawf.eb.mil/iuidapi/endpoints/retrievalservice.wsdl htttps://wawf.eb.mil/iuidapi/schemas/elementretrieval.xsd Table 5-1 API WSDL, Methods and Schema 5.0 Procurement API This API is used to return a list of Contract values that have a given DoDAAC in them. The following web methods are available to this API 1. ProcurementAPI_OBJ: Pass in an array of DoDAACs as an object, and receive a response object. 2. ProcurementAPI_XML: Pass in an XML string, and receive an XML response. XML string is verified against the XML schema. 5.1 ProcurementAPI_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service OBJ Request

10 IUID API SUM DRAFT VERSION OBJ Response

11 IUID API SUM DRAFT VERSION ProcurementAPI_XML The following sample shows a request and response for SOAP 1.1 XML service XML Request

12 IUID API SUM DRAFT VERSION XML Response

13 IUID API SUM DRAFT VERSION ProcurementAPI HTTP GET & POST The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request HTTP Response

14 IUID API SUM DRAFT VERSION UII Verification API This API is used to verify whether or not a UII resides in the Registry. One or more UIIs may be provided in a single query. For each UII provided, the API will return a registered or not registered value that lets the submitter know if an item with that UII value has already been registered. To access the UII Verification API, you will need to call one of the methods listed below: 1. UIIVerification_OBJ: Pass in an array of UIIs as an object, and receive a response object. 2. UIIVerification_XML: Pass in an XML string, and receive an XML response. 6.1 UIIVerification_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service OBJ Request

15 IUID API SUM DRAFT VERSION OBJ Response

16 IUID API SUM DRAFT VERSION UIIVerification_XML The following sample shows a request and response for SOAP 1.1 XML service XML Request

17 IUID API SUM DRAFT VERSION XML Response 6.3 UIIVerification HTTP The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request

18 IUID API SUM DRAFT VERSION HTTP Response 7.0 UII Validation API This API is used to validate the UII construction from its parts and to determine whether or not a UII resides in the registry. One or more UIIs may be provided in a single query. To access the UIIValidation API, you will need to call one of the methods listed below from the UIIValidation web service: 1. UIIValidation_OBJ: Pass in an array of UIIs as an object, and receive a response object. 2. UIIValidation_XML: Pass in an XML string, and receive an XML response. 7.1 UIIValidation_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service.

19 IUID API SUM DRAFT VERSION OBJ Request

20 IUID API SUM DRAFT VERSION OBJ Response 7.2 UIIValidation_XML The following sample shows a request and response for SOAP 1.1 XML service XML Request

21 IUID API SUM DRAFT VERSION 16

22 IUID API SUM DRAFT VERSION XML Response

23 IUID API SUM DRAFT VERSION UIIValidation HTTP The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request

24 IUID API SUM DRAFT VERSION HTTP Response

25 IUID API SUM DRAFT VERSION Warranty API To retrieve warranty information for a list of UIIs, you will use the Warranty API. One or more UIIs may be provided in a single query. For each UII provided, the API will return a list of all Warranty Indicators and their associated Warranty Indicator Date, Award Instrument (Contract), and Warranty Event. If the Warranty Event is Rollover the API will also return Rollover Type and the Rollover Value. If the Award Instrument (Contract Number) does not exist the message No contract record will be given. If no warranty information is found for the given UII the message No warranty information reported will be displayed. To access the Warranty API, you will need to call one of the following methods listed below: 1. Warranty_OBJ: Pass in an array of UIIs as an object, and receive a response object. 2. Warranty_XML: Pass in an XML string, and receive an XML response. 8.1 Warranty_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service OBJ Request

26 IUID API SUM DRAFT VERSION OBJ Response

27 IUID API SUM DRAFT VERSION Warranty_XML The following sample shows a request and response for SOAP 1.1 XML service XML Request

28 IUID API SUM DRAFT VERSION XML Response

29 IUID API SUM DRAFT VERSION Warranty HTTP The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request HTTP Response

30 IUID API SUM DRAFT VERSION UII Retrieval API The UII Retrieval API returns one or more UII if their pedigree elements match all of the elements provided in the XML or pedigree object. The package can contain values for one or more of the elements Enterprise Identifier, Serial Number, Part Number, and Batch/Lot. To access the UII Retrieval API, you will need to call one of these listed below from the retrieval web service: 1. UIIRetrieval_Obj: Pass in an array of pedigree objects as an object, and receive a response object. 2. UIIRetrieval_XML: Pass in an XML string, and receive an XML response. 9.1 UIIRetrieval_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service OBJ Request

31 IUID API SUM DRAFT VERSION 26

32 IUID API SUM DRAFT VERSION OBJ Response 9.2 UIIRetrieval_XML The following sample shows a request and response for SOAP 1.1 XML service XML Request

33 IUID API SUM DRAFT VERSION XML Response

34 IUID API SUM DRAFT VERSION 29

35 IUID API SUM DRAFT VERSION UIIRetrieval HTTP The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request HTTP Response

36 IUID API SUM DRAFT VERSION 31

37 IUID API SUM DRAFT VERSION UII Retrieval From Marks API To retrieve one or more UIIs by passing in one or more sets of Marks, you will use the UII Retrieval from Marks API. For each Mark set supplied, the API will return any associated UIIs for the given Mark set. A Mark set consists of one or more marks but must contain one of the following values for its Content: 1. HULL NUMBER 2. INTERNAL ASSETT NUMBER 3. PROPERTY CONTROL NUMBER 4. SERIAL NUMBER 5. TAIL NUMBER 6. USA NUMBER 7. ASAF NUMBER 8. USN NUMBER To access the UII Retrieval from Marks API, you will need to call one of the methods listed below from the retrieval web service: 1. UIIRetrievalFromMarks: This is the overloaded method which will accept either an XML formatted string or an array of Mark set objects as an object. If you pass in an XML formatted string, you will receive an XML response. If you pass in an array object, your response will be returned in an object. 2. UIIRetrievalFromMarks_Obj: Pass in an array of Mark set objects, and receive a response object UIIRetrievalFromMarks_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service OBJ Request

38 IUID API SUM DRAFT VERSION OBJ Response

39 IUID API SUM DRAFT VERSION UIIRetrievalFromMarks _XML The following sample shows a request and response for SOAP 1.1 XML service XML Request

40 IUID API SUM DRAFT VERSION XML Response

41 IUID API SUM DRAFT VERSION UIIRetrievalFromMarks HTTP The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request

42 IUID API SUM DRAFT VERSION HTTP Response

43 IUID API SUM DRAFT VERSION Element Retrieval API This API is used to retrieve a subset of the pedigree data for a UII namely, Enterprise Identifier, Serial Number, Original Part Number, and Batch Lot. One or more UIIs may be provided in each API call. To access the Elements Retrieval API, you will need to call one of the three methods listed below from the retrieval.asmx web service: 1. ElementsRetrieval_Obj: Pass in an array of UIIs as an object, and receive a response object. 2. ElementsRetrieval_XML: Pass in an XML string, and receive an XML response ElementRetrieval_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service OBJ Request

44 IUID API SUM DRAFT VERSION OBJ Response

45 IUID API SUM DRAFT VERSION ElementRetrieval _XML The following sample shows a request and response for SOAP 1.1 XML service XML Request XML Response

46 IUID API SUM DRAFT VERSION 41

47 IUID API SUM DRAFT VERSION ElementRetrieval HTTP The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request HTTP Response

48 IUID API SUM DRAFT VERSION General (IUIDAPI) API This API is used to return from a subset of data up to all associated data for a list of one or more UII values. The following web methods are available to this API 1. GeneralAPI_Obj: Pass in an array of UII values and specific Boolean properties as an object, and receive a response object. 2. GeneralAPI_XML: Pass in an XML string, and receive an XML response GeneralAPI_OBJ The following sample shows a request and response for SOAP 1.1 OBJ service OBJ Request

49 IUID API SUM DRAFT VERSION OBJ Response

50 IUID API SUM DRAFT VERSION GeneralAPI _XML The following sample shows a request and response for SOAP 1.1 XML service XML Request

51 IUID API SUM DRAFT VERSION 46

52 IUID API SUM DRAFT VERSION XML Response

53 IUID API SUM DRAFT VERSION 48

54 IUID API SUM DRAFT VERSION GeneralAPI HTTP The following sample is based on HTTP GET request. HTTP POST request/response is similar to HTTP GET method HTTP Request

55 IUID API SUM DRAFT VERSION HTTP Response

56 IUID API SUM DRAFT VERSION 51

57 IUID API SUM DRAFT VERSION 52

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 January 04, 2016 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared

More information

ITEM UNIQUE IDENTIFICATION (IUID) SYSTEM Software User Manual (SUM)

ITEM UNIQUE IDENTIFICATION (IUID) SYSTEM Software User Manual (SUM) ITEM UNIQUE IDENTIFICATION (IUID) SYSTEM Software User Manual (SUM) Version 5.10.0 March 2017 Prepared For: Defense Logistics Agency Prepared By: CACI Enterprise Solutions, Inc. 50 North Laura Street Suite

More information

ITEM UNIQUE IDENTIFICATION (IUID) SYSTEM. Software User Manual (SUM) Version 5.1.5

ITEM UNIQUE IDENTIFICATION (IUID) SYSTEM. Software User Manual (SUM) Version 5.1.5 ITEM UNIQUE IDENTIFICATION (IUID) SYSTEM Software User Manual (SUM) Version 5.1.5 April 26, 2013 Prepared by: Northrop Grumman Information Systems 74 N. Washington Avenue Battle Creek, MI 49037 Prepared

More information

Lookup Roles Application Programming Interface (API) Version Software User s Manual (SUM)

Lookup Roles Application Programming Interface (API) Version Software User s Manual (SUM) Lookup Roles Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 June 29, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information

UNIQUE IDENTIFICATION (UID) UID Registry Data Submission May 2005

UNIQUE IDENTIFICATION (UID) UID Registry Data Submission May 2005 UNIQUE IDENTIFICATION (UID) UID Registry Data Submission May 2005 Purpose: UID Registry Collect UID and pedigree information of tangible items owned by DoD Distribute UID and pedigree information to DoD

More information

FTP Guide - Appendix G Time and Quality Statement Updates

FTP Guide - Appendix G Time and Quality Statement Updates FTP Guide - Appendix G Time and Quality Statement Updates Version 5.12.2 November 2018 Prepared For: Defense Logistics Agency Prepared By: CACI Enterprise Solutions, Inc. 50 North Laura Street, Suite 2100

More information

IUID Registry Access Request Quick Guide

IUID Registry Access Request Quick Guide IUID Registry Access Request Quick Guide IUID Registry Contact Information To register for an IUID Registry account: https://iuid.logisticsinformationservice.dla.mil/brs For help with your Account please

More information

Lesson 13 Securing Web Services (WS-Security, SAML)

Lesson 13 Securing Web Services (WS-Security, SAML) Lesson 13 Securing Web Services (WS-Security, SAML) Service Oriented Architectures Module 2 - WS Security Unit 1 Auxiliary Protocols Ernesto Damiani Università di Milano element This element

More information

Composer Help. Web Request Common Block

Composer Help. Web Request Common Block Composer Help Web Request Common Block 7/4/2018 Web Request Common Block Contents 1 Web Request Common Block 1.1 Name Property 1.2 Block Notes Property 1.3 Exceptions Property 1.4 Request Method Property

More information

API Security Management SENTINET

API Security Management SENTINET API Security Management SENTINET Overview 1 Contents Introduction... 2 Security Models... 2 Authentication... 2 Authorization... 3 Security Mediation and Translation... 5 Bidirectional Security Management...

More information

Enterprise SOA Experience Workshop. Module 8: Operating an enterprise SOA Landscape

Enterprise SOA Experience Workshop. Module 8: Operating an enterprise SOA Landscape Enterprise SOA Experience Workshop Module 8: Operating an enterprise SOA Landscape Agenda 1. Authentication and Authorization 2. Web Services and Security 3. Web Services and Change Management 4. Summary

More information

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Applying Application Delivery Technology to Web Services Overview The Cisco ACE XML Gateway is the newest

More information

Communication Foundation

Communication Foundation Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications Over 85 easy recipes for managing communication between applications Steven Cheng [ PUBLISHING 1 enterprise I prok^iiork.i

More information

Oracle Service Registry - Oracle Enterprise Gateway Integration Guide

Oracle Service Registry - Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Oracle Service Registry - Oracle Enterprise Gateway Integration Guide 1 / 19 Disclaimer The following is intended to outline our general product direction. It is intended

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) JSON Supplement June 28, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved.. Contents Change History... 1 Request HTTP Headers...

More information

Create an account in Salesforce using the Web Services consumer functionality

Create an account in Salesforce using the Web Services consumer functionality Name of Solution: Mapping : Salesforce ACCOUNT using Web Services Business Requirement: Create an account in Salesforce using the Web Services consumer functionality Description: SalesForce provides a

More information

Lab 3: Simple Integration Use Case

Lab 3: Simple Integration Use Case Exercise 1 : Create the web service...2 Exercise 2 : Deploy the web service...4 Exercise 3 : Test the service...8 1/16 In this exercise, you will learn how to activate a Maximo inbound web service. This

More information

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018 Understanding RESTful APIs and documenting them with Swagger Presented by: Tanya Perelmuter Date: 06/18/2018 1 Part 1 Understanding RESTful APIs API types and definitions REST architecture and RESTful

More information

Flat File Specification Version 3 For IUID Schema Version 4.0

Flat File Specification Version 3 For IUID Schema Version 4.0 Flat File Specification Version 3 For IUID Schema Version 4.0 Unique Identification (UID) Integration 24 February 2009 Prepared for: Office of the Under Secretary of Defense (Acquisition, Technology and

More information

EDI Guide - Appendix W 527R - Receipt

EDI Guide - Appendix W 527R - Receipt EDI Guide - Appendix W 527R - Receipt Version 5.12.2 November 2018 Prepared For: Defense Logistics Agency Prepared By: CACI Enterprise Solutions, Inc. 50 North Laura Street, Suite 2100 Jacksonville, FL

More information

Introduction to the Cisco ANM Web Services API

Introduction to the Cisco ANM Web Services API 1 CHAPTER This chapter describes the Cisco ANM Web Services application programming interface (API), which provides a programmable interface for system developers to integrate with customized or third-party

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

We are ready to serve Latest Testing Trends, Are you ready to learn? New Batch Details

We are ready to serve Latest Testing Trends, Are you ready to learn? New Batch Details We are ready to serve Latest Testing Trends, Are you ready to learn? START DATE : New Batch Details TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : SOAP UI, SOA Testing, API Testing,

More information

SOAP Specification. 3 major parts. SOAP envelope specification. Data encoding rules. RPC conventions

SOAP Specification. 3 major parts. SOAP envelope specification. Data encoding rules. RPC conventions SOAP, UDDI and WSDL SOAP SOAP Specification 3 major parts SOAP envelope specification Defines rules for encapsulating data Method name to invoke Method parameters Return values How to encode error messages

More information

C exam. IBM C IBM WebSphere Application Server Developer Tools V8.5 with Liberty Profile. Version: 1.

C exam.   IBM C IBM WebSphere Application Server Developer Tools V8.5 with Liberty Profile. Version: 1. C9510-319.exam Number: C9510-319 Passing Score: 800 Time Limit: 120 min File Version: 1.0 IBM C9510-319 IBM WebSphere Application Server Developer Tools V8.5 with Liberty Profile Version: 1.0 Exam A QUESTION

More information

API Security Management with Sentinet SENTINET

API Security Management with Sentinet SENTINET API Security Management with Sentinet SENTINET Overview 1 Contents Introduction... 2 Security Mediation and Translation... 3 Security Models... 3 Authentication... 4 Authorization... 5 Bidirectional Security

More information

Monitoring WAAS Using XML API

Monitoring WAAS Using XML API CHAPTER 4 This chapter describes how to use the WAAS API to monitor your WAAS devices and how to use soapui with the WAAS API interface. This chapter contains the following sections: Information About

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) Reference Document November 11, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved. Table of Contents Revision History...

More information

BEAAquaLogic. Service Bus. JPD Transport User Guide

BEAAquaLogic. Service Bus. JPD Transport User Guide BEAAquaLogic Service Bus JPD Transport User Guide Version: 3.0 Revised: March 2008 Contents Using the JPD Transport WLI Business Process......................................................2 Key Features.............................................................2

More information

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

Qualys Cloud Platform (VM, PC) v8.x Release Notes Qualys Cloud Platform (VM, PC) v8.x Release Notes Version 8.18.1 April 1, 2019 This new release of the Qualys Cloud Platform (VM, PC) includes improvements to Vulnerability Management and Policy Compliance.

More information

WSDL. Stop a while to read about me!

WSDL. Stop a while to read about me! WSDL Stop a while to read about me! Part of the code shown in the following slides is taken from the book Java by D.A. Chappell and T. Jawell, O Reilly, ISBN 0-596-00269-6 What is WSDL? Description Language

More information

Transport (http) Encoding (XML) Standard Structure (SOAP) Description (WSDL) Discovery (UDDI - platform independent XML)

Transport (http) Encoding (XML) Standard Structure (SOAP) Description (WSDL) Discovery (UDDI - platform independent XML) System Programming and Design Concepts Year 3 Tutorial 08 1. Explain what is meant by a Web service. Web service is a application logic that is accessible using Internet standards. A SOA framework. SOA

More information

IVOA Registry Interfaces Version 0.1

IVOA Registry Interfaces Version 0.1 IVOA Registry Interfaces Version 0.1 IVOA Working Draft 2004-01-27 1 Introduction 2 References 3 Standard Query 4 Helper Queries 4.1 Keyword Search Query 4.2 Finding Other Registries This document contains

More information

JobFeed Push Services

JobFeed Push Services JobFeed Push Services Introduction This document describes the technical aspects of the Push Services supported by JobFeed. In general, two types of Push-Services are supported, both serving as a transport

More information

EDI Guide - Appendix B 810C - Miscellaneous Payments

EDI Guide - Appendix B 810C - Miscellaneous Payments EDI Guide - Appendix B 810C - Miscellaneous Payments Version 5.12.0 July 2018 Prepared For: Defense Logistics Agency Prepared By: CACI Enterprise Solutions, Inc. 50 North Laura Street, Suite 2100 Jacksonville,

More information

IEC Overview CIM University UCAIug Summit Austin, TX. 18 November 2011

IEC Overview CIM University UCAIug Summit Austin, TX. 18 November 2011 IEC 61968-100 Overview CIM University UCAIug Summit Austin, TX 18 November 2011 Agenda Introduction A look at the purpose, scope and key terms and definitions. Use Cases and Messaging Patterns What are

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

PROCURE-TO-PAY. Government Furnished Property Attachment

PROCURE-TO-PAY. Government Furnished Property Attachment DEFENSE PROCUREMENT AND ACQUISITION POLICY PROCURE-TO-PAY TRAINING SYMPOSIUM Government Furnished Property Attachment Presented by: Carol Vigna, DPAP PDI May 30 June 1, 2017 Hyatt Regency Orlando FL 1

More information

INTERNET TRANSACTION SERVICES CORE

INTERNET TRANSACTION SERVICES CORE 11.19.2015 INTERNET TRANSACTION SERVICES CORE User Guide Version 1.0.2 CAQH CORE Operating Rules Connectivity Specification v2.2.0 Contents Contents 1 Introduction... 3 2 Specifications... 4 2.1 CORE Connectivity

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

An introduction API testing with SoapUI

An introduction API testing with SoapUI An introduction API testing with SoapUI Vincent Vonk 12-06-2018 CGI Group Inc. Agenda for the next 50 minutes What is SoapUI? What are Web APIs? Why test on API level? What can SoapUI do? Types of Web

More information

Volante NACHA ISO20022 Validator AMI User Guide

Volante NACHA ISO20022 Validator AMI User Guide Volante NACHA ISO20022 Validator AMI User Guide 1. About Volante NACHA ISO20022 Validator AMI User Guide This document is referenced in the REST Services Deployment Guide. This outlines the available REST

More information

A Signing Proxy for Web Services Security

A Signing Proxy for Web Services Security A Signing Proxy for Web Services Security Dr. Ingo Melzer Prof. Mario Jeckle What is a Web Service? Web Service Directory Description UDDI/WSIL WSDL Transport Content Infrastructure SOAP XML Web Service

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

WebEOC SOAP API WebEOC SOAP API May 8,

WebEOC SOAP API WebEOC SOAP API May 8, WebEOC SOAP API WebEOC SOAP API May 8, 2018 1 Presenter Scott Johnson Director, Software Engineering Scott Johnson is the Director of Software Engineering for the WebEOC suite of products. As Director,

More information

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373)

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373) SPARROW Gateway Custom Payment Redirect Version 3.2.0 (Build 7373) Released September 2016 Revision History Date Revision Comments Author 2015 06 09 1.0 Initial document created Blinova Alexandra 2 Table

More information

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Accessing ALDSP 3.0 Data Services Through ALSB 3.0 edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Introduction AquaLogic Data Services Platform can

More information

Integration Guide. LoginTC

Integration Guide. LoginTC Integration Guide LoginTC Revised: 21 November 2016 About This Guide Guide Type Documented Integration WatchGuard or a Technology Partner has provided documentation demonstrating integration. Guide Details

More information

API Documentation. Web Application Development. Zsolt Tóth. University of Miskolc. Zsolt Tóth (University of Miskolc) API Documentation / 28

API Documentation. Web Application Development. Zsolt Tóth. University of Miskolc. Zsolt Tóth (University of Miskolc) API Documentation / 28 API Documentation Web Application Development Zsolt Tóth University of Miskolc 2018 Zsolt Tóth (University of Miskolc) API Documentation 2018 1 / 28 Data Transfer Object Data Transfer Objects Bean Information

More information

EDI Guide - Appendix K Specifications/Technical Information Transaction Set for Attachments

EDI Guide - Appendix K Specifications/Technical Information Transaction Set for Attachments EDI Guide - Appendix K 841 - Specifications/Technical Information Transaction Set for Attachments Version 5.11.0 December 2017 Prepared For: Defense Logistics Agency Prepared By: CACI Enterprise Solutions,

More information

Industry Training Register. Guide to integration for ITOs

Industry Training Register. Guide to integration for ITOs Industry Training Register Guide to integration for ITOs Version 5.0 Objective id A823307 Published 15 January 2013 Page 2 of 29 ITR guide to integration for ITOs Contents 1 INTRODUCTION... 4 1.1 About

More information

IEC Implementation Profiles for IEC 61968

IEC Implementation Profiles for IEC 61968 IEC 61968-100 Implementation Profiles for IEC 61968 Overview CIM University UCAIug Summit New Orleans, LA 22 October 2012 Agenda Introduction A look at the purpose, scope and key terms and definitions.

More information

Security Assertions Markup Language

Security Assertions Markup Language . Send comments to: Phillip Hallam-Baker, Senior Author 401 Edgewater Place, Suite 280 Wakefield MA 01880 Tel 781 245 6996 x227 Email: pbaker@verisign.com Security Assertions Markup Language Straw-man

More information

Technologies for Securing the Networked Supply Chain. Alex Deacon Advanced Products and Research Group VeriSign, Inc.

Technologies for Securing the Networked Supply Chain. Alex Deacon Advanced Products and Research Group VeriSign, Inc. Technologies for Securing the Networked Supply Chain Alex Deacon Advanced Products and Research Group VeriSign, Inc. Agenda Introduction Security challenges Security technologies in use today Applying

More information

STATE OF MINNESOTA DEPARTMENT OF PUBLIC SAFETY

STATE OF MINNESOTA DEPARTMENT OF PUBLIC SAFETY STATE OF MINNESOTA DEPARTMENT OF PUBLIC SAFETY BUREAU OF CRIMINAL APPREHENSION Query Minnesota Motor Registration Information Service (QMV) Published On: Feb 09, 2012 Service Release Version#: 1.0 Prepared

More information

HUB Web Service API. IPPC ephyto HUB v1.4. Public - FAO/IPPC

HUB Web Service API. IPPC ephyto HUB v1.4. Public - FAO/IPPC IPPC ephyto HUB v1.4 Public - FAO/IPPC 03/10/2017 Table of Contents DOCUMENT PROFILE... 3 REVISION HISTORY... 3 DISTRIBUTION... 3 DOCUMENT ROADMAP... 3 1. INTRODUCTION... 4 1.1 Purpose... 4 1.2 Intended

More information

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks Table of Contents Web Services in VisualWorks....................... 1 Web Services

More information

Synchronization of Services between the IBM WebSphere Services Registry & Repository and SAP s Services Registry

Synchronization of Services between the IBM WebSphere Services Registry & Repository and SAP s Services Registry Synchronization of Services between the IBM WebSphere Services Registry & Repository and SAP s Services Registry Applies to: This document describes how to use the WebSphere Services Registry & Repository

More information

Programming Web Services in Java

Programming Web Services in Java Programming Web Services in Java Description Audience This course teaches students how to program Web Services in Java, including using SOAP, WSDL and UDDI. Developers and other people interested in learning

More information

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it.

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it. Mobile App Windows Authentication & SSL Config Revised: 08/02/2017 Job Aid This Job Aid is intended for agency IT staff and explains how to enable Windows Authentication and SSL for your mobile applications

More information

GreenByPhone.com Report API Version 1.9

GreenByPhone.com Report API Version 1.9 Report API Version 1.9 (HTTP POST, Soap 1.1, Soap 1.2) 2009-17 Green Payment Processing, REPORT API TABLE OF CONTENTS Introduction... 4 General Information... 4 Service Protocols Supported... 4 SOAP vs.

More information

Writing REST APIs with OpenAPI and Swagger Ada

Writing REST APIs with OpenAPI and Swagger Ada Writing REST APIs with OpenAPI and Swagger Ada Stéphane Carrez FOSDEM 2018 OpenAPI and Swagger Ada Introduction to OpenAPI and Swagger Writing a REST Ada client Writing a REST Ada server Handling security

More information

SOAP Integration - 1

SOAP Integration - 1 SOAP Integration - 1 SOAP (Simple Object Access Protocol) can be used to import data (actual values) from Web Services that have been published by companies or organizations that want to provide useful

More information

Distributed Systems. Web Services (WS) and Service Oriented Architectures (SOA) László Böszörményi Distributed Systems Web Services - 1

Distributed Systems. Web Services (WS) and Service Oriented Architectures (SOA) László Böszörményi Distributed Systems Web Services - 1 Distributed Systems Web Services (WS) and Service Oriented Architectures (SOA) László Böszörményi Distributed Systems Web Services - 1 Service Oriented Architectures (SOA) A SOA defines, how services are

More information

This Readme describes the NetIQ Access Manager 3.1 SP5 release.

This Readme describes the NetIQ Access Manager 3.1 SP5 release. NetIQ Access Manager 3.1 SP5 Readme January 2013 This Readme describes the NetIQ Access Manager 3.1 SP5 release. Section 1, What s New, on page 1 Section 2, Upgrading or Migrating to Access Manager 3.1

More information

Security Assertions Markup Language (SAML)

Security Assertions Markup Language (SAML) Security Assertions Markup Language (SAML) The standard XML framework for secure information exchange Netegrity White Paper PUBLISHED: MAY 20, 2001 Copyright 2001 Netegrity, Inc. All Rights Reserved. Netegrity

More information

Getting Started with the Bullhorn SOAP API and C#/.NET

Getting Started with the Bullhorn SOAP API and C#/.NET Getting Started with the Bullhorn SOAP API and C#/.NET Introduction This tutorial is for developers who develop custom applications that use the Bullhorn SOAP API and C#. You develop a sample application

More information

MOS Encryption and Security via Web Sockets & MOS Passive Mode MOS v4.0

MOS Encryption and Security via Web Sockets & MOS Passive Mode MOS v4.0 Proposal for Adoption into the MOS Protocol MOS Encryption and Security via Web Sockets & MOS Passive Mode MOS v4.0 Revised June 2018 Revision 1.4 FOR FINAL APPROVAL & RATIFICATION Shawn Snider VP Production

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights Web Services and SOA Integration Options for Oracle E-Business Suite Rajesh Ghosh, Group Manager, Applications Technology Group Abhishek Verma,

More information

API SMS Sending 1. ACCOUNT METHOD GET

API SMS Sending 1. ACCOUNT METHOD GET API SMS Sending Identidad Telecom This guide contains support material and information property of Identidad Telecom Technologies. This material can be printed or photocopied for its intended us, and the

More information

Oracle Virtual Directory 11g Oracle Enterprise Gateway Integration Guide

Oracle Virtual Directory 11g Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Oracle Virtual Directory 11g Oracle Enterprise Gateway Integration Guide 1 / 25 Disclaimer The following is intended to outline our general product direction. It is intended

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

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

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow)

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow) Integration Guide PingFederate SAML Integration Guide (SP-Initiated Workflow) Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances,

More information

Direct Message Exhange (Web Service)

Direct Message Exhange (Web Service) Direct Message Exhange (Web Service) Datatransmission Message exchange between the customer and Customs happens to an ever-increasing extent in XML-format. In addition to data transfer via EDI operators,

More information

The SOAP Story. Martin Parry Developer & Platform Group Microsoft Ltd

The SOAP Story. Martin Parry Developer & Platform Group Microsoft Ltd The SOAP Story Martin Parry Developer & Platform Group Microsoft Ltd martin.parry@microsoft.com http://martinparry.com Agenda Definitions SOAP through the ages SOAP and standards Approaches to building

More information

Creating a REST API which exposes an existing SOAP Service with IBM API Management

Creating a REST API which exposes an existing SOAP Service with IBM API Management Creating a REST API which exposes an existing SOAP Service with IBM API Management 4.0.0.0 2015 Copyright IBM Corporation Page 1 of 33 TABLE OF CONTENTS OBJECTIVE...3 PREREQUISITES...3 CASE STUDY...4 USER

More information

GEL Scripts Advanced. Your Guides: Ben Rimmasch, Yogesh Renapure

GEL Scripts Advanced. Your Guides: Ben Rimmasch, Yogesh Renapure GEL Scripts Advanced Your Guides: Ben Rimmasch, Yogesh Renapure Introductions 2 Take 5 Minutes Turn to a Person Near You Introduce Yourself Agenda 3 Accessing JAVA Classes and Methods SOAP Web Services

More information

SUN. Java Platform Enterprise Edition 6 Web Services Developer Certified Professional

SUN. Java Platform Enterprise Edition 6 Web Services Developer Certified Professional SUN 311-232 Java Platform Enterprise Edition 6 Web Services Developer Certified Professional Download Full Version : http://killexams.com/pass4sure/exam-detail/311-232 QUESTION: 109 What are three best

More information

CMDP-STATE DATABASE INTERFACE CONTROL DOCUMENT

CMDP-STATE DATABASE INTERFACE CONTROL DOCUMENT CMDP-STATE DATABASE INTERFACE CONTROL DOCUMENT Prepared for: WILL BOWMAN PRODUCT OWNER U.S. EPA OFFICE OF WATER KRISTEN GASTNER PROJECT MANAGER U.S. EPA OFFICE OF WATER Prepared by: ATTAIN 1600 TYSONS

More information

Integration of the platform. Technical specifications

Integration of the platform. Technical specifications Introduction This document is meant as a reference and specification guide to carry out the integration between Gamelearn s platform and the different Learning Management System platforms of the client,

More information

FaxCore API Reference A web based API for sending, receiving and managing faxes through the FaxCore network.

FaxCore API Reference A web based API for sending, receiving and managing faxes through the FaxCore network. FaxCore API Reference A web based API for sending, receiving and managing faxes through the FaxCore network. P a g e 2 Contents API Overview... 3 Authentication... 3 SendFax... 4 FaxStatus... 5 GetFaxList...

More information

Using IBM DataPower as the ESB appliance, this provides the following benefits:

Using IBM DataPower as the ESB appliance, this provides the following benefits: GSB OVERVIEW IBM WebSphere Data Power SOA Appliances are purpose-built, easy-to-deploy network devices that simplify, secure, and accelerate your XML and Web services deployments while extending your SOA

More information

Mobile Procurement REST API (MOBPROC): Access Tokens

Mobile Procurement REST API (MOBPROC): Access Tokens Mobile Procurement REST API (MOBPROC): Access Tokens Tangoe, Inc. 35 Executive Blvd. Orange, CT 06477 +1.203.859.9300 www.tangoe.com TABLE OF CONTENTS HOW TO REQUEST AN ACCESS TOKEN USING THE PASSWORD

More information

Authorization and Authentication

Authorization and Authentication CHAPTER 2 Cisco WebEx Social API requests must come through an authorized API consumer and be issued by an authenticated Cisco WebEx Social user. The Cisco WebEx Social API uses the Open Authorization

More information

MS Exchange Scheduling

MS Exchange Scheduling MS Exchange Scheduling User Guide for v6.5 systems Catalog No. 11-808-588-01 Important changes are listed in Document revision history at the end of this document. UTC 2018. throughout the world. All trademarks

More information

PHPKB API Reference Guide

PHPKB API Reference Guide PHPKB API Reference Guide KB Administrator Fri, Apr 9, 09 User Manual 96 0 This document provides details on how to use the API available in PHPKB knowledge base management software. It acts as a reference

More information

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F.

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. ! Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. Save and complete! A. Identify version number A.1. Log in to Admin

More information

Ellipse Web Services Overview

Ellipse Web Services Overview Ellipse Web Services Overview Ellipse Web Services Overview Contents Ellipse Web Services Overview 2 Commercial In Confidence 3 Introduction 4 Purpose 4 Scope 4 References 4 Definitions 4 Background 5

More information

SEB GATEWAY Customer to bank online integration. specification v1.04

SEB GATEWAY Customer to bank online integration. specification v1.04 SEB GATEWAY Customer to bank online integration specification v1.04 Document versions Version Date Comments 1.0 2012-12-06 Initial version of the document 1.01 2013-09-04 Added part about supported qualified

More information

Alexa Site Thumbnail. Developer Guide

Alexa Site Thumbnail. Developer Guide : Published 2006-August-02 Copyright 2006 Amazon Services, Inc. or its Affiliates AMAZON and AMAZON.COM are registered trademarks of Amazon.com, Inc. or its Affiliates. All other trademarks are the property

More information

COP 4814 Florida International University Kip Irvine. Inside WCF. Updated: 11/21/2013

COP 4814 Florida International University Kip Irvine. Inside WCF. Updated: 11/21/2013 COP 4814 Florida International University Kip Irvine Inside WCF Updated: 11/21/2013 Inside Windows Communication Foundation, by Justin Smith, Microsoft Press, 2007 History and Motivations HTTP and XML

More information

Glossary of Exchange Network Related Groups

Glossary of Exchange Network Related Groups Glossary of Exchange Network Related Groups CDX Central Data Exchange EPA's Central Data Exchange (CDX) is the point of entry on the National Environmental Information Exchange Network (Exchange Network)

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

Distributed Multitiered Application

Distributed Multitiered Application Distributed Multitiered Application Java EE platform uses a distributed multitiered application model for enterprise applications. Logic is divided into components https://docs.oracle.com/javaee/7/tutorial/overview004.htm

More information

Web Services Security. Dr. Ingo Melzer, Prof. Mario Jeckle

Web Services Security. Dr. Ingo Melzer, Prof. Mario Jeckle Web Services Security Dr. Ingo Melzer, Prof. Mario Jeckle What is a Web Service? Infrastructure Web Service I. Melzer -- Web Services Security 2 What is a Web Service? Directory Description UDDI/WSIL WSDL

More information

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved.

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved. TECHNICAL REFERENCE Inforce Transactions Page 1 Table of Contents 1 Overview... 3 2 Roles and Responsibilities... 3 2.1 Participants... 3 2.2 DTCC Server... 4 3 Communication Protocols... 5 3.1 SOAP Messages...

More information

Integration Architecture Of SDMS

Integration Architecture Of SDMS Integration Architecture Of SDMS 20 May 2017 Version 1.0 (Rakesh Ranjan, Consultant-IT) Table of Content 1 ABOUT SDMS...2 2 OBJECTIVE & STRUCTURE OF THIS DOCUMENT...2 3 TRANSACTIONAL SERVICES...3 3.1 HIGH

More information

Coveo Platform 7.0. Atlassian Confluence V2 Connector Guide

Coveo Platform 7.0. Atlassian Confluence V2 Connector Guide Coveo Platform 7.0 Atlassian Confluence V2 Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to

More information