Sorting support Interface documentation. Version 1.0

Size: px
Start display at page:

Download "Sorting support Interface documentation. Version 1.0"

Transcription

1 Sorting support Interface documentation Version 1.0

2 : Date: Page 2 av 14 Revision history Version Date Comments created

3 : Date: Page 3 av 14 TABLE OF CONTENTS REVISION HISTORY SORTING SUPPORT REQUEST WITH HQF... FEL! BOKMÄRKET ÄR INTE DEFINIERAT. 2.1 General variables... Fel! Bokmärket är inte definierat address by zip number Office number by zip number REQUEST WITH XML... FEL! BOKMÄRKET ÄR INTE DEFINIERAT. 3.1 General variables... Fel! Bokmärket är inte definierat address via zip number... Fel! Bokmärket är inte definierat. 3.3 Office number via zip number... Fel! Bokmärket är inte definierat. 4 ERROR CODES TABLE OF OFFICE NUMBERS... 14

4 : Date: Page 4 av 14 1 Sorting support The service gives external customers the possibility to connect to Schenker s system and with a zip code get address or office number to the district office who is responsible for the specified zip code. The interface supports two methods: Searching for address by zip code and searching for office number by zip code. The service can be invoked by httprequest using XML or HQF (http Query Format) and can also be returned in these two formats. Examples of requests and responses for both ways can be found in this document. Figure 1 Flow chart of the service For further information of how Schenker s online services are built and should be invoked we recommend reading our separate introduction. URL to use:

5 : Date: Page 5 av 14 2 General variables/nodes The general variables exist to administrate the communication and are joint for all communication. The general variables are: request, response and system. The variable data_list is a vector of information with the message itself and is specific per method. For XML it will be <request>, <response>, <system> and <data_list> which consists of <data index=? > nodes with the message information. An XML document can only contain one top node and se we enclose the above mentioned nodes with <xml>. A request will thus have the following structure: <?xml version= 1.0?> <xml> <request>...</request> <response>...</response> <system>...</system> <data_list> <data index= 0 >...</data> </data_list> </xml> The title M symbolizes mandatory field. 2.1 Request Contains information sent to the service. The request can be done in two ways. Either searching for address by zip code ( ) or searching for office number by zip code (office). Add prefix request. to the variables if using HQF or place the nodes under <xml><request> if using XML. Name hqf Name - xml O Type Standard Explanation service.action <action> O String WDR Value select service.method <method> O String WDR Value or office Specifies request format.mime <format><mime> O String WDR Value text/xml or text/plain desired response format 2.2 Response Contains information received from the service. Is found after prefix response. If using HQF or under <xml><response> if using XML. Name - hqf Name - xml O Type Standard Explanation service.name <name> O String WDR Value MailFormManager Name of the service. service.version <version> O String WDR Version nummer (2.0) data_list_count <data_list_count> O Int WDR Number of items in the data_list

6 : Date: Page 6 av System Contains error code generated from the system. For HQF system.error.id=0 means OK. For XML <system><error><id>0</id></error></system> means OK. Also contains statistic variables to the system. Add prefix system. if using HQF or place the nodes under <xml><system> if using XML. Name hqf Name - xml O Type Standard Explanation error.id <error><id> O Int WDR Error code error.id = 0 means OK error.message <error><message> String WDR Error message statistics.remote.country _code statistics.remote.send_d ata_format statistics.remote.access _type statistics.remote.admin_ e_mail statistics.remote.applicat ion_name statistics.user.organizati on_id statistics.user.language_ code <statistics><remote><count ry_code> <statistics><remote><send _data_format> <statistics><remote><acce ss_type> <statistics><remote><admi n_e_mail> <statistics><remote><appli cation_name> <statistics><user><organiz ation_id> <statistics><user><languag e_code> String WDR Country code for client, ex. se or us String WDR Clients way of sending the request, xml or hqf (Http Query Format) String WDR Clients request type, A (browser) String WDR address to the clients administrator String WDR Clients page or module which sends the request String WDR Clients VAT-number or Organisation number String WDR Languagecode for client, ex. sv_se

7 : Date: Page 7 av address by zip number This service returns address to customer services from office connected to specified zip number. 3.1 Request Contains information sent to the service. HQF Request on request.service.method= Add prefix data_list.0. to variable. XML Request on ... <request> <method> </method> </request>... Place the node under <xml><data_list><data index= 0 >. Name hqf Name - xml O Type Standard Explanation consignee_zip_number <consignee_zip_number> O String NAD CN DE 3251 Zip number search refer to. Example URL for search of address by zip number with HQF, response in XML: uest.service.method= &system.statistics.remote.country_code=se&system.statistics.remote.s end_data_format=text/xml&system.statistics.remote.access_type=a&system.statistics.remote.ad min_e_mail=admin@test.se&system.statistics.remote.application_name=web2&system.statistics. user.organization_id= &system.statistics.user.language_code=sv_se&data_list.0.consi gnee_zip_number=43430&request.format.mime=text/xml Example URL for search of address by zip number with HQF, response in text: uest.service.method= &system.statistics.remote.country_code=se&system.statistics.remote.s end_data_format=text/xml&system.statistics.remote.access_type=a&system.statistics.remote.ad min_e_mail=admin@test.se&system.statistics.remote.application_name=web2&system.statistics. user.organization_id= &system.statistics.user.language_code=sv_se&data_list.0.consi gnee_zip_number=43430&request.format.mime=text/plain Example URL search of address by zip number with XML, response in XML format:

8 : Date: Page 8 av 14 <?xml version="1.0" encoding="iso "?> <xml> <request> <format> <mime>text%2fxml</mime> </format> <action>select</action> <method> </method> </request> <system> <statistics> <remote> <country_code>se</country_code> <send_data_format>text%2fxml</send_data_format> <admin_e_mail>admin@test.se</admin_e_mail> <access_type>a</access_type> <application_name>web2</application_name> </remote> <user> <organization_id> </organization_id> <language_code>se</language_code> </user> </statistics> </system> <data_list> <data index="0"> <consignee_zip_number>40010</consignee_zip_number> </data> </data_list> </xml> Example URL search of address by zip number with XML, response in text format: <?xml version="1.0" encoding="iso "?> <xml> <request> <format> <mime>text%2fplain</mime> </format> <action>select</action> <method> </method> </request> <system> <statistics> <remote> <country_code>se</country_code> <send_data_format>text%2fxml</send_data_format> <admin_e_mail>admin@test.se</admin_e_mail> <access_type>a</access_type> <application_name>web2</application_name>

9 : Date: Page 9 av 14 </remote> <user> <organization_id> </organization_id> <language_code>se</language_code> </user> </statistics> </system> <data_list> <data index="0"> <consignee_zip_number>40010</consignee_zip_number> </data> </data_list> </xml> 3.2 Response Contains information received from the service. HQF Add prefix data_list.0. to variables. XML Place nodes under <xml><data_list><data index= 0 >. Name hqf Name -xml O Type Standard Explanation < > String address to customer services Exemple response in XML format: <?xml version="1.0" encoding="iso "?> <xml> <data_list> <data index="0"> < > test@test.test</ > </data> </data_list> <response> <name>mailformmanager</name> <version>2.0</version> <api_version>1.0</api_version> <data_list_count>1</data_list_count> </response> <system> <error> <id>0</id> </error> </system> <page_name /> </xml> Example response in text format: system.error.id=0& response.service.version=2.0&

10 : Date: Page 10 av 14 response.service.name=mailformmanager& response.data_list_count=1& response.service.api_version=1.0& data_list.0. = test%40test.test 4 Office number by zip number This service returns office number from specified zip number. 4.1 Request Contains information sent to the service. HQF Request on office: request.service.method=office. Add prefix data_list.0. to variables. XML Request on office:... <request> <method>office</method> </request>... Place nodes under <xml><data_list><data index= 0 > Name - hqf Name xml O Type Standard Explanation consignee_zip_number <consignee_zip_number> O String NAD CN DE 3251 Zip number search refer to. Example URL search of office number by zip number with HQF, response in XML format: uest.service.method=office&statistics.remote.country_code=se&statistics.remote.send_data_form at=text/xml&statistics.remote.access_type=a&statistics.remote.admin_e_mail=admin@test.se&st atistics.remote.application_name=web2&statistics.user.organization_id= &statistics.use r.language_code=sv_se&data_list.0.consignee_zip_number=43430&request.format.mime=text/x ml Example URL search of office number by zip number with HQF, response in text format: uest.service.method=office&statistics.remote.country_code=se&statistics.remote.send_data_form at=text/plain&statistics.remote.access_type=a&statistics.remote.admin_e_mail=admin@test.se&s tatistics.remote.application_name=web2&statistics.user.organization_id= &statistics.us

11 : Date: Page 11 av 14 er.language_code=sv_se&data_list.0.consignee_zip_number=43430&request.format.mime=text/p lain Example URL search of office number by zip number with XML, response in XML format: <?xml version="1.0" encoding="iso "?> <xml> <request> <format> <mime>text%2fxml</mime> </format> <action>select</action> <method>office</method> </request> <system> <statistics> <remote> <country_code>se</country_code> <send_data_format>text%2fxml</send_data_format> <access_type>a</access_type> <application_name>web2</application_name> </remote> <user> <organization_id> </organization_id> <language_code>se</language_code> </user> </statistics> </system> <data_list> <data index="0"> <consignee_zip_number>43430</consignee_zip_number> </data> </data_list> </xml> Example URL search of office number by zip number with XML, response in text format: <?xml version="1.0" encoding="iso "?> <xml> <request> <format> <mime>text%2fxml</mime> </format> <action>select</action> <method>office</method> </request> <system> <statistics> <remote> <country_code>se</country_code>

12 : Date: Page 12 av 14 <send_data_format>text%2fplain</send_data_format> <access_type>a</access_type> <application_name>web2</application_name> </remote> <user> <organization_id> </organization_id> <language_code>se</language_code> </user> </statistics> </system> <data_list> <data index="0"> <consignee_zip_number>43430</consignee_zip_number> </data> </data_list> </xml> 4.2 Response Information returned from the service. HQF Addera prefixet data_list.n. till variablerna, där n är ett index mellan XML <data> noderna ligger under <xml><data_list>. För varje sänding finns en <data index=? > nod med index 0-49 Name - hqf Name - xml O Type Standard Explanation office <office> String Office number Example of response in XML format: <?xml version="1.0" encoding="iso "?> <xml> <data_list> <data index="0"> <office>158</office> </data> </data_list> <response> <name>mailformmanager</name> <version>2.0</version> <api_version>1.0</api_version> <data_list_count>1</data_list_count> </response> <system> <error>

13 : Date: Page 13 av 14 <id>0</id> </error> </system> <page_name /> </xml> Example of response in text format: system.error.id=0& response.service.version=2.0& response.service.name=mailformmanager& response.data_list_count=1& response.service.api_version=1.0& data_list.0.office= 158

14 : Date: Page 14 av 14 5 Error codes The following error codes exist in the service: Error code Description Explanation 210 Invalid data Value not supported entered. 302 Illegal value Invalid value entered. 304 Mandatory information is missing Mandatory in data missing. 507 Internal server error Miscellaneous errors. E.g. database connection could not been established. 6 Table of office numbers 430 Borlänge 356 Linköping 448 Vänersborg 190 Borås 513 Luleå 604 Värnamo 455 Gävle 174 Malmö 638 Västerås 158 Göteborg 281 Nybro 653 Växjö 3848 Halmstad 679 Skara 422 Örebro 224 Helsingborg 372 Skellefteå 745 Örnsköldsvik 463 Hultsfred 125 Stockholm 661 Östersund 3426 Jönköping 943 Stockholm Coldsped 4770 Karlshamn 380 Sundsvall 315 Karlstad 414 Umeå 4721 Kristianstad 596 Visby

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

Search invoice API. Version 5.1

Search invoice API. Version 5.1 Search invoice API Version 5.1 : Date: 2010-12-06 Sida 2 av 20 Revision history Version Date Comments 5.1 2010-12-06 Added information regarding e-service authentication including link to application form.

More information

Price Online Sweden API. Version 2.8

Price Online Sweden API. Version 2.8 Price Online Sweden API Version 2.8 Date: 2010-01-12 Sida 2 av 17 Revision history Version Date Comments 2.8 2009-12-22 Chges according to Prisfrågas förvaltningspaket 2009. Budget is no longer a valid

More information

Price Online Sweden API. Version 3.0

Price Online Sweden API. Version 3.0 Price Online Sweden API Version 3.0 Date: 2012-02-13 Sida 2 av 20 TABLE OF CONTENTS 1. PRICE ONLINE SWEDEN 3 2. GENERAL VARIABLES/NODES 4 2.1 REQUEST 4 2.2 RESPONSE 4 2.3 SYSTEM 5 3. MESSAGE IFTMIN REQUEST

More information

Price Online Sweden API. Version 4.00

Price Online Sweden API. Version 4.00 Price Online Sweden API Version 4.00 Date: 2015-02-02 Sida 2 av 19 TABLE OF CONTENTS 1. PRICE ONLINE SWEDEN 3 2. GENERAL VARIABLES/NODES 4 2.1 REQUEST 4 2.2 RESPONSE 4 2.3 SYSTEM 5 3. MESSAGE IFTMIN REQUEST

More information

Unionen s income protection insurance. Security even when you are out of work

Unionen s income protection insurance. Security even when you are out of work Unionen s income protection insurance Security even when you are out of work BRIEF FACTS The obligatory income protection insurance is included in your fee and is valid for: gainfully employed members

More information

Performance indicators, quality benchmarking and cost/ efficiency of emergency services. Gunnar Bergström SOS Alarm, Sweden

Performance indicators, quality benchmarking and cost/ efficiency of emergency services. Gunnar Bergström SOS Alarm, Sweden Performance indicators, quality benchmarking and cost/ efficiency of emergency services Gunnar Bergström SOS Alarm, Sweden SHORT INFO SOS Alarm is owned by the Government and the Swedish Association of

More information

Katrineholm Logistics Centre An accommodating solution for transport, warehousing and logistics

Katrineholm Logistics Centre An accommodating solution for transport, warehousing and logistics Katrineholm Logistics Centre An accommodating solution for transport, warehousing and logistics An initiative based on environmental responsibility at one of Sweden s best transport locations Kiruna Katrineholm

More information

Swedish Clusters. Sweden: Clusters in Focus

Swedish Clusters. Sweden: Clusters in Focus Göran Lindqvist Anders Malmberg Örjan Sölvell CIND, Uppsala University in cooperation with Professor Michael E. Porter ISC, Harvard Business School 1 Sweden: Clusters in Focus New organisations Special

More information

How dedicated HS-lines will affect. network

How dedicated HS-lines will affect. network How dedicated HS-lines will affect capacity on the conventional network Bo-Lennart, NELLDAL 12 th July 2012, Session: Operation 3 - Capacity Content Rail system in Sweden Rail development in Sweden Plans

More information

The first Swedish media operator. Anna Rolén - Project Director digital tv switch-over

The first Swedish media operator. Anna Rolén - Project Director digital tv switch-over The first Swedish media operator Anna Rolén - Project Director digital tv switch-over DTT-Agenda Teracom today DTT network DTT market Regulators Milestones Switch over Process Success factors DIGITAL-TV

More information

Court statistics 2013 Official statistics of Sweden

Court statistics 2013 Official statistics of Sweden Court statistics 2013 Official statistics of Sweden 551 81 Jönköping Visiting address: Kyrkogatan 34 Telephone: +46-36-15 53 00 Fax: +46-36-16 57 21 domstolsverket@dom.se www.domstol.se Opening hours:

More information

Gröna Tåget [grœ:na 'tɔ:gɛt] to make train travel more attractive

Gröna Tåget [grœ:na 'tɔ:gɛt] to make train travel more attractive Gröna Tåget [grœ:na 'tɔ:gɛt] to make train travel more attractive Oskar Fröidh Royal Institute of Technology (KTH) Stockholm, January 25, 2012 What are specific Nordic conditions? Harsh winters Elks and

More information

BIOGAS PRODUCTION AND USAGES IN SWEDEN

BIOGAS PRODUCTION AND USAGES IN SWEDEN BIOGAS PRODUCTION AND USAGES IN SWEDEN Martin Fransson, 2014-02-12 COMPANY PRESENTATION Consultant company with engineering and environmental specialists Unique expert knowledge in biogas systems Office

More information

&UniversityColleges. Swedish Universities. Swedish Universities & University Colleges 1998 SHORT VERSION OF ANNUAL REPORT

&UniversityColleges. Swedish Universities. Swedish Universities & University Colleges 1998 SHORT VERSION OF ANNUAL REPORT Swedish Universities &UniversityColleges Swedish Universities & University Colleges 1998 SHORT VERSION OF ANNUAL REPORT Table SWEDISH UNIVERSITIES AND UNIVERSITY COLLEGES 1998 COVER PHOTO: The Stockholm

More information

Fast transport of part loads

Fast transport of part loads DB SCHENKERdirect Fast transport of part loads Global network DB SCHENKERdirect in brief The fastest route to the consignee Custom solutions How to contact us at Schenker Schenker AB strong player in a

More information

Airport Charges. Airport Charges for Swedavia AB.

Airport Charges. Airport Charges for Swedavia AB. Airport Charges Airport Charges for Swedavia AB. Valid for aircraft with an authorised MTOW less than 5,700 kg. Valid from April 1, 2015. Appendix 2 to Conditions of Services, Swedavia AB Contents 1 General...

More information

LIST OF ATTORNEYS AND RELATED FIRMS - SWEDEN

LIST OF ATTORNEYS AND RELATED FIRMS - SWEDEN AMERICAN EMBASSY STOCKHOLM SWEDEN LIST OF ATTORNEYS AND RELATED FIRMS - SWEDEN Consular district: Sweden TABLE OF CONTENTS COVER SHEET - Table of Contents Notes 1 INTRODUCTION - Banks Notaries Public 2

More information

Borås First Hotel Grand Agreement with sport life (reduced price for members)

Borås First Hotel Grand Agreement with sport life (reduced price for members) FIRST MEMBER FITNESS FACILITIES SWEDEN Alingsås First Hotel Grand Hotel gym Borlänge First Hotel Brage None Borås First Hotel Grand Agreement with sport life (reduced price for Enköping First Hotel Park

More information

Gröna Tåget Developing an attractive and efficient high-speed train concept for the Scandinavian market

Gröna Tåget Developing an attractive and efficient high-speed train concept for the Scandinavian market Gröna Tåget Developing an attractive and efficient high-speed train concept for the Scandinavian market Evert Andersson, KTH Aeronautical & Vehicle engineering KTH Transport Day, 30 November 2011 Partners

More information

Reliable transport of groupage cargo

Reliable transport of groupage cargo DB SCHENKERsystem Reliable transport of groupage cargo Global network DB SCHENKERsystem in brief Smart, simple and efficient Custom solutions How to contact us at Schenker Schenker AB strong player in

More information

Eligible master s level programs for the Visby Program Swedish Institute Baltic Sea Region Exchange Program

Eligible master s level programs for the Visby Program Swedish Institute Baltic Sea Region Exchange Program Eligible master s level programs for the Visby Program Swedish Institute Baltic Sea Region Exchange Program University in Sweden Name of the master program Code of the master program Blekinge Institute

More information

Scope of accreditation

Scope of accreditation Den ackrediterade OFP verksamhet kan utföras både i Dekras egna lokaler samt i fält. De egna lokalerna finns på följande platser: / The accredited NDT activities can be performed both at Dekras permanent

More information

Land surveyor or urban/land developer?

Land surveyor or urban/land developer? Building Capacity Diversification of the Swedish Land Surveying Educations Klas Ernald Borges PhD, Director of Studies, MSc Programme in Land Surveying and Management Lund University Leif Eidenstedt Senior

More information

Annual Report 2009 The LFV Group. Swedish Airports and Air Navigation Services

Annual Report 2009 The LFV Group. Swedish Airports and Air Navigation Services Annual Report 2009 The LFV Group Swedish Airports and Air Navigation Services This is LFV THE LFV GROUP consists of the State enterprise (Luftfartsverket) and its subsidiaries and associated companies.

More information

Nationella FOTLEDSregistret. www.swedankle.se. Malmö, July 1 2014

Nationella FOTLEDSregistret. www.swedankle.se. Malmö, July 1 2014 1 Nationella FOTLEDSregistret www.swedankle.se Annual report for 2013 Malmö, July 1 2014 ISSN: 2001-6697 Ansvarig utgivare: Åke Carlsson Dept. of Orthopaedics Skånes universitetssjukhus, 205 02 MALMÖ.

More information

Certificate No. 2004-SKM-AQ-1970 / 2004-SKM-AE-781/ 106709-2011-AHSO-SWE-SWEDAC. This is to certify that. Skanska Sverige AB SWEDEN

Certificate No. 2004-SKM-AQ-1970 / 2004-SKM-AE-781/ 106709-2011-AHSO-SWE-SWEDAC. This is to certify that. Skanska Sverige AB SWEDEN DNV BUSINESS ASSURANCE MANAGEMENT SYSTEM CERTIFICATE Certificate No. 2004-SKM-AQ-1970 / 2004-SKM-AE-781/ 106709-2011-AHSO-SWE-SWEDAC This is to certify that Skanska Sverige AB has been found to conform

More information

Eligible Master Programmes for the Swedish Institute Visby Programme - the Academic Year 2014/2015 University Name of Master Programme Application

Eligible Master Programmes for the Swedish Institute Visby Programme - the Academic Year 2014/2015 University Name of Master Programme Application Eligible Master Programmes for the Swedish Institute Visby Programme - the Academic Year 2014/2015 University Name of Master Programme Application Code Credits Blekinge Institute of Technology Computer

More information

Response to questionnaire for: Assessment of strategic plans and policy measures on Investment and Maintenance in Transport Infrastructure.

Response to questionnaire for: Assessment of strategic plans and policy measures on Investment and Maintenance in Transport Infrastructure. Response to questionnaire for: Assessment of strategic plans and policy measures on Investment and Maintenance in Transport Infrastructure Country: Sweden 1 INTRODUCTION Capacity deficiencies are evident

More information

Film for joy and learning. film education in sweden

Film for joy and learning. film education in sweden Film for joy and learning film education in sweden FILM FOR JOY AND LEARNING Preface 4 The role of the moving image in pre-schools and schools 9 Emphasis on film and media 9 Pupil-teacher collaboration

More information

Ange om en aktivitet har medfört att en tjänsteresa har utförts med flyg under 2013, och i sådana fall antal gånger.

Ange om en aktivitet har medfört att en tjänsteresa har utförts med flyg under 2013, och i sådana fall antal gånger. Institutionen för lingvistik - Survey of travel at SU for 2013 Answer Count: 16 Ange om en aktivitet har medfört att en tjänsteresa har utförts med flyg under 2013, och i sådana fall antal gånger. Specify

More information

Facts and figures Stockhom Arlanda Airport 2010

Facts and figures Stockhom Arlanda Airport 2010 Facts and figures Stockhom Arlanda Airport 20 Contents Short facts 20............................................................................... 3 Accessibility...................................................................................

More information

Railway traffic planning - Activities at dep of Transport & Logistics

Railway traffic planning - Activities at dep of Transport & Logistics Railway traffic planning - Activities at dep of Transport & Logistics KTH Railway Group Bo-Lennart Nelldal Professor PhD 2011-05-05 KTH Railway Group - System approach Revenue Profitability Competition/

More information

NU 15 Online Education for International Positioning

NU 15 Online Education for International Positioning Page 1 (9) CALL FOR PROPOSALS NU 15 Online Education for International Positioning PLANNING GRANT FOR STRATEGY DEVELOPMENT The objective for the programme Online Education for International Positioning

More information

Stability of college rankings

Stability of college rankings Marie Gartell Stability of college rankings A study of relative earnings estimates applying different methods and models on Swedish data Arbetsrapport/Institutet för Framtidsstudier 2009:16 ISSN: 1652-120X

More information

Tuition fees at LU/Richard Stenelo 2015 EDUCATION, RESEARCH AND COLLABORATION SINCE 1666

Tuition fees at LU/Richard Stenelo 2015 EDUCATION, RESEARCH AND COLLABORATION SINCE 1666 Tuition fees at LU/Richard Stenelo 2015 EDUCATION, RESEARCH AND COLLABORATION SINCE 1666 The world is a book and he who stays at home read only one page Augustine of Hippo, 3 November 354 28 August 430

More information

PUBLICATION 2007:9. Transport of Goods through Skåne and Blekinge SUMMARY OF MAIN REPORT

PUBLICATION 2007:9. Transport of Goods through Skåne and Blekinge SUMMARY OF MAIN REPORT PUBLICATION 2007: Transport of Goods through Skåne and Blekinge SUMMARY OF MAIN REPORT Title: Transport of Goods through Skåne and Blekinge Summary of main report Swedish Road Administration s publication

More information

Tuition fees at LU/Richard Stenelo 2015 EDUCATION, RESEARCH AND COLLABORATION SINCE 1666

Tuition fees at LU/Richard Stenelo 2015 EDUCATION, RESEARCH AND COLLABORATION SINCE 1666 Tuition fees at LU/Richard Stenelo 2015 EDUCATION, RESEARCH AND COLLABORATION SINCE 1666 An international University Exchange students Outgoing 1 180 Incoming 2 120 Other international students: 3 300

More information

Eligible Master Programmes for the Swedish Institute (SI) Visby Programme - the Academic Year 2015/2016

Eligible Master Programmes for the Swedish Institute (SI) Visby Programme - the Academic Year 2015/2016 University Eligible Master Programmes for the Swedish Institute (SI) Visby Programme - the Academic Year 2015/2016 Name of Master Programme Application Code Blekinge Institute of Technology Mobile and

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

GuldAdam Holding AB Denmark / Sweden / Norway - Estonia

GuldAdam Holding AB Denmark / Sweden / Norway - Estonia GuldAdam Holding AB Denmark / Sweden / Norway - Estonia David Aspehult, CEO GuldAdam Holding AB VET DU HUR MYCKET DITT GULD ÄR VÄRT? Kom till GuldAdam och få en gratis värdering av dina gamla guldsmycken.

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

Cohousing in Sweden for the second half of life

Cohousing in Sweden for the second half of life Cohousing in Sweden for the second half of life Kerstin Kärnekull, Sweden Architect, chairman Färdknäppen, member of the research group Living in community Cohousing in Sweden Collective housing since

More information

Følgende slides viser hovedtendenserne indenfor biogasudviklingen I Europa. se også www.bio-methaneregions.eu www.biomethan.dk

Følgende slides viser hovedtendenserne indenfor biogasudviklingen I Europa. se også www.bio-methaneregions.eu www.biomethan.dk Introduktion til Biometan Regions indtryk fra Part 1 Treforest, South Wales in Maj 2011 Part 2 København, Denmark in November 2011 Følgende slides viser hovedtendenserne indenfor biogasudviklingen I Europa.

More information

Wood Construction program in Sweden

Wood Construction program in Sweden Wood Construction program in Sweden Ingemar Ekdahl Swedish Federation of Wood and Furniture Industry Winner of Best Photo 2006 The big innovation: A revolutionary material production process Comparative

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

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

Tracking API. Version 1.72

Tracking API. Version 1.72 Tracking API Version 1.72 : Date: 2015-03-06 Page 2 av 9 Revision history Version Date Comments 1.0 2002-12-05 created. 1.1 2009-06-01 Uppdated with new URL and requirements of authentication. New variables

More information

IP Phone Services Configuration

IP Phone Services Configuration CHAPTER 96 Using Cisco Unified Communications Manager Administration, you define and maintain the list of IP phone services to which users can subscribe at their site. IP phone services comprise XML applications

More information

Tack för Kick uppmärksamheten! Experiences from. How to build a cluster within biogas as vehicle fuel

Tack för Kick uppmärksamheten! Experiences from. How to build a cluster within biogas as vehicle fuel Tack för Kick uppmärksamheten! Off Biogas Väst Experiences from Biogas Väst Göteborg 26 januari 2010 How to build a cluster within biogas as vehicle fuel Bernt Hans Larsson Svensén Business Biogas Region

More information

Wood Construction program in Sweden

Wood Construction program in Sweden Wood Construction program in Sweden We give up Mogens Glistrup Niclas Svensson Swedish Wood Construction Council Forests In our minds for recreation and production of wood/paper/energy but also modern

More information

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

SAS Data Integration SAS Business Intelligence

SAS Data Integration SAS Business Intelligence Kursöversikt 2010 SAS Education Providing knowledge through global training and certification SAS Data Integration SAS Business Intelligence Specialkurser SAS Forum 2010 Kontaktinformation Stora Frösunda

More information

Repetition inför tentan. Kommunikation. Infrastruktur. ÖP 13-17 Inga hjälpmedel. v v v

Repetition inför tentan. Kommunikation. Infrastruktur. ÖP 13-17 Inga hjälpmedel. v v v Repetition inför tentan v v v ÖP 13-17 Inga hjälpmedel Kommunikation Infrastruktur 1 Skalbarhet När det inte går bra Organisation 2 Illvilja Repetition inför tentan Tentan hur kommer den att bli? 13-17

More information

Pre-authentication XXE vulnerability in the Services Drupal module

Pre-authentication XXE vulnerability in the Services Drupal module Pre-authentication XXE vulnerability in the Services Drupal module Security advisory 24/04/2015 Renaud Dubourguais www.synacktiv.com 14 rue Mademoiselle 75015 Paris 1. Vulnerability description 1.1. The

More information

Presentation in Riga and Tallinn, May 2006

Presentation in Riga and Tallinn, May 2006 Presentation in Riga and Tallinn, May 2006 Niclas Svensson Swedish Wood Construction Council Swedish Wood Construction Council Developing modern Wood Constructions in Sweden What Forests means is today

More information

months free! save up to 3sek 675 Unionen s income protection insurance Security even when you are out of work

months free! save up to 3sek 675 Unionen s income protection insurance Security even when you are out of work months free! save up to 3sek 675 Unemployment benefit contributions and club membership fees apply. Unionen s income protection insurance Security even when you are out of work BRIEF FACTS The obligatory

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

Getting started with OWASP WebGoat 4.0 and SOAPUI.

Getting started with OWASP WebGoat 4.0 and SOAPUI. Getting started with OWASP WebGoat 4.0 and SOAPUI. Hacking web services, an introduction. Version 1.0 by Philippe Bogaerts Philippe.Bogaerts@radarhack.com www.radarhack.com Reviewed by Erwin Geirnaert

More information

Eligible Master Programmes for the Swedish Institute (SI) Study Scholarships - the Academic Year 2016/2017

Eligible Master Programmes for the Swedish Institute (SI) Study Scholarships - the Academic Year 2016/2017 University Eligible Master Programmes for the Swedish Institute (SI) Study Scholarships - the Academic Year 2016/2017 Name of Master Programme Application Code Blekinge Institute of Technology Computer

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft IIS Prerequisites and configuration

More information

QIWI Wallet Pull Payments API

QIWI Wallet Pull Payments API QIWI Wallet QIWI Wallet Pull Payments API Version 2.1 Table of contents 1. Introduction... 2 1.1. Purpose of the API... 2 1.2. Things to Know About QIWI Wallet... 2 2. QIWI Wallet Interface... 3 2.1. Creating

More information

Installation Procedure SSL Certificates in IIS 7

Installation Procedure SSL Certificates in IIS 7 Installation Procedure SSL Certificates in IIS 7 This document will explain the creation and installation procedures for enabling an IIS website to use Secure Socket Layer (SSL). Check IIS for existing

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

Karlskrona in figures

Karlskrona in figures Karlskrona in figures Statistics and facts about Karlskrona What does the business community look like in Karlskrona and how have tax revenues been utilised? How many Karlskrona residents are there? This

More information

SAS Education Providing knowledge through global training and certification. SAS Foundation. Kursöversikt 2010

SAS Education Providing knowledge through global training and certification. SAS Foundation. Kursöversikt 2010 Kursöversikt 2010 SAS Education Providing knowledge through global training and certification SAS Foundation SAS Forum 2010 och specialkurser SAS Master Class Kontaktinformation Stora Frösunda Gård Box

More information

Projektplanering Arkitekter AB Leading leisurebath architects.

Projektplanering Arkitekter AB Leading leisurebath architects. Projektplanering Arkitekter AB Leading leisurebath architects. The office have during the 80:s and 90:s through an extensive design of leisurebaths acciured a great knowledge, based on experience in this

More information

Using Form Scripts in WEBPLUS

Using Form Scripts in WEBPLUS Using Form Scripts in WEBPLUS In WEBPLUS you have the built-in ability to create forms that can be sent to your email address via Serif Web Resources. This is a nice simple option that s easy to set up,

More information

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5 DEPLOYMENT GUIDE Version 1.1 Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Citrix Presentation Server Prerequisites

More information

<Insert Picture Here> Oracle Web Cache 11g Overview

<Insert Picture Here> Oracle Web Cache 11g Overview Oracle Web Cache 11g Overview Oracle Web Cache Oracle Web Cache is a secure reverse proxy cache and a compression engine deployed between Browser and HTTP server Browser and Content

More information

13. Single Bets General Rules. 13.1 Placing or Annulment of Bets. 13.2 Joint Betting Objects. 13.3 Refund

13. Single Bets General Rules. 13.1 Placing or Annulment of Bets. 13.2 Joint Betting Objects. 13.3 Refund 13. Single Bets General Rules 13.1 Placing or Annulment of Bets 13.1.1. Bets may not be placed or annulled after the valid start of the race. ATG or MALTCO LOTTERIES Limited may also fix earlier deadlines

More information

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010 DEPLOYMENT GUIDE Version 2.1 Deploying F5 with Microsoft SharePoint 2010 Table of Contents Table of Contents Introducing the F5 Deployment Guide for Microsoft SharePoint 2010 Prerequisites and configuration

More information

Module 9 Ad Hoc Queries

Module 9 Ad Hoc Queries Module 9 Ad Hoc Queries Objectives Familiarize the User with basic steps necessary to create ad hoc queries using the Data Browser. Topics Ad Hoc Queries Create a Data Browser query Filter data Save a

More information

The success of biomethane in Sweden

The success of biomethane in Sweden The success of biomethane in Sweden Sustainable Transport - for better air quality and reduced greenhouse gases London, 21 May 2007 Project manager Biogas Väst Bernt Svensén Business Region Göteborg The

More information

Eligible master programmes for the Swedish Institute Study Scholarships for the academic year 2014/2015 University Programme Application code Credits

Eligible master programmes for the Swedish Institute Study Scholarships for the academic year 2014/2015 University Programme Application code Credits Eligible master programmes for the Swedish Institute Study Scholarships for the academic year 2014/2015 University Programme Application code Credits Blekinge Institute of Technology Computer Science BTH-90431

More information

GigaSunet Implementation Report

GigaSunet Implementation Report Swedish University Network KTHNOC GigaSunet Implementation Report September, 2003 Contents 1. Summary 2. Introduction 3. Design and background 4. Implementation and rollout of GigaSunet 5. Routing in GigaSunet

More information

AdventNet ManageEngine SupportCenter Plus :: User Guide. Table Of Contents INTRODUCTION... 3 REQUEST... 4. Creating a New Request...

AdventNet ManageEngine SupportCenter Plus :: User Guide. Table Of Contents INTRODUCTION... 3 REQUEST... 4. Creating a New Request... Table Of Contents INTRODUCTION... 3 REQUEST... 4 Creating a New Request... 5 Quick Create...5 Contact Details...5 Classifying Request Category...5 Prioritizing Request...6 Describe Request...6 Add Attachments

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

Release Notes For Versant/ODBC On Windows. Release 7.0.1.4

Release Notes For Versant/ODBC On Windows. Release 7.0.1.4 Release Notes For Versant/ODBC On Windows Release 7.0.1.4 Table of Contents CHAPTER 1: Release Notes... 3 Description of Release... 4 System Requirements... 4 Capabilities of the Drivers... 5 Restrictions

More information

Service for checking whether an email is operative or not. Validate email ids in your databases.

Service for checking whether an email is operative or not. Validate email ids in your databases. MailStatus API Service for checking whether an email is operative or not. Validate email ids in your databases. Overview Lleida.net MailStatus API allows you to consult the validity of an email address.

More information

Chart of Accounts (COA) Validation Service. 6/11/2012 University at California, Berkeley IS&T, Application Services

Chart of Accounts (COA) Validation Service. 6/11/2012 University at California, Berkeley IS&T, Application Services Chart of Accounts (COA) Validation Service 6/11/2012 University at California, Berkeley IS&T, Application Services Release History Version Date Comments 1.0 6/11/2012 Original Contents Overview...2 Adhoc

More information

Karlskrona in figures

Karlskrona in figures Karlskrona in figures Statistics and facts about Karlskrona What does the business community look like in Karlskrona and how have tax revenues been utilised? How many Karlskrona residents are there? This

More information

Public Administration Programmes in Sweden

Public Administration Programmes in Sweden UMEÅ UNIVERSITY Department of Political Science SE-901 87 Umeå 14 Public Administration Programmes in Sweden Dr Kerstin Kolam, assisted by Ms Kristina Lannto and Ms Maud Lantto 14.1 INTRODUCTION Defining

More information

Twinfield Single Sign On

Twinfield Single Sign On Twinfield Single Sign On manual, version 5.4 April 2009 For general information about our webservices see the Twinfield Webservices Manual Twinfield International NV De Beek 9-15 3871 MS Hoevelaken Netherlands

More information

Passcreator API Documentation

Passcreator API Documentation Passcreator API Documentation Version 1.0 - December 2014 USt-IdNr.: DE290188967 Seite 1 von 9 About this Document 3 Obtaining an API key 3 Authentication 3 Testing 3 Get list of pass-templates 4 Get information

More information

Example for Using the PrestaShop Web Service : CRUD

Example for Using the PrestaShop Web Service : CRUD Example for Using the PrestaShop Web Service : CRUD This tutorial shows you how to use the PrestaShop web service with PHP library by creating a "CRUD". Prerequisites: - PrestaShop 1.4 installed on a server

More information

DEPLOYMENT GUIDE Version 1.0. Deploying the BIG-IP LTM System with VMware View

DEPLOYMENT GUIDE Version 1.0. Deploying the BIG-IP LTM System with VMware View DEPLOYMENT GUIDE Version 1.0 Deploying the BIG-IP LTM System with VMware View Table of Contents Table of Contents Deploying F5 with VMware View Prerequisites and configuration notes...1-1 Product versions

More information

Documentation to use the Elia Infeed web services

Documentation to use the Elia Infeed web services Documentation to use the Elia Infeed web services Elia Version 1.0 2013-10-03 Printed on 3/10/13 10:22 Page 1 of 20 Table of Contents Chapter 1. Introduction... 4 1.1. Elia Infeed web page... 4 1.2. Elia

More information

Embedding a Data View dynamic report into an existing web-page

Embedding a Data View dynamic report into an existing web-page Embedding a Data View dynamic report into an existing web-page Author: GeoWise User Support Released: 23/11/2011 Version: 6.4.4 Embedding a Data View dynamic report into an existing web-page Table of Contents

More information

How to consume a Domino Web Services from Visual Studio under Security

How to consume a Domino Web Services from Visual Studio under Security How to consume a Domino Web Services from Visual Studio under Security Summary Authors... 2 Abstract... 2 Web Services... 3 Write a Visual Basic Consumer... 5 Authors Andrea Fontana IBM Champion for WebSphere

More information

Welcome to our presentation of Swedish cohousing experiences!

Welcome to our presentation of Swedish cohousing experiences! Photographer: Cecilia Enholm Welcome to our presentation of Swedish cohousing experiences! The photo is from the Collective House Trekanten in Stockholm. House-owner: Svenska Bostäder. 1 Kollektivhus NU

More information

Knocker main application User manual

Knocker main application User manual Knocker main application User manual Author: Jaroslav Tykal Application: Knocker.exe Document Main application Page 1/18 U Content: 1 START APPLICATION... 3 1.1 CONNECTION TO DATABASE... 3 1.2 MODULE DEFINITION...

More information

Deploying the BIG-IP System v10 with VMware Virtual Desktop Infrastructure (VDI)

Deploying the BIG-IP System v10 with VMware Virtual Desktop Infrastructure (VDI) DEPLOYMENT GUIDE Deploying the BIG-IP System v10 with VMware Virtual Desktop Infrastructure (VDI) Version 1.0 Table of Contents Table of Contents Deploying the BIG-IP system v10 with VMware VDI Prerequisites

More information

Web Services API Developer Guide

Web Services API Developer Guide Web Services API Developer Guide Contents 2 Contents Web Services API Developer Guide... 3 Quick Start...4 Examples of the Web Service API Implementation... 13 Exporting Warehouse Data... 14 Exporting

More information

Online Supplement for the political OpiniOnS Of SWeDiSH SOCiAl SCientiStS

Online Supplement for the political OpiniOnS Of SWeDiSH SOCiAl SCientiStS Online Supplement for the political OpiniOnS Of SWeDiSH SOCiAl SCientiStS Appendix A. Analysis of Non-Response When working with survey data the question arises to what extent the received responses are

More information

Swedavia s Consultation Process Airport Charges 2014 Price Lists. Charges & Regulations Manager January 2 nd 2014

Swedavia s Consultation Process Airport Charges 2014 Price Lists. Charges & Regulations Manager January 2 nd 2014 Swedavia s Consultation Process Airport Charges 2014 Price Lists Charges & Regulations Manager January 2 nd 2014 Decision Airport Charges 2014 Swedavia has decided to decrease the Airport Charges by 1.5

More information

Intro to evis: the event visualization tool

Intro to evis: the event visualization tool Intro to evis: the event visualization tool Background The of the (CBC) at the (AMNH) developed the Event Visualization Tool (evis), as a conservation monitoring and decision support tool for guiding protected

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