GetProduct. Webservice name: GetProduct. Adress:

Size: px
Start display at page:

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

Transcription

1 GetProduct Webservice name: GetProduct Adress: WSDL: Webservice Methods: Name: Description: 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. ebookid String No ISBN10 or ISBN13 of the requested product. 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 GetProduct: retailerid=0& hri83jfs8rn5n6j6jsdfu9asn23mdsf89f8h=string&ebookid= &languagecode=da Example HTTP POST response GetProduct: <?xml version="1.0"?> <xs1:response xmlns:xs1=" <status xmlns=""> <message/> <data xmlns=""> <product> <created_date> :42:56</created_date> <updated_date> :30:29</updated_date> <title>fra Piazza del Popolo</title> <id>9</id> <description>aktiv</description> <language lang="iso 639-1">da</language> <coverimage> <teaser/> <external_ids> <external_id> <id_type>isbn</id_type> <id> </id> </external_id> </external_ids> <contributors> <contributor> <type>författare</type> <first_name>vilhelm</first_name> <family_name>bergsøe</family_name> </contributor> </contributors> <formats> <format_id>50</format_id> <name>pdf for PC og Mac</name> <size_bytes> </size_bytes> <format_id>54</format_id> <name>mobipocket til PDA og PC</name> <size_bytes>904764</size_bytes> </formats>

3 <price> <currency>sek</currency> <amount>2000</amount> </price> <publisher> <name>ebibliotek 1800</name> <external_id>137699</external_id> </publisher> <first_published> :29:52</first_published> <description>en gruppe kunstnere og andet godtfolk fra den skandinaviske koloni i Rom samles fra tid till anden på Piazza del Popolo og fortæller på skift historier fra deres eget og andres liv i Rom og København, som fx. Aabyes beretning fra kolera-året, historien om Signor Naso og det stjålne maleri og den om den sære norske skulptør. Historierne afsluttes ikke alle lige på engang, men slynger sig ind i hinanden og ender på sælsom vis med at blive bundet sammen til et hele.</description> <categories> <category type="bic_code">fa</category> <category type="elib_category">401</category> </categories> </product> </xs1:response> Example SOAP request GetProduct: xmlns:web=" <soap:header/> <web:getproduct> <web:retailerid>0</web:retailerid> <web:retailerkeycode>hri83jfs8rn5n6j6jsdfu9asn23mdsf89f8h</web:retailerkeycode> <web:ebookid> </web:ebookid> <web:languagecode>da</web:languagecode> </web:getproduct> Example SOAP response GetProduct: xmlns:xsi=" xmlns:xsd=" <GetProductResponse xmlns=" <GetProductResult> <xs1:response xmlns:xs1=" <status xmlns=""> <message/> <data xmlns=""> <product>

4 <created_date> :42:56</created_date> <updated_date> :30:29</updated_date> <title>fra Piazza del Popolo</title> <id>9</id> <description>aktiv</description> <language lang="iso 639-1">da</language> <coverimage> <teaser/> <external_ids> <external_id> <id_type>isbn</id_type> <id> </id> </external_id> </external_ids> <contributors> <contributor> <type>författare</type> <first_name>vilhelm</first_name> <family_name>bergsøe</family_name> </contributor> </contributors> <formats> <format_id>50</format_id> <name>pdf for PC og Mac</name> <size_bytes> </size_bytes> <format_id>54</format_id> <name>mobipocket til PDA og PC</name> <size_bytes>904764</size_bytes> </formats> <price> <currency>sek</currency> <amount>2000</amount> </price> <publisher> <name>ebibliotek 1800</name> <external_id>137699</external_id> </publisher> <first_published> :29:52</first_published> <description>en gruppe kunstnere og andet godtfolk fra den skandinaviske koloni i Rom samles fra tid till anden på Piazza del Popolo og fortæller på skift historier fra deres eget og andres liv i Rom og København, som fx. Aabyes beretning fra kolera-året, historien om Signor Naso og det stjålne maleri og den om den sære norske skulptør. Historierne afsluttes ikke alle lige på engang, men slynger sig ind i hinanden og ender på sælsom vis med at blive bundet sammen til et hele.</description> <categories> <category type="bic_code">fa</category>

5 <category type="elib_category">401</category> </categories> </product> </xs1:response> </GetProductResult> </GetProductResponse> Webservice Method: Name: GetLanguageList Description: Creates a library loan. 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=x&retailerkeycode=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&languagecode=en Example HTTP POST response *Method*: <?xml version="1.0" encoding="utf-8"?>

6 <response xmlns=""> <message>info - Ok</message> <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> </response> Example SOAP request *Method*: xmlns:web=" <soap:header/> <web:getlanguagelist> <web:retailerid>xx</web:retailerid> <web:retailerkeycode>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</web:retailerkeycode> <web:languagecode>en</web:languagecode> </web:getlanguagelist>

7 Example response *Method*: xmlns:xsi=" xmlns:xsd=" <GetLanguageListResponse xmlns=" <GetLanguageListResult> <response xmlns=""> <message>info - Ok</message> <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> </response> </GetLanguageListResult> </GetLanguageListResponse>

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

GetFormatList. Webservice name: GetFormatList. Adress: https://www.elib.se/webservices/getformatlist.asmx GetFormatList Webservice name: GetFormatList Adress: https://www.elib.se/webservices/getformatlist.asmx WSDL: https://www.elib.se/webservices/getformatlist.asmx?wsdl Webservice Methods: Name: GetFormatList

More information

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

Information og dokumentation Ledelsessystem for dokumentstyring Krav

Information og dokumentation Ledelsessystem for dokumentstyring Krav Dansk standard DS/ISO 30301 1. udgave 2011-11-22 Information og dokumentation Ledelsessystem for dokumentstyring Krav Information and documentation Management systems for records Requirements DS/ISO 30301

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

Vejledning til en europæisk COREfaktura-datamodel. CII-retningslinjer for implementering Del 1: Introduktion

Vejledning til en europæisk COREfaktura-datamodel. CII-retningslinjer for implementering Del 1: Introduktion DS-information DS/CWA 16356-1 1. udgave 2011-11-09 Vejledning til en europæisk COREfaktura-datamodel med UN/CEFACT CII-retningslinjer for implementering Del 1: Introduktion Guide for a European CORE INVOICE

More information

OIO Dekstop applikation

OIO Dekstop applikation OIO Dekstop applikation 25-09-2009. Version 1.0 Sammendrag af ideer og dialog på møde d. 24-09-2009 mellem ITST, Trifork og Designit Under udarbejdelse Diagram Test applikation Grupper Digitaliser.dk Applikation

More information

MORGENBOOSTER 2015 DISRUPTIVE BUSINESS DESIGN

MORGENBOOSTER 2015 DISRUPTIVE BUSINESS DESIGN MORGENBOOSTER 2015 DISRUPTIVE BUSINESS DESIGN JIM KEYES, CEO, BLOCKBUSTER, 2008 NEITHER REDBOX OR NETFLIX ARE EVEN ON THE RADAR SCREEN IN TERMS OF COMPETITION 2000 HEY, VI SKAL HA ET WEBSITE HM 2009 HEY,

More information

Informationsteknologi Serviceledelse Del 4: Procesreferencemodel

Informationsteknologi Serviceledelse Del 4: Procesreferencemodel DS-information DS/ISO/IEC TR 20000-4 1. udgave 2010-12-14 Informationsteknologi Serviceledelse Del 4: Procesreferencemodel Information technology Service management Part 4: Process reference model DS/ISO/IEC

More information

Questionnaire #1: The Patient (Spørgeskema, må gerne besvares på dansk)

Questionnaire #1: The Patient (Spørgeskema, må gerne besvares på dansk) Table of Contents Questionnaire #1: The Patient... 2 Questionnaire #2: The Medical Staff... 4 Questionnaire #3: The Visitors... 6 Questionnaire #4: The Non-Medical Staff... 7 Page1 Questionnaire #1: The

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

07/04/2014 NOBIL API. Version 3.0. Skåland Webservice Side 1 / 16

07/04/2014 NOBIL API. Version 3.0. Skåland Webservice Side 1 / 16 NOBIL API Version 3.0 Skåland Webservice Side 1 / 16 Client API version 3.0 NOBIL is a comprehensive and trustworthy database covering all charging stations in Norway, and is open for other countries,

More information

Claus B. Jensen IT Auditor, CISA, CIA

Claus B. Jensen IT Auditor, CISA, CIA Claus B. Jensen IT Auditor, CISA, CIA I am employed in Rigsrevisionen, Denmark. (Danish National Audit Office) I have worked within IT Audit since 1995, both as internal and external auditor and now in

More information

Norroen litteraturhistorie

Norroen litteraturhistorie Norroen litteraturhistorie Download: Norroen litteraturhistorie PDF ebook Norroen litteraturhistorie PDF - Are you searching for Norroen litteraturhistorie Books? Now, you will be happy that at this time

More information

Informationsteknologi Små computersystemers. Del 251: USB-fæstnet SCSI (UAS)

Informationsteknologi Små computersystemers. Del 251: USB-fæstnet SCSI (UAS) Dansk standard DS/ISO/IEC 14776-251 1. udgave 2014-05-27 Informationsteknologi Små computersystemers grænseflade (SCSI) Del 251: USB-fæstnet SCSI (UAS) Information technology Small computer system interface

More information

How To Boot A Cisco Ip Phone From A Cnet Vlan To A Vlan On A Cpower Box On A Ip Phone On A Network With A Network Vlan (Cisco) On A Powerline (Ip Phone) On An

How To Boot A Cisco Ip Phone From A Cnet Vlan To A Vlan On A Cpower Box On A Ip Phone On A Network With A Network Vlan (Cisco) On A Powerline (Ip Phone) On An IP Telefoni DHCP Options VLANs Understanding the Cisco IP Phone Boot Process The Cisco IP Phone connects to an Ethernet switchport. If the IP phone and switch support PoE, the IP phone receives power through

More information

Evaluation and Assessment of Key Competences in Denmark

Evaluation and Assessment of Key Competences in Denmark Dublin, March 2013 Evaluation and Assessment of Key Competences in Denmark Benvido a Dublin Steen Lassen, senior advisor The Ministry of Children and Education, Denmark I: The Folkeskole internal and external

More information

CAMP LOGOS administrated by Boligselskabet Sct. Jørgen (housing agency)

CAMP LOGOS administrated by Boligselskabet Sct. Jørgen (housing agency) CAMP LOGOS administrated by Boligselskabet Sct. Jørgen (housing agency) Camp Logos the buildings Camp Logos is the dorm across the street from The Animation Workshop. There are 4 buildings side by side

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

Statistiske metoder i procesledelse Kapabilitet og performance Del 3: Analyse af maskinperformance for måleværdier på (diskrete) emner

Statistiske metoder i procesledelse Kapabilitet og performance Del 3: Analyse af maskinperformance for måleværdier på (diskrete) emner Dansk standard DS/ISO 22514-3 1. udgave 2008-05-08 Statistiske metoder i procesledelse Kapabilitet og performance Del 3: Analyse af maskinperformance for måleværdier på (diskrete) emner Statistical methods

More information

Software- og systemudvikling Softwaretest Del 1: Begreber og definitioner

Software- og systemudvikling Softwaretest Del 1: Begreber og definitioner Dansk standard DS/ISO/IEC/IEEE 29119-1 1. udgave 2013-09-26 Software- og systemudvikling Softwaretest Del 1: Begreber og definitioner Software and systems engineering Software testing Part 1: Concepts

More information

Softwareudvikling Retningslinjer for anvendelse af ISO 9001:2008 til computersoftware

Softwareudvikling Retningslinjer for anvendelse af ISO 9001:2008 til computersoftware Dansk standard DS/ISO/IEC 90003:2015 2. udgave 2015-01-07 Softwareudvikling Retningslinjer for anvendelse af ISO 9001:2008 til computersoftware Software engineering Guidelines for the application of ISO

More information

Informationsteknologi til læring, uddannelse og oplæring Informationsmodel for kompetencer Del 2: Informationsmodel for kompetenceniveau

Informationsteknologi til læring, uddannelse og oplæring Informationsmodel for kompetencer Del 2: Informationsmodel for kompetenceniveau Dansk standard DS/ISO/IEC 20006-2:2015 1. udgave 2015-08-04 Informationsteknologi til læring, uddannelse og oplæring Informationsmodel for kompetencer Del 2: Informationsmodel for kompetenceniveau Information

More information

Hvor parat er din virksomhed? Motivation for systematisk serviceudvikling i den maritime branche

Hvor parat er din virksomhed? Motivation for systematisk serviceudvikling i den maritime branche Hvor parat er din virksomhed? Motivation for systematisk serviceudvikling i den maritime branche Section for Engineering Design and Product Development Generelle trends med service BNP fordeling i USA

More information

Informationsteknologi Personlig identifikation ISO-overensstemmende kørekort Del 4: Prøvningsmetoder

Informationsteknologi Personlig identifikation ISO-overensstemmende kørekort Del 4: Prøvningsmetoder Dansk standard DS/ISO/IEC 18013-4 1. udgave 2012-01-11 Informationsteknologi Personlig identifikation ISO-overensstemmende kørekort Del 4: Prøvningsmetoder Information technology Personal identification

More information

Nordic Master in Didactics of Mathematics

Nordic Master in Didactics of Mathematics Nordic Master in Didactics of Mathematics NORDIMA Barbro Grevholm Seminar i Bergen den 7-8 september 2011 Nordic Master in Didactics of Mathematics Project number NMP-2009/10730 The Master Consortium consists

More information

Softwareudvikling Kvalitetskrav til og evaluering af softwareprodukter (SQuaRE) Fælles industriformat (CIF) til brugbare testrapporter

Softwareudvikling Kvalitetskrav til og evaluering af softwareprodukter (SQuaRE) Fælles industriformat (CIF) til brugbare testrapporter Dansk standard DS/ISO/IEC 25062 1. udgave 2008-05-08 Softwareudvikling Kvalitetskrav til og evaluering af softwareprodukter (SQuaRE) Fælles industriformat (CIF) til brugbare testrapporter Software engineering

More information

Jordundersøgelser Prøvetagning Del 5: Vejledning i undersøgelse af jordforurening på bymæssige og industrielle grunde

Jordundersøgelser Prøvetagning Del 5: Vejledning i undersøgelse af jordforurening på bymæssige og industrielle grunde Dansk standard DS/ISO 10381-5 1. udgave 2005-11-09 Jordundersøgelser Prøvetagning Del 5: Vejledning i undersøgelse af jordforurening på bymæssige og industrielle grunde Soil quality Sampling Part 5: Guidance

More information

Pubhub Web Service. E-Book Integration Guide. Retailer Customers. August 2010 v1.3. Pubhub Definition of Terms 1

Pubhub Web Service. E-Book Integration Guide. Retailer Customers. August 2010 v1.3. Pubhub Definition of Terms 1 Pubhub Web Service E-Book Integration Guide Retailer Customers August 2010 v1.3 Pubhub Definition of Terms 1 TABLE OF CONTENTS Definition of Terms... 2 How To Access The Web Service... 2 Integration Overview...

More information

COPYRIGHT Danish Standards Foundation. NOT FOR COMMERCIAL USE OR REPRODUCTION. DS/ISO/IEC 24730-22:2012

COPYRIGHT Danish Standards Foundation. NOT FOR COMMERCIAL USE OR REPRODUCTION. DS/ISO/IEC 24730-22:2012 Dansk standard DS/ISO/IEC 24730-22 2. udgave 2012-08-29 Informationsteknologi Realtidslokaliseringssystemer (RTLS) Del 22: Direct Sequence Spread Spectrum (DSSS), 2,4 GHz-protokol for luftgrænseflade:

More information

Sundhedsinformatik Kapacitetsbaseret roadmap for e-sundhedsarkitektur Del 1: Oversigt over nationale e-sundhedsinitiativer

Sundhedsinformatik Kapacitetsbaseret roadmap for e-sundhedsarkitektur Del 1: Oversigt over nationale e-sundhedsinitiativer DS-information DS/ISO/TR 14639-1 1. udgave 2012-10-11 Sundhedsinformatik Kapacitetsbaseret roadmap for e-sundhedsarkitektur Del 1: Oversigt over nationale e-sundhedsinitiativer Health informatics Capacity-based

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

Rubber condoms Guidance on the use of ISO 4074 in the quality management of natural rubber latex condoms

Rubber condoms Guidance on the use of ISO 4074 in the quality management of natural rubber latex condoms Dansk standard DS/ISO 16038 1. udgave 2005-11-14 Kondomer Vejledning i brug af ISO 4074 ved kvalitetsstyring af latexkondomer Rubber condoms Guidance on the use of ISO 4074 in the quality management of

More information

Informationsteknologi Serviceledelse Del 3: Vejledning i definition af emne og brug af ISO/IEC 20000-1

Informationsteknologi Serviceledelse Del 3: Vejledning i definition af emne og brug af ISO/IEC 20000-1 DS-information DS/ISO/IEC TR 20000-3 1. udgave 2009-10-21 Informationsteknologi Serviceledelse Del 3: Vejledning i definition af emne og brug af ISO/IEC 20000-1 Information technology Service management

More information

How To Write An International Safety Standard

How To Write An International Safety Standard Dansk standard DS/ISO 26262-6 1. udgave 2012-01-11 Motorkøretøjer Funktionssikkerhed Del 6: Produktudvikling på softwareniveau Road vehicles Functional safety Part 6: Product development at the software

More information

Pensio Payment Gateway Merchant API Integration Guide

Pensio Payment Gateway Merchant API Integration Guide Pensio Payment Gateway Merchant API Integration Guide 10. Jan. 2012 Copyright 2011 Pensio ApS Table of Contents Revision History 5 Concept 7 Protocol 7 API base url 7 Authentication 7 Method calls 7 API/index

More information

Informationsteknologi Storage management Del 1: Oversigt

Informationsteknologi Storage management Del 1: Oversigt Dansk standard DS/ISO/IEC 24775-1 1. udgave 2014-11-13 Informationsteknologi Storage management Del 1: Oversigt Information technology Storage management Part 1: Overview DS/ISO/IEC 24775-1 København DS

More information

Olie- og naturgasindustrien Levetidsomkostninger Del 3: Retningslinier for implementering

Olie- og naturgasindustrien Levetidsomkostninger Del 3: Retningslinier for implementering Dansk Standard DS/ISO 15663-3 1. udgave 2001-11-20 Olie- og naturgasindustrien Levetidsomkostninger Del 3: Retningslinier for implementering Petroleum and natural gas industries Lifecycle costing Part

More information

VHDL programmering H2

VHDL programmering H2 VHDL programmering H2 VHDL (Very high speed Integrated circuits) Hardware Description Language IEEE standard 1076-1993 Den benytter vi!! Hvornår blev den frigivet som standard første gang?? Ca. 1980!!

More information

Oracle Application Express

Oracle Application Express Oracle Application Express Eftermiddagsmøde Oracle/APEX Konsulent Oracle/APEX Konsulent Startede som Oracle udvikler i 1988 (RDBMS Version 5) Startede MBNDATA i 1996 APEX specialisering siden 1997 Agenda

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

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

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

Casestudier, der understøtter IEC 62232 Bestemmelse af RF-felter og SAR-værdier i nærheden af radiokommunikationsbasestationer

Casestudier, der understøtter IEC 62232 Bestemmelse af RF-felter og SAR-værdier i nærheden af radiokommunikationsbasestationer DS-information DS/IEC/TR 62669 1. udgave 2011-07-04 Casestudier, der understøtter IEC 62232 Bestemmelse af RF-felter og SAR-værdier i nærheden af radiokommunikationsbasestationer med det formål at evaluere

More information

VI GIVER FORM TIL FREMTIDENS VÆKST OG VELFÆRD I SKANDINAVIEN. AART architects

VI GIVER FORM TIL FREMTIDENS VÆKST OG VELFÆRD I SKANDINAVIEN. AART architects VI GIVER FORM TIL FREMTIDENS VÆKST OG VELFÆRD I SKANDINAVIEN AART architects VI GIVER SVAR PÅ DE UDFORDRINGER, SOM DET NORDISKE VELFÆRDSSAMFUND STÅR OVERFOR I FREMTIDEN AART architects OSLO AARHUS KØBENHAVN

More information

Sundhedsinformatik Krav til den elektroniske patientjournals arkitektur

Sundhedsinformatik Krav til den elektroniske patientjournals arkitektur Dansk standard DS/ISO 18308 1. udgave 2011-09-06 Sundhedsinformatik Krav til den elektroniske patientjournals arkitektur Health informatics Requirements for an electronic health record architecture DS/ISO

More information

Packaging Linear bar code and twodimensional symbols for product packaging

Packaging Linear bar code and twodimensional symbols for product packaging Dansk standard DS/ISO 22742 1. udgave 2005-03-17 Emballage Lineær stregkode og todimensionelle symboler for emballage til produkter Packaging Linear bar code and twodimensional symbols for product packaging

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

Informationsteknologi Sikkerhedsteknikker

Informationsteknologi Sikkerhedsteknikker Dansk standard DS/ISO/IEC 9796-3 2. udgave 2007-01-04 Informationsteknologi Sikkerhedsteknikker Digital signatur, inkluderende tekstelement Del 3: Teknikker, der bygger på diskrete logaritmer Information

More information

Revolusjonen COPYRIGHT NOTICE

Revolusjonen COPYRIGHT NOTICE Revolusjonen COPYRIGHT NOTICE The creative work in this presentation is protected by copyright. Redistribution or commercial use 2003: Facemash Dating? 2004: THEFACEBOOK.COM 2004: Facebook.com 25/8-2011:736

More information

study for string instrument

study for string instrument study or string instrument Simon Steen-Andersen 2007 Study or String Instrument (2007) Movement o the sound or sound o the movement? ne simle "samle" is reeated over and over and is slowly broken down

More information

af oral antikoagulationsterapi

af oral antikoagulationsterapi Dansk standard DS/ISO 17593 1. udgave 2007-05-31 Klinisk laboratorieprøvning og in-vitro diagnostisk udstyr - Krav til in vitroovervågningssystemer til selvundersøgelse af oral antikoagulationsterapi Clinical

More information

Building a portal for citizens in Norway with secure authentication and single sign on. Dag Efjestad

Building a portal for citizens in Norway with secure authentication and single sign on. Dag Efjestad Building a portal for citizens in Norway with secure authentication and single sign on Dag Efjestad Agenda Overview Authentication ID MyID solution Integration with MyID MyPage Norway 4.600.000 citizens

More information

Akustik Metode til beregning af forventet høretab forårsaget af støj

Akustik Metode til beregning af forventet høretab forårsaget af støj Dansk standard DS/ISO 1999 1. udgave 2014-06-26 Akustik Metode til beregning af forventet høretab forårsaget af støj Acoustics Estimation of noise-induced hearing loss DS/ISO 1999 København DS projekt:

More information

Skovbrugsmaskiner Sikkerhedskrav til og prøvning af motordrevne stangsave til beskæring Del 2: Maskiner med rygbåret energikilde

Skovbrugsmaskiner Sikkerhedskrav til og prøvning af motordrevne stangsave til beskæring Del 2: Maskiner med rygbåret energikilde Dansk standard DS/EN ISO 11680-2 3. udgave 2012-01-18 Skovbrugsmaskiner Sikkerhedskrav til og prøvning af motordrevne stangsave til beskæring Del 2: Maskiner med rygbåret energikilde Machinery for forestry

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

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

Tilstandsovervågning og diagnosticering af maskine Termografi Del 1: Generelle procedurer

Tilstandsovervågning og diagnosticering af maskine Termografi Del 1: Generelle procedurer Dansk standard DS/ISO 18434-1 1. udgave 2012-03-26 Tilstandsovervågning og diagnosticering af maskine Termografi Del 1: Generelle procedurer Condition monitoring and diagnostics of machines Thermography

More information

Ergonomi Fysisk miljø Anvendelse af internationale standarder for personer med særlige behov

Ergonomi Fysisk miljø Anvendelse af internationale standarder for personer med særlige behov Dansk standard DS/EN ISO 28803 1. udgave 2012-04-23 Ergonomi Fysisk miljø Anvendelse af internationale standarder for personer med særlige behov Ergonomics of the physical environment Application of international

More information

Naturgas Bestemmelse af sammensætning med defineret usikkerhed ved gaskromatografi Del 2: Usikkerhedsberegninger

Naturgas Bestemmelse af sammensætning med defineret usikkerhed ved gaskromatografi Del 2: Usikkerhedsberegninger Dansk standard DS/EN ISO 6974-2 2. udgave 2012-06-20 Naturgas Bestemmelse af sammensætning med defineret usikkerhed ved gaskromatografi Del 2: Usikkerhedsberegninger Natural gas Determination of composition

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

Informationsteknologi Personlig identifikation ISO-overensstemmende kørekort Del 2: Maskinlæsbare teknologier

Informationsteknologi Personlig identifikation ISO-overensstemmende kørekort Del 2: Maskinlæsbare teknologier Dansk standard Rettelsesblad DS/ISO/IEC 18013-2/Corr. 1 1. udgave 2012-01-25 Informationsteknologi Personlig identifikation ISO-overensstemmende kørekort Del 2: Maskinlæsbare teknologier Information technology

More information

Join af tabeller med SAS skal det være hurtigt?

Join af tabeller med SAS skal det være hurtigt? Join af tabeller med SAS skal det være hurtigt? Henrik Dorf, chefkonsulent, PS Commercial Join af tabeller Skal det være hurtigt kræver det Valgmuligheder Viden Eksperimenter Historien En af de første

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

COPYRIGHT Danish Standards Foundation. NOT FOR COMMERCIAL USE OR REPRODUCTION. DS/IEC/TR 80001-2-2:2012

COPYRIGHT Danish Standards Foundation. NOT FOR COMMERCIAL USE OR REPRODUCTION. DS/IEC/TR 80001-2-2:2012 DS-information DS/IEC/TR 80001-2-2 1. udgave 2012-09-14 Anvendelse af risikostyring inden for itnetværk indbefattende medicinsk udstyr Del 2-2: Vejledning ved offentliggørelse og formidling af sikkerhedsbehov,

More information

Facility management Del 7: Vejledning i benchmarking af præstationer

Facility management Del 7: Vejledning i benchmarking af præstationer Dansk standard DS/EN 15221-7 1. udgave 2012-11-06 Facility management Del 7: Vejledning i benchmarking af præstationer Facility Management Part 7: Guidelines for Performance Benchmarking DS/EN 15221-7

More information

Assessment of the technical dossier submitted under EFSA/GMO/NL/2011/91 for approval of transgenic soya event DAS-68416-4 from Dow AgroSciences LLC

Assessment of the technical dossier submitted under EFSA/GMO/NL/2011/91 for approval of transgenic soya event DAS-68416-4 from Dow AgroSciences LLC Assessment of the technical dossier submitted under EFSA/GMO/NL/2011/91 for approval of transgenic soya event DAS-68416-4 from Dow AgroSciences LLC Submitted to Direktoratet for Naturforvaltning by David

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

Informationsteknologi Prøvningsmetoder. (MRTD) og tilhørende udstyr Del 1: Fysiske prøvningsmetoder for pas (holdbarhed)

Informationsteknologi Prøvningsmetoder. (MRTD) og tilhørende udstyr Del 1: Fysiske prøvningsmetoder for pas (holdbarhed) Dansk standard DS/ISO/IEC 18745-1 1. udgave 2014-03-05 Informationsteknologi Prøvningsmetoder for maskinlæsbare rejsedokumenter (MRTD) og tilhørende udstyr Del 1: Fysiske prøvningsmetoder for pas (holdbarhed)

More information

<Matthías saga digitalis 6.0/>

<Matthías saga digitalis 6.0/> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

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

Vaskemaskiner til husholdningsbrug Metode til måling af reduktion af mikrobiel kontaminering

Vaskemaskiner til husholdningsbrug Metode til måling af reduktion af mikrobiel kontaminering DS-information DS/IEC PAS 62958:2015 1. udgave 2015-04-14 Vaskemaskiner til husholdningsbrug Metode til måling af reduktion af mikrobiel kontaminering Clothes washing machines for household use Method

More information

SAP Best Practices. Færdigpakket branchespecifik og brancheovergribende knowhow. Tilgængelighed for SAP-kunder og SAP-partnere

SAP Best Practices. Færdigpakket branchespecifik og brancheovergribende knowhow. Tilgængelighed for SAP-kunder og SAP-partnere SAP Best Practices Færdigpakket branchespecifik og brancheovergribende knowhow Tilgængelighed for SAP-kunder og SAP-partnere 1. Tilgængelighed af SAP Best Practices 2. Download af SAP Best Practices Tilgængelighed

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

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

Table of contents. 2. Technical details... 7 2.1. Protocols used... 7 2.2. Messaging security... 7 2.3. Encoding... 7 2.4. Input and output...

Table of contents. 2. Technical details... 7 2.1. Protocols used... 7 2.2. Messaging security... 7 2.3. Encoding... 7 2.4. Input and output... Table of contents Revision history... 3 Introduction... 4 1. Environments... 5 1.1. Test/ acceptance environment... 5 1.2. Production environment... 5 1.3. Methods... 5 1.3.1. DataRequest... 5 1.3.2. StandardDataRequest...

More information

Internet services in iphone Apps. Ole Gammelgaard Poulsen

Internet services in iphone Apps. Ole Gammelgaard Poulsen Internet services in iphone Apps Ole Gammelgaard Poulsen GeekNight Program My experiences with the iphone, the App Store and my apps. URL requests and fetching data asynchronously. Parsing XML and JSON.

More information

National strategi for Datamanagement Input fra Bevaring, Formidling og Genbrug. Birte Christensen-Dalsgaard Det Kongelige Bibliotek

National strategi for Datamanagement Input fra Bevaring, Formidling og Genbrug. Birte Christensen-Dalsgaard Det Kongelige Bibliotek National strategi for Datamanagement Input fra Bevaring, Formidling og Genbrug Birte Christensen-Dalsgaard Det Kongelige Bibliotek Disposition Hvad er forskningsdata Hvorfor skulle forskere være interesseret?

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

C a r d c o n d i t i o n s

C a r d c o n d i t i o n s C a r d t y p e s Du har vel hørt om pigen, som trådte på brødet for ikke at smudse sine sko, og hvor ilde de blev hun opklædt, hun været ude, så sagde godt så hun ud, og hovmoden tog til. Et årstid havde

More information

How To Price Power In Norsk

How To Price Power In Norsk Electricity consumption should there be a limit? Implications of people s attitudes for the development of sustainable pricing systems Behave Conference Hege Westskog and Tanja Winther Background for the

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

OPC unified architecture Del 10: Programmer

OPC unified architecture Del 10: Programmer Dansk standard DS/EN 62541-10 1. udgave 2012-11-14 OPC unified architecture Del 10: Programmer OPC unified architecture Part 10: Programs DS/EN 62541-10 København DS projekt: M251741 ICS: 35.080 Første

More information

1) Testing of general knowledge 25%. Each right question counts 1. Each wrong counts 0.5. Empty

1) Testing of general knowledge 25%. Each right question counts 1. Each wrong counts 0.5. Empty 1 Exam 2 The exam consists of four parts: 1) Testing of general knowledge 25%. Each right question counts 1. Each wrong counts 0.5. Empty counts zero. See below note about Task 1. 2) Planning 20%. All

More information

Introduktion til distribuerede systemer uge 37 - fil og webserver

Introduktion til distribuerede systemer uge 37 - fil og webserver Introduktion til distribuerede systemer uge 37 - fil og webserver Rune Højsgaard 090678 1. delsstuderende 13. september 2005 1 Kort beskrivelse Implementationen af filserver og webserver virker, men håndterer

More information

Student evaluation form

Student evaluation form Student evaluation form Back Number of respondents: 17 1. Multiple choice question Percentage Name of course: [Insert name of course here!] Course Objectives: [Insert course objectives (målbeskrivelse)

More information

TESTDATABASE. Deviations and Reporting

TESTDATABASE. Deviations and Reporting TESTDATABASE Deviations and Reporting FORORD I denne samlingen er det skripter som ble brukt for å opprette tabeller i test-database og fylle dem med fiktive data. Siden vi ikke fikk tilgang til CEMAsys

More information

Paller til materialehåndtering Fladpaller Del 1: Prøvningsmetoder

Paller til materialehåndtering Fladpaller Del 1: Prøvningsmetoder Dansk standard DS/EN ISO 8611-1 2. udgave 2012-12-12 Paller til materialehåndtering Fladpaller Del 1: Prøvningsmetoder Pallets for materials handling Flat pallets Part 1: Test methods DS/EN ISO 8611-1

More information

Introduktion til.net 3.0. Nikolaj Winnes <nikolajw@microsoft.com> Developer & Platform Strategy Microsoft Danmark

Introduktion til.net 3.0. Nikolaj Winnes <nikolajw@microsoft.com> Developer & Platform Strategy Microsoft Danmark Introduktion til.net 3.0 Nikolaj Winnes Developer & Platform Strategy Microsoft Danmark Agenda.NET 3.0 Andre nyheder Tilbud for udviklere Sådan får du hjælp Q & A, diskussion Windows

More information

Omkostnings- og investeringsteori Efterår 2009 Opgaver

Omkostnings- og investeringsteori Efterår 2009 Opgaver Omkostnings- og investeringsteori Efterår 2009 Opgaver Jonas Sveistrup Hansen - stud.merc.it 23. september 2009 1 Indhold 1 2-27 p. 76 - Identifying Cost Drivers 3 2 2-46 p. 81- Basic Relationship, Restaurant

More information

How to Use Print from E-mail Register the printer

How to Use Print from E-mail Register the printer How to Use Print from E-mail Register the printer 1 Registering the printer to Print from E-mail Register your printer to Print from E-mail in three steps below. When the printer is properly registered,

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

HireDesk API V1.0 Developer s Guide

HireDesk API V1.0 Developer s Guide HireDesk API V1.0 Developer s Guide Revision 1.4 Talent Technology Corporation Page 1 Audience This document is intended for anyone who wants to understand, and use the Hiredesk API. If you just want to

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

Praksis inden for elektronisk fakturering i EU

Praksis inden for elektronisk fakturering i EU DS-information DS/CWA 16463 1. udgave 2012-06-28 Praksis inden for elektronisk fakturering i EU Code of Practice for Electronic Invoicing in the European Union DS/CWA 16463 København DS projekt: M263481

More information

Velkommen til å møte eksperter fra ISO 20022 Registration Management Group 16. November 2011, kl 14.30 16.30. Grand Hotel, Oslo

Velkommen til å møte eksperter fra ISO 20022 Registration Management Group 16. November 2011, kl 14.30 16.30. Grand Hotel, Oslo Velkommen til å møte eksperter fra ISO 20022 Registration Management Group 16. November 2011, kl 14.30 16.30 Grand Hotel, Oslo Standard Norge og SWIFT NNG inviterer til informasjonsmøte om ISO 20022 ISO

More information

Affiliate SOAP-API. Content:

Affiliate SOAP-API. Content: Affiliate SOAP-API Content: QualityClick SOAP-API Documentation - URI - Method - Authentication - Description of the SOAP-Service - Search transaction data - Request statistics - Response values of SOAP

More information

Research on the Danish heroin assisted treatment programme

Research on the Danish heroin assisted treatment programme Research on the Danish heroin assisted treatment programme Katrine Schepelern Johansen Anthropologist, PhD Post.doc, Department of Anthropology, University of Copenhagen Treatment with heroin in Denmark

More information