GetFormatList. Webservice name: GetFormatList. Adress:

Size: px
Start display at page:

Download "GetFormatList. Webservice name: GetFormatList. Adress: https://www.elib.se/webservices/getformatlist.asmx"

Transcription

1 GetFormatList Webservice name: GetFormatList Adress: WSDL: Webservice Methods: Name: GetFormatList Description: Retrieve a list of product formats. Output schema: Input: Parameter name Parameter type Optional Description Retailerid Integer No The unique retailer id you have been given by ELib. retailerkeycode String No MD5 of the retailer keycode you have been given by Elib. languagecode String Yes ISO language code for metadata where language support is available. Default value en (English). Response status codes: ID Description 101 All input parameters ok.

2 Example HTTP POST request *Method*: retailerid=0&retailerkeycode= ocb58dshjkrtui58vnmdfgjlert89056&languagecode=sv Example HTTP POST response *Method*: <?xml version="1.0" encoding="utf-8"?> <response xmlns=""> <status> <code>101</code> <message/> </status> <data> <id>1</id> <shortname>acrobat</shortname> <name>adobe Acrobat</name> <description>(för stationära datorer)</description> <id>2</id> <shortname>pdf med Adobe-kryptering</shortname> <name>pdf med Adobe-kryptering</name> <description>för PC, Mac, vissa läsplattor</description> <id>3</id> <shortname>msreader</shortname> <name>microsoft normalt kopieringsskydd</name> <description>för PC och handdatorer med PocketPC</description> <icon> <id>4</id> <shortname>mobipocket</shortname> <name>mobipocket</name> <description>för PC, handdator, vissa mobiler, läsplattor</description> <icon> <id>5</id> <shortname>msreader</shortname> <name>microsoft extra starkt kopieringsskydd</name> <description>för PC och handdatorer med PocketPC</description> <icon> <id>7</id> <shortname>pdf med vattenmärke</shortname> <name>pdf med vattenmärke</name> <description>för PC och Mac</description>

3 <icon> <id>8</id> <shortname>epub med Adobe-kryptering</shortname> <name>epub med Adobe-kryptering</name> <description>för PC, Mac, vissa läsplattor</description> <icon> <id>9</id> <shortname>epub med vattenmärke</shortname> <name>epub med vattenmärke</name> <description>för PC, Mac och läsplattor</description> <icon> <id>10</id> <shortname>abonnemang</shortname> <name>abonnemang</name> <description>(abonnemangstjänst för e-böcker)</description> <id>20</id> <shortname>ljudbok, MP3</shortname> <name>ljudbok, MP3</name> <description>(nedladdningsbar för avlyssning via mp3-spelare)</description> <icon> <id>21</id> <shortname>ljudbok, ipod AAC</shortname> <name>ljudbok, ipod (AAC)</name> <description>(nedladdningsbar för avlyssning via Apple ipod)</description> <icon> <id>23</id> <shortname>ljudbok, MP3 5-minutersspår</shortname> <name>ljudbok, MP3 (5-minutersspår)</name> <description>(nedladdningsbar för avlyssning via mp3-spelare)</description> <icon> <id>24</id> <shortname>ljudbok, MP3 128</shortname> <name>ljudbok, MP3 128 kbps</name> <icon>

4 <id>25</id> <shortname>ljudbok, WMA</shortname> <name>ljudbok, WMA</name> <icon> <id>26</id> <shortname>ljudbok, MP minutersspår</shortname> <name>ljudbok, MP3 128 kbps (5-minutersspår)</name> <icon> <id>50</id> <shortname>pdf med Adobe-kryptering</shortname> <name>pdf med Adobe-kryptering för PC, Mac, vissa läsplattor</name> <description>(för utlån från bibliotek)</description> <id>51</id> <shortname>voucher</shortname> <name>compaq-ipaq Voucher format</name> <description>(ms Inscribed)</description> <id>54</id> <shortname>mobipocket</shortname> <name>mobipocket för PC, handdator, vissa mobiler, läsplattor</name> <description>(mobi)</description> <icon> <id>56</id> <shortname>touch&turn</shortname> <name>touch & Turn</name> <description>(historisk bok)</description> <icon> <id>58</id> <shortname>epub med Adobe-kryptering</shortname> <name>epub med Adobe-kryptering för PC, Mac, vissa läsplattor</name> <description>(för utlån från bibliotek)</description> <icon> <id>60</id> <shortname>pc och Mac</shortname> <name>adobe Snabblån</name>

5 <description>(snabblån för universitetet)</description> <id>61</id> <shortname>pc och Mac</shortname> <name>adobe 7 dagar</name> <description>(kortköp för universitetet)</description> <id>62</id> <shortname>pc och Mac</shortname> <name>adobe 28 dagar</name> <description>(långköp för universitetet)</description> <id>70</id> <shortname>e-ljudbok</shortname> <name>e-ljudbok med text, streaming</name> <description>(för avlyssning via dator)</description> <icon> <id>71</id> <shortname>ljudbok, strömmande</shortname> <name>ljudbok, strömmande</name> <description>(för avlyssning via dator)</description> <icon> <id>72</id> <shortname>ljudbok, MP3-spelare</shortname> <name>ljudbok kombinerad med ljudspelare</name> <description>(ljudspelare med förladdad bok)</description> <icon> <id>73</id> <shortname>fysisk produkt</shortname> <name>fysisk produkt</name> <description>(mp3-spelare)</description> <id>74</id> <shortname>paket</shortname> <name>paket</name> <description>(flera produkter)</description>

6 <id>75</id> <shortname>ljudbok, WMA bibliotek</shortname> <name>ljudbok, WMA bibliotek</name> <icon> <id>150</id> <shortname>kapitel</shortname> <name>kapitel Adobe</name> <description>(del av bok)</description> </data> </response> Example SOAP request *Method*: <soap:envelope xmlns:soap=" xmlns:web=" <soap:header/> <soap:body> <web:getformatlist> <web:retailerid>0</web:retailerid> <web:retailerkeycode> ocb58dshjkrtui58vnmdfgjlert89056</web:retailerkeycode> <web:languagecode>sv</web:languagecode> </web:getformatlist> </soap:body> </soap:envelope> Example SOAP response *Method*: <soap:envelope xmlns:soap=" xmlns:xsi=" xmlns:xsd=" <soap:body> <GetFormatListResponse xmlns=" <GetFormatListResult> <response xmlns=""> <status> <code>101</code> <message/> </status> <data> <id>1</id> <shortname>acrobat</shortname> <name>adobe Acrobat</name> <description>(för stationära datorer)</description>

7 <id>2</id> <shortname>pdf med Adobe-kryptering</shortname> <name>pdf med Adobe-kryptering</name> <description>för PC, Mac, vissa läsplattor</description> <id>3</id> <shortname>msreader</shortname> <name>microsoft normalt kopieringsskydd</name> <description>för PC och handdatorer med PocketPC</description> <icon> <id>4</id> <shortname>mobipocket</shortname> <name>mobipocket</name> <description>för PC, handdator, vissa mobiler, läsplattor</description> <icon> <id>5</id> <shortname>msreader</shortname> <name>microsoft extra starkt kopieringsskydd</name> <description>för PC och handdatorer med PocketPC</description> <icon> <id>7</id> <shortname>pdf med vattenmärke</shortname> <name>pdf med vattenmärke</name> <description>för PC och Mac</description> <icon> <id>8</id> <shortname>epub med Adobe-kryptering</shortname> <name>epub med Adobe-kryptering</name> <description>för PC, Mac, vissa läsplattor</description> <icon> <id>9</id> <shortname>epub med vattenmärke</shortname> <name>epub med vattenmärke</name> <description>för PC, Mac och läsplattor</description> <icon> <id>10</id>

8 <shortname>abonnemang</shortname> <name>abonnemang</name> <description>(abonnemangstjänst för e-böcker)</description> <id>20</id> <shortname>ljudbok, MP3</shortname> <name>ljudbok, MP3</name> <description>(nedladdningsbar för avlyssning via mp3-spelare)</description> <icon> <id>21</id> <shortname>ljudbok, ipod AAC</shortname> <name>ljudbok, ipod (AAC)</name> <description>(nedladdningsbar för avlyssning via Apple ipod)</description> <icon> <id>23</id> <shortname>ljudbok, MP3 5-minutersspår</shortname> <name>ljudbok, MP3 (5-minutersspår)</name> <description>(nedladdningsbar för avlyssning via mp3-spelare)</description> <icon> <id>24</id> <shortname>ljudbok, MP3 128</shortname> <name>ljudbok, MP3 128 kbps</name> <icon> <id>25</id> <shortname>ljudbok, WMA</shortname> <name>ljudbok, WMA</name> <icon> <id>26</id> <shortname>ljudbok, MP minutersspår</shortname> <name>ljudbok, MP3 128 kbps (5-minutersspår)</name> <icon> <id>50</id> <shortname>pdf med Adobe-kryptering</shortname> <name>pdf med Adobe-kryptering för PC, Mac, vissa läsplattor</name> <description>(för utlån från bibliotek)</description>

9 <id>51</id> <shortname>voucher</shortname> <name>compaq-ipaq Voucher format</name> <description>(ms Inscribed)</description> <id>54</id> <shortname>mobipocket</shortname> <name>mobipocket för PC, handdator, vissa mobiler, läsplattor</name> <description>(mobi)</description> <icon> <id>56</id> <shortname>touch&turn</shortname> <name>touch & Turn</name> <description>(historisk bok)</description> <icon> <id>58</id> <shortname>epub med Adobe-kryptering</shortname> <name>epub med Adobe-kryptering för PC, Mac, vissa läsplattor</name> <description>(för utlån från bibliotek)</description> <icon> <id>60</id> <shortname>pc och Mac</shortname> <name>adobe Snabblån</name> <description>(snabblån för universitetet)</description> <id>61</id> <shortname>pc och Mac</shortname> <name>adobe 7 dagar</name> <description>(kortköp för universitetet)</description> <id>62</id> <shortname>pc och Mac</shortname> <name>adobe 28 dagar</name> <description>(långköp för universitetet)</description>

10 <id>70</id> <shortname>e-ljudbok</shortname> <name>e-ljudbok med text, streaming</name> <description>(för avlyssning via dator)</description> <icon> <id>71</id> <shortname>ljudbok, strömmande</shortname> <name>ljudbok, strömmande</name> <description>(för avlyssning via dator)</description> <icon> <id>72</id> <shortname>ljudbok, MP3-spelare</shortname> <name>ljudbok kombinerad med ljudspelare</name> <description>(ljudspelare med förladdad bok)</description> <icon> <id>73</id> <shortname>fysisk produkt</shortname> <name>fysisk produkt</name> <description>(mp3-spelare)</description> <id>74</id> <shortname>paket</shortname> <name>paket</name> <description>(flera produkter)</description> <id>75</id> <shortname>ljudbok, WMA bibliotek</shortname> <name>ljudbok, WMA bibliotek</name> <icon> <id>150</id> <shortname>kapitel</shortname> <name>kapitel Adobe</name> <description>(del av bok)</description> </data> </response> </GetFormatListResult> </GetFormatListResponse>

11 </soap:body> </soap:envelope> Webservice Method: Name: GetLanguageList Description: Gets a languagelist. Output schema: Input: Parameter name Parameter type Optional Description Retailerid Integer No The unique retailer id you have been given by ELib. retailerkeycode String No MD5 of the retailer keycode you have been given by Elib. languagecode String Yes ISO language code for metadata where language support is available. Default value en (English). Response status codes: ID Description 101 Ok. 102 Retailerid: Wrong length 103 Retailerid: Not an int 104 Retailorkey: Wrong length Example HTTP POST request *Method*: retailerid=0&retailerkeycode= ocb58dshjkrtui58vnmdfgjlert89056&languagecode=en Example HTTP POST response *Method*: <?xml version="1.0" encoding="utf-8"?> <response xmlns=""> <status> <code>101</code> <message>info - Ok</message> </status> <data>

12 <id>1</id> <code>sv</code> <name>swedish</name> <id>2</id> <code>no</code> <name>norwegian</name> <id>3</id> <code>da</code> <name>danish</name> <id>4</id> <code>fi</code> <name>finnish</name> <id>10</id> <code>en</code> <name>english</name> </data> </response> Example SOAP request *Method*: <soap:envelope xmlns:soap=" xmlns:web=" <soap:header/> <soap:body> <web:getlanguagelist> <web:retailerid>0</web:retailerid> <web:retailerkeycode> ocb58dshjkrtui58vnmdfgjlert89056</web:retailerkeycode> <web:languagecode>en</web:languagecode> </web:getlanguagelist> </soap:body> </soap:envelope> Example response *Method*: <soap:envelope xmlns:soap=" xmlns:xsi=" xmlns:xsd=" <soap:body> <GetLanguageListResponse xmlns=" <GetLanguageListResult> <response xmlns=""> <status> <code>101</code>

13 <message>info - Ok</message> </status> <data> <id>1</id> <code>sv</code> <name>swedish</name> <id>2</id> <code>no</code> <name>norwegian</name> <id>3</id> <code>da</code> <name>danish</name> <id>4</id> <code>fi</code> <name>finnish</name> <id>10</id> <code>en</code> <name>english</name> </data> </response> </GetLanguageListResult> </GetLanguageListResponse> </soap:body> </soap:envelope>

GetLibraryUserOrderList

GetLibraryUserOrderList GetLibraryUserOrderList Webservice name: GetLibraryUserOrderList Adress: https://www.elib.se/webservices/getlibraryuserorderlist.asmx WSDL: https://www.elib.se/webservices/getlibraryuserorderlist.asmx?wsdl

More information

GetProduct. Webservice name: GetProduct. Adress: https://www.elib.se/webservices/getproduct.asmx

GetProduct. Webservice name: GetProduct. Adress: https://www.elib.se/webservices/getproduct.asmx GetProduct Webservice name: GetProduct Adress: https://www.elib.se/webservices/getproduct.asmx WSDL: https://www.elib.se/webservices/getproduct.asmx?wsdl Webservice Methods: Name: Description: Output schema:

More information

Freight Tracking Web Service Implementation Guide

Freight Tracking Web Service Implementation Guide www.peninsulatruck.com P.O. Box 587 (98071-0587) 1010 S 336 th, Suite 202 Federal Way, Washington 98003 Office (253) 929-2000 Fax (253) 929-2041 Toll Free (800) 942-9909 Freight Tracking Web Service Implementation

More information

Web-Service Example. Service Oriented Architecture

Web-Service Example. Service Oriented Architecture Web-Service Example Service Oriented Architecture 1 Roles Service provider Service Consumer Registry Operations Publish (by provider) Find (by requester) Bind (by requester or invoker) Fundamentals Web

More information

Dev Guide for Encrypted Swipe

Dev Guide for Encrypted Swipe Dev Guide for Encrypted Swipe Version 1.5 Last Updated: 20 th August 2014 Table of Contents 1 Introduction... 3 2 Important notes... 4 3 Concept Overview... 5 4 Encrypted Swipe Devices... 6 4.1 Magtek

More information

Using ilove SharePoint Web Services Workflow Action

Using ilove SharePoint Web Services Workflow Action Using ilove SharePoint Web Services Workflow Action This guide describes the steps to create a workflow that will add some information to Contacts in CRM. As an example, we will use demonstration site

More information

Middleware and the Internet

Middleware and the Internet Middleware and the Internet Middleware today Designed for special purposes (e.g. DCOM) or with overloaded specification (e.g. CORBA) Specifying own protocols integration in real world network? Non-performant

More information

Managed Rebill web services

Managed Rebill web services Web Active Corporation Managed Rebill web services Data type and field specifications Moe Oo 10/02/2009 Version 1.5 Contents Introduction... 4 Data Field Specifications... 5 Return format for Query Next

More information

The BritNed Explicit Auction Management System. Kingdom Web Services Interfaces

The BritNed Explicit Auction Management System. Kingdom Web Services Interfaces The BritNed Explicit Auction Management System Kingdom Web Services Interfaces Version 5.1 November 2014 Contents 1. PREFACE... 6 1.1. Purpose of the Document... 6 1.2. Document Organization... 6 2. Web

More information

Sage CRM. Sage CRM 2016 R1 Web Services Guide

Sage CRM. Sage CRM 2016 R1 Web Services Guide Sage CRM Sage CRM 2016 R1 Web Services Guide Copyright 2015 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced,

More information

Call Detail Record Access Service Part No. 520-0015-01R01

Call Detail Record Access Service Part No. 520-0015-01R01 Call Detail Record Access Service Part No. 520-0015-01R01 Summary Objective WSDL URL (Testing) WSDL URL (Hosting Production) Endpoint URL (Testing) Endpoint URL (Hosting Production) Namespace URI Service

More information

Middleware and the Internet. Example: Shopping Service. What could be possible? Service Oriented Architecture

Middleware and the Internet. Example: Shopping Service. What could be possible? Service Oriented Architecture Middleware and the Internet Example: Shopping Middleware today Designed for special purposes (e.g. DCOM) or with overloaded specification (e.g. CORBA) Specifying own protocols integration in real world

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Introduction. Tom Dinkelaker, Ericsson Guido Salvaneschi, Mira Mezini, TUD

Introduction. Tom Dinkelaker, Ericsson Guido Salvaneschi, Mira Mezini, TUD Introduction Tom Dinkelaker, Ericsson Guido Salvaneschi, Mira Mezini, TUD Agenda of KICK-OFF MEETING Introduction Organization of Course Topics Questions & Answers Ericsson Telekommunikation GmbH & Co.

More information

Blue Cross Blue Shield of Michigan

Blue Cross Blue Shield of Michigan EDI Real Time SOAP/HTTPS Services: Trading Partner Guide (ANSI 270/271, ANSI 276/277,. Revision History Date Version Description Author 07/20/2012 1.0 Initial doc BCBSM 02/22/2013 1.1 Added SSL Client

More information

Send your request via a SOAP-Request (e.g. with DotNET/SOAP, Java, PHP) to he following URL of our server:

Send your request via a SOAP-Request (e.g. with DotNET/SOAP, Java, PHP) to he following URL of our server: 1 QualityClick SOAP-API Documentation 1.1 URI soap uri: soap proxy: ' ' https://www.qc-domain.de/iqx_downlink'; https://www.qc-domain.de/iqx_downlink_soap.cgi'; 1.2 Method Send your request via a SOAP-Request

More information

Recurring Payments Manual

Recurring Payments Manual Recurring Payments Manual Version: 3.2 Contact details Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam P.O. Box 10095 1001 EB Amsterdam The Netherlands T +31 20 240 1240 E [email protected] Table of Contents

More information

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach.

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach. DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER Purpose: The purpose of this tutorial is to develop a java web service using a top-down approach. Topics: This tutorial covers the following topics:

More information

Standalone SAML Attribute Authority With Shibboleth

Standalone SAML Attribute Authority With Shibboleth CESNET Technical Report 5/2013 Standalone SAML Attribute Authority With Shibboleth IVAN NOVAKOV Received 10. 12. 2013 Abstract The article defines what a standalone attribute authority is and how it can

More information

United Concordia (UCD) Real Time Claim Submission & Adjudication Connectivity Specifications

United Concordia (UCD) Real Time Claim Submission & Adjudication Connectivity Specifications United Concordia (UCD) Real Time Claim Submission & Adjudication Connectivity Specifications May 15, 2015 Contents 1. Real Time Overview 2. Requirements 3. SOAP Messages 4. SOAP Faults 5. CORE-Compliant

More information

X12 837 Real-Time Claim Submission & Connectivity Specifications. Highmark, Inc. October 1, 2014 Document Version 1.1

X12 837 Real-Time Claim Submission & Connectivity Specifications. Highmark, Inc. October 1, 2014 Document Version 1.1 X12 837 Real-Time Claim Submission & Connectivity Specifications Highmark, Inc. October 1, 2014 Document Version 1.1 Contents 1. Real-Time Overview 2. Requirements 3. SOAP Messages 4. SOAP Faults 5. Highmark

More information

Service Oriented Computing: SOAP, WSDL and UDDI. Dr. Cristian Mateos Diaz (http://users.exa.unicen.edu.ar/~cmateos/cos) ISISTAN - CONICET

Service Oriented Computing: SOAP, WSDL and UDDI. Dr. Cristian Mateos Diaz (http://users.exa.unicen.edu.ar/~cmateos/cos) ISISTAN - CONICET Service Oriented Computing: SOAP, WSDL and UDDI Dr. Cristian Mateos Diaz (http://users.exa.unicen.edu.ar/~cmateos/cos) ISISTAN - CONICET XML family of standards Domain-specific XML-based standards e.g.,

More information

XML in Programming 2, Web services

XML in Programming 2, Web services XML in Programming 2, Web services Patryk Czarnik XML and Applications 2013/2014 Lecture 5 4.11.2013 Features of JAXP 3 models of XML documents in Java: DOM, SAX, StAX Formally JAXB is a separate specification

More information

Exploiting Access Control and Facility Management Systems. Billy Rios Director of Threat Intelligence Qualys

Exploiting Access Control and Facility Management Systems. Billy Rios Director of Threat Intelligence Qualys Exploiting Access Control and Facility Management Systems Billy Rios Director of Threat Intelligence Qualys About:Me Qualys Director of Vulnerability Research and Threat Intelligence SpearPoint Security

More information

Uniface User Conference

Uniface User Conference Uniface User Conference Face2face Enhancing Uniface Web services Berry Kuijer Saat May 23, 2012 Agenda Transformation The Struct Applying Struct SOAP complex parameter support SOAP Header support SOAP

More information

Towards, Building and Implementing a Digital Healthcare System

Towards, Building and Implementing a Digital Healthcare System Towards, Building and Implementing a Digital Healthcare System Khalid Aldrawiesh Abstract Healthcare industry is evolving rapidly, increasing the capability of delivering a high quality of service to the

More information

HTTP and HTTPS Statistics Services

HTTP and HTTPS Statistics Services CHAPTER 9 This chapter describes the HTTP and HTTPS Statistics service, which returns HTTP and HTTPS connection information and statistics for individual WAEs, device groups, and for the WAAS network,

More information

monadws: A Monad-Based Testing Tool for Web Services

monadws: A Monad-Based Testing Tool for Web Services monadws: A Monad-Based Testing Tool for Web Services College of Computer, Nanjing University of Posts and Telecommunications, Nanjing 210003, China Yingzhou Zhang, Wei Fu, Changhai Nie Email: [email protected]

More information

What is Distributed Annotation System?

What is Distributed Annotation System? Contents ISiLS Lecture 12 short introduction to data integration F.J. Verbeek Genome browsers Solutions for integration CORBA SOAP DAS Ontology mapping 2 nd lecture BioASP roadshow 1 2 Human Genome Browsers

More information

Modern XML applications

Modern XML applications Modern XML applications XML in electronic data interchange, application integration and databases Patryk Czarnik Institute of Informatics University of Warsaw XML and Modern Techniques of Content Management

More information

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of Contents Use

More information

Netswipe Processing Implementation

Netswipe Processing Implementation Netswipe Processing Implementation Direct Integration with Jumio s Payment Gateway Revision History Version Date published Description 1.0.0 November 22 nd, 2011 Initial release. 1.0.1 January 12 th, 2012

More information

Merchant Web Services API

Merchant Web Services API Title Page Merchant Web Services API Automated Recurring Billing (ARB) SOAP Guide December 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net

More information

JAVA API FOR XML WEB SERVICES INTRODUCTION TO JAX-WS, THE JAVA API FOR XML BASED WEB SERVICES (SOAP, WSDL)

JAVA API FOR XML WEB SERVICES INTRODUCTION TO JAX-WS, THE JAVA API FOR XML BASED WEB SERVICES (SOAP, WSDL) JAX-WS JAX-WS - Java API for XML Web Services JAVA API FOR XML WEB SERVICES INTRODUCTION TO JAX-WS, THE JAVA API FOR XML BASED WEB SERVICES (SOAP, WSDL) Peter R. Egli INDIGOO.COM 1/20 Contents 1. What

More information

Address Phone & Fax Internet

Address Phone & Fax Internet Smilehouse Workspace 1.13 Payment Gateway API Document Info Document type: Technical document Creator: Smilehouse Workspace Development Team Date approved: 31.05.2010 Page 2/34 Table of Content 1. Introduction...

More information

The presentation explains how to create and access the web services using the user interface. WebServices.ppt. Page 1 of 14

The presentation explains how to create and access the web services using the user interface. WebServices.ppt. Page 1 of 14 The presentation explains how to create and access the web services using the user interface. Page 1 of 14 The aim of this presentation is to familiarize you with the processes of creating and accessing

More information

How To Validate A Single Line Address On An Ipod With A Singleline Address Validation (For A Non-Profit) On A Microsoft Powerbook (For An Ipo) On An Uniden Computer (For Free) On Your Computer Or

How To Validate A Single Line Address On An Ipod With A Singleline Address Validation (For A Non-Profit) On A Microsoft Powerbook (For An Ipo) On An Uniden Computer (For Free) On Your Computer Or Informatica AddressDoctor Cloud (Version 2) User Guide Informatica AddressDoctor Cloud User Guide Version 2 December 2014 Copyright (c) 1999-2014 Informatica Corporation. All rights reserved. This software

More information

AXL Troubleshooting. Overview. Architecture

AXL Troubleshooting. Overview. Architecture AXL Troubleshooting This chapter contains the following topics: Overview, page 35 Architecture, page 35 Postinstallation Checklist, page 36 Troubleshooting Tools, page 39 Error Codes, page 43 Overview

More information

Cisco TelePresence Content Server

Cisco TelePresence Content Server Cisco TelePresence Content Server API Guide D1398008 August 2014 TABLE OF CONTENTS 1 INTRODUCTION... 5 1.1 Format of this document... 5 1.2 Variable usage... 6 1.3 Warnings... 6 2 SECURITY... 7 2.1 Security

More information

Service Oriented Architecture using JAVA

Service Oriented Architecture using JAVA Service Oriented Architecture using JAVA on NetBeans and GlassFish 3 By Eduardo Cavasotti 4/20/10 2 Table of Contents Abstract:... 3 Introduction:... 3 Tools:... 4 Getting ready... 4 Web Service Definition

More information

Adyen Merchant Integration Manual. Version 1.60 Adyen B.V.

Adyen Merchant Integration Manual. Version 1.60 Adyen B.V. Adyen Merchant Integration Manual Version 1.60 Adyen B.V. Table of Contents Introduction...3 Audience...3 Changelog...4 1 Hosted Payment Pages (HPPs)...5 Setting Up the Payment...5 Payment Session Example...5

More information

Documentation Cendris Web Services Version 20 12 July 2013

Documentation Cendris Web Services Version 20 12 July 2013 Documentation Cendris Web Services Version 20 12 July 2013 Document: Documentation Cendris Webservices.docx blz 1 van 40 Index 1 Introduction... 3 2 Webportal Cendris Web services... 4 3 Implementation

More information

SoapHeader : s'authentifier proprement a un WebService SOAP

SoapHeader : s'authentifier proprement a un WebService SOAP SoapHeader : s'authentifier proprement a un WebService SOAP Une s olution e st d'utiliser l'en - tete d'une requête SOAP. Pour cela on va tout d'abord créer u n nouveau type qui hérite de SoapHeader, ce

More information

DocuSign Connect Guide

DocuSign Connect Guide Information Guide 1 DocuSign Connect Guide 2 Copyright 2003-2014 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign Intellectual

More information

Version: 1. Cellfind_MPG SDK Technical Specification

Version: 1. Cellfind_MPG SDK Technical Specification Cellfind SDK Technical Specification Version: 1 Filename: Cellfind_MPG SDK Technical Specification Last Revision Date: 09/10/2014 Contents WEB SERVICE QA AND LIVE URL ADDRESSES... ERROR! BOOKMARK NOT DEFINED.

More information

Web-Programmierung (WPR)

Web-Programmierung (WPR) Web-Programmierung (WPR) Vorlesung X. Web Services Teil 2 mailto:[email protected] 1 21 Web Service World Wide Web seit Anfang 1990er Jahren Mensch Web-Browser Applikation HTTP XML over HTTP Web-Server Geschäftslogik

More information

Clinical Research Document (CRD) Trial Implementation

Clinical Research Document (CRD) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Quality, Research and Public Health Technical Framework Supplement 10 Clinical Research Document (CRD) 15 Trial Implementation 20 Date: October 27, 2015 Author:

More information

File Transfer Service (Batch SOAP) User Guide. A Guide to Submitting batches through emedny FTS

File Transfer Service (Batch SOAP) User Guide. A Guide to Submitting batches through emedny FTS File Transfer Service (Batch SOAP) User Guide A Guide to Submitting batches through emedny FTS June 1, 2013 TABLE OF CONTENTS TABLE OF CONTENTS 1 Introduction... 4 2 Requirements... 5 2.1 Exchange mailboxes...

More information

Developing Web Services Applications

Developing Web Services Applications Redpaper Martin Keen Rafael Coutinho Sylvi Lippmann Salvatore Sollami Sundaragopal Venkatraman Steve Baber Henry Cui Craig Fleming Developing Web Services Applications This IBM Redpaper publication introduces

More information

Temando Api. Release 1.13. Developer Documentation. Temando IT Department

Temando Api. Release 1.13. Developer Documentation. Temando IT Department Api Release 1.13 Developer Documentation IT Department 1 st Edition July 2009 Contents 1. INTRODUCTION... 3 1.1. PURPOSE... 3 1.2. REVISION HISTORY... 3 1.3. NAMESPACES... 5 1.4. DOCUMENT CONVENTIONS...

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. XML Based Downloadable Phone Book Guide GXP21xx/GXP14xx/GXP116x IP Phone Version 2.0 XML Based Downloadable Phone Book Guide Index INTRODUCTION... 4 WHAT IS XML... 4 WHY XML...

More information

MyPrint instructions; printing, scanning and copying. version 1.3 EN march 2015

MyPrint instructions; printing, scanning and copying. version 1.3 EN march 2015 MyPrint instructions; printing, scanning and copying version 1.3 EN march 2015 TOC 1 Introduction to myprint 3 1.1 Print credit and payments 3 1.2 Accepting the terms 3 2 Upgrading credit (students only)

More information

Author: Gennaro Frazzingaro Universidad Rey Juan Carlos campus de Mostòles (Madrid) GIA Grupo de Inteligencia Artificial

Author: Gennaro Frazzingaro Universidad Rey Juan Carlos campus de Mostòles (Madrid) GIA Grupo de Inteligencia Artificial Simple Implementation of a WebService using Eclipse Author: Gennaro Frazzingaro Universidad Rey Juan Carlos campus de Mostòles (Madrid) GIA Grupo de Inteligencia Artificial Contents Web Services introduction

More information

Devices Profile for Web Services

Devices Profile for Web Services 1 2 3 4 5 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 35 36 37 38 39 40 Devices Profile for Web Services February 2006 Co-Developers Shannon Chan, Microsoft Dan Conti,

More information

e-filing Secure Web Service User Manual

e-filing Secure Web Service User Manual e-filing Secure Web Service User Manual Page1 CONTENTS 1 BULK ITR... 6 2 BULK PAN VERIFICATION... 9 3 GET ITR-V BY TOKEN NUMBER... 13 4 GET ITR-V BY ACKNOWLEDGMENT NUMBER... 16 5 GET RETURN STATUS... 19

More information

Penetration Testing Corporate Collaboration Portals. Giorgio Fedon, Co-Founder at Minded Security

Penetration Testing Corporate Collaboration Portals. Giorgio Fedon, Co-Founder at Minded Security Penetration Testing Corporate Collaboration Portals Giorgio Fedon, Co-Founder at Minded Security Something About Me Security Researcher Owasp Italy Member Web Application Security and Malware Research

More information

4.2 Understand Microsoft ASP.NET Web Application Development

4.2 Understand Microsoft ASP.NET Web Application Development L E S S O N 4 4.1 Understand Web Page Development 4.2 Understand Microsoft ASP.NET Web Application Development 4.3 Understand Web Hosting 4.4 Understand Web Services MTA Software Fundamentals 4 Test L

More information

Log Forwarder for Windows. 2009 SolarWinds, Inc.

Log Forwarder for Windows. 2009 SolarWinds, Inc. Log Forwarder for Windows I SolarWinds Log Forwarder for Windows Table of Contents Part I Welcome 1 1 What is Log Forwarder... for Windows? 1 2 Configuration... 2 3 Deployment... 2 Log Forwarder... Configuration

More information

Using Web Services to Exchange data with Qualtrics and Hobsons Connect

Using Web Services to Exchange data with Qualtrics and Hobsons Connect Using Web Services to Exchange data with Qualtrics and Hobsons Connect Definitions Let s not argue over small differences Web Service A method of communication between two devices over the Internet. Two

More information

Tracking Sweden API. Version 3.1

Tracking Sweden API. Version 3.1 Tracking Sweden API Version 3.1 : Date: 2008-09-04 Sida 2 av 14 Revision history Version Date Comments 3.1 2008-09-04 Removed statistic variables and made remaining optional. 3.0 2008-06-19 Added XML parametres

More information

Authentication and Single Sign On

Authentication and Single Sign On Contents 1. Introduction 2. Fronter Authentication 2.1 Passwords in Fronter 2.2 Secure Sockets Layer 2.3 Fronter remote authentication 3. External authentication through remote LDAP 3.1 Regular LDAP authentication

More information

Introduction to Testing Webservices

Introduction to Testing Webservices Introduction to Testing Webservices Author: Vinod R Patil Abstract Internet revolutionized the way information/data is made available to general public or business partners. Web services complement this

More information

WINGS WEB SERVICE MODULE

WINGS WEB SERVICE MODULE WINGS WEB SERVICE MODULE GENERAL The Wings Web Service Module is a SOAP (Simple Object Access Protocol) interface that sits as an extra layer on top of the Wings Accounting Interface file import (WAIimp)

More information

Replacements TECHNICAL REFERENCE. DTCCSOLUTIONS Dec 2009. Copyright 2009 Depository Trust Clearing Corporation. All Rights Reserved.

Replacements TECHNICAL REFERENCE. DTCCSOLUTIONS Dec 2009. Copyright 2009 Depository Trust Clearing Corporation. All Rights Reserved. TECHNICAL REFERENCE Replacements Page 1 Table of Contents Table of Contents 1 Overview... 3 1.1 Replacements Features... 3 2 Roles and Responsibilities... 4 2.1 Sender (Receiving Carrier)... 4 2.2 Recipient

More information

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Presented by: Tom Connolly, Jason Lieberman Company: BizTech Session ID: #10351 Overview Introductions Background Web

More information

Getting Your Head in the Cloud A High Level Cloud Perspective

Getting Your Head in the Cloud A High Level Cloud Perspective Getting Your Head in the Cloud A High Level Cloud Perspective Frank J. De Gilio (IBM) Rich Jackson (Walmart) Randy Frerking (Walmart) Jeff Bisti (IBM) Cloud Definition C L O U D onvenient everaging f ncertain

More information

Web Services. Distributed Object Systems 11. Web Services, SOAP and NET. Web Applications. Web Services. Web services vs Distributed Objects

Web Services. Distributed Object Systems 11. Web Services, SOAP and NET. Web Applications. Web Services. Web services vs Distributed Objects Distributed Object Systems 11 Web Services, SOAP and NET Piet van Oostrum Web Services Some Definitions A Web Service is a software system designed to support interoperable machine-to-machine interaction

More information

BBM467 Data Intensive ApplicaAons

BBM467 Data Intensive ApplicaAons Hace7epe Üniversitesi Bilgisayar Mühendisliği Bölümü BBM467 Data Intensive ApplicaAons Dr. Fuat Akal [email protected] Overview What is Cloud CompuAng? VirtualizaAon Service Oriented CompuAng What is

More information

TARGETPROCESS WEB SERVICES GUIDE

TARGETPROCESS WEB SERVICES GUIDE TARGETPROCESS WEB SERVICES GUIDE v.2.10 Web Services API / Developers Guide This document describes Web Services in TargetProcess and provides some usage examples. 1 TARGETPROCESS DOMAIN MODEL... 3 PROJECT...

More information

Guide REST based web services in Automatisk kortbetaling via Betalingsservice

Guide REST based web services in Automatisk kortbetaling via Betalingsservice Guide REST based web services in Automatisk kortbetaling via Betalingsservice Version 3.1 Nets A/S Lautrupbjerg 10 2750 Ballerup DK T +45 44 68 44 68 F +45 44 86 09 30 www.nets.eu 1 Contents 1. Background...

More information

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide Salesforce.com: Salesforce Winter '09 Single Sign-On Implementation Guide Copyright 2000-2008 salesforce.com, inc. All rights reserved. Salesforce.com and the no software logo are registered trademarks,

More information

Web Service Development Using CXF. - Praveen Kumar Jayaram

Web Service Development Using CXF. - Praveen Kumar Jayaram Web Service Development Using CXF - Praveen Kumar Jayaram Introduction to WS Web Service define a standard way of integrating systems using XML, SOAP, WSDL and UDDI open standards over an internet protocol

More information

BPEL. A Step by Step Guide: Model-Driven Generation with. Enterprise Architect. T his document will teach you how to use the Business Process

BPEL. A Step by Step Guide: Model-Driven Generation with. Enterprise Architect. T his document will teach you how to use the Business Process BPEL A Step by Step Guide: Model-Driven Generation with Enterprise Architect T his document will teach you how to use the Business Process Modeling Notation (BPMN 1.1) as a visual approach to producing

More information

Module 13 Implementing Java EE Web Services with JAX-WS

Module 13 Implementing Java EE Web Services with JAX-WS Module 13 Implementing Java EE Web Services with JAX-WS Objectives Describe endpoints supported by Java EE 5 Describe the requirements of the JAX-WS servlet endpoints Describe the requirements of JAX-WS

More information

IHE IT Infrastructure Technical Framework Supplement. Secure Retrieve (SeR) Trial Implementation

IHE IT Infrastructure Technical Framework Supplement. Secure Retrieve (SeR) Trial Implementation Integrating the Healthcare Enterprise 5 IHE IT Infrastructure Technical Framework Supplement 10 Secure Retrieve (SeR) 15 Trial Implementation 20 Date: August 31, 2015 Author: IHE ITI Technical Committee

More information

Requirement engineering Exercise the POS System solution

Requirement engineering Exercise the POS System solution Requirement engineering Exercise the POS System solution Problem Description A POS (Point-Of-Sale) system is a computer system typically used to manage the sales in retail stores. It includes hardware

More information

Gardners ebooks frequently asked questions

Gardners ebooks frequently asked questions How does the web service work? The technical process is covered in our I24 ebook Ordering via Web Services.pdf which explains all the web service file layout and method. It is recommended that you read

More information

Your customer engagement transformation starts here

Your customer engagement transformation starts here Your customer engagement transformation starts here Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Developing with the MediaBin

More information

StreamServe Persuasion SP5 Document Broker Plus

StreamServe Persuasion SP5 Document Broker Plus StreamServe Persuasion SP5 Document Broker Plus User Guide Rev A StreamServe Persuasion SP5 Document Broker Plus User Guide Rev A 2001-2010 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520

More information

WA2087 Programming Java SOAP and REST Web Services - WebSphere 8.0 / RAD 8.0. Student Labs. Web Age Solutions Inc.

WA2087 Programming Java SOAP and REST Web Services - WebSphere 8.0 / RAD 8.0. Student Labs. Web Age Solutions Inc. WA2087 Programming Java SOAP and REST Web Services - WebSphere 8.0 / RAD 8.0 Student Labs Web Age Solutions Inc. 1 Table of Contents Lab 1 - WebSphere Workspace Configuration...3 Lab 2 - Introduction To

More information

Implementeren van HL7v3 Web Services

Implementeren van HL7v3 Web Services Implementeren van HL7v3 Web Services - Marc de Graauw - SOAP & WSDL SOAP & WSDL Intro WSDL & code generation Dynamic response, wrapped style Generic WSDL Reliability issues Wire signature Web Services

More information

Downloading Audiobooks with Overdrive from the Marion Public Library

Downloading Audiobooks with Overdrive from the Marion Public Library Downloading Audiobooks with Overdrive from the Marion Public Library for MP3 players and ipods Steps 1-5 are a one-time setup. 1. Using a computer, visit our digital library at mln.lib.overdrive.com 2.

More information

EHR-IIS Interoperability Enhancement Project. Transport Layer Protocol Recommendation Formal Specification. Version 1.

EHR-IIS Interoperability Enhancement Project. Transport Layer Protocol Recommendation Formal Specification. Version 1. EHR-IIS Interoperability Enhancement Project Transport Layer Protocol Recommendation Formal Specification Version 1.1 June 4, 2014 Transport Layer Expert Panel EHR-IIS Interoperability Enhancement Project

More information

Joomla! Override Plugin

Joomla! Override Plugin Joomla! Override Plugin What is an override? There may be occasions where you would like to change the way a Joomla! Extension (such as a Component or Module, whether from the Joomla! core or produced

More information

Bindings for the Service Provisioning Markup Language (SPML) Version 1.0

Bindings for the Service Provisioning Markup Language (SPML) Version 1.0 1 2 3 Bindings for the Service Provisioning Markup Language (SPML) Version 1.0 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 OASIS Standard, Approved October 2003 Document identifier:

More information

Technical Interface Description

Technical Interface Description Technical Interface Description Version 2.4.1 28.04.2015 Table of Contents 1 Introduction... 6 1.1 Preamble... 6 1.2 Structure of the Document... 6 1.3 Referenced Documents... 7 1.4 List of Abbreviations...

More information

Secure Services withapache CXF

Secure Services withapache CXF Karlsruher Entwicklertag 2014 Secure Services withapache CXF Andrei Shakirin, Talend [email protected] ashakirin.blogspot.com/ Agenda Introduction in Apache CXF Security Requirements Apply security

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Web Services Guide 7.0.6 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

Technical Information

Technical Information Technical Information Linkon Web Services Version 0.4.1 Date 2009-09-09 Author Magnus Kling Filename Technical Information About Linkon Web Services.doc Table of contents 0 Revisions... 3 1 Technical Information

More information

Real-Time Connectivity Specifications For. 270/271 and 276/277 Inquiry Transactions. United Concordia Dental (UCD)

Real-Time Connectivity Specifications For. 270/271 and 276/277 Inquiry Transactions. United Concordia Dental (UCD) Real-Time Connectivity Specifications For 270/271 and 276/277 Inquiry Transactions United Concordia Dental (UCD) May 15, 2015 1 Contents 1. Overview 2. Trading Partner Requirements 3. Model SOAP Messages

More information

Sorting support Interface documentation. Version 1.0

Sorting support Interface documentation. Version 1.0 Sorting support Interface documentation Version 1.0 : Date: 2008-06-02 Page 2 av 14 Revision history Version Date Comments 1.0 2008-06-02 created : Date: 2008-06-02 Page 3 av 14 TABLE OF CONTENTS REVISION

More information

HELIX MEDIA LIBRARY API DEVELOPER S GUIDE

HELIX MEDIA LIBRARY API DEVELOPER S GUIDE HELIX MEDIA LIBRARY API DEVELOPER S GUIDE Helix Media Library Version 2.0 Revision Date: August 2015 1. Helix Media Library API 1.1 Overview The Helix Media Library (HML) API (Application Programming Interface)

More information

BS1000 command and backlog protocol

BS1000 command and backlog protocol BS1000 command and backlog protocol V0.3 2013/5/31 1 / 6 BS1000 command and backlog protocol Introduction When the bs1000 is updating a website, measurement data is transferred to the site using a http

More information

ISM/ISC Middleware Module

ISM/ISC Middleware Module ISM/ISC Middleware Module Lecture 14: Web Services and Service Oriented Architecture Dr Geoff Sharman Visiting Professor in Computer Science Birkbeck College Geoff Sharman Sept 07 Lecture 14 Aims to: Introduce

More information

Easy CollECt and the transaction ManagEr interface

Easy CollECt and the transaction ManagEr interface Easy Collect and the Transaction Manager Interface Table of Contents 1 2 3 Easy Collect... 4 1.1. Configuring your account for Easy Collect... 4 1.1.1. Creating your Easy Collect ID... 4 1.1.1.1. Transaction

More information