Freight Tracking Web Service Implementation Guide

Size: px
Start display at page:

Download "Freight Tracking Web Service Implementation Guide"

Transcription

1 P.O. Box 587 ( ) 1010 S 336 th, Suite 202 Federal Way, Washington Office (253) Fax (253) Toll Free (800) Freight Tracking Web Service Implementation Guide Dated: July 15, 2009

2 Peninsula Truck Lines, Inc. Freight Tracking Web Service Implementation Guide Table of Contents SECTION 1 GENERAL... 1 SECTION 2 CALLING THE FREIGHT TRACKING WEB SERVICE... 1 Calling parameters... 1 Calling methods... 1 SOAP 1.1 request and response... 1 SOAP 1.2 request and response... 3 HTTP GET request and response... 4 HTTP POST request and response... 6 SECTION 3 XML ATTRIBUTES... 7 i

3 Peninsula Truck Lines, Inc. Freight Tracking Web Service Implementation Guide SECTION 1 GENERAL The freight tracking web service system provides customers with the ability to retrieve freight status information directly from Peninsula s computer system. An HTTP call is made by the customer s application and processed by the freight tracking system. Freight status is returned in XML format. CALLING PARAMETERS SECTION 2 CALLING THE FREIGHT TRACKING WEB SERVICE Input Parameter Table Parameter Name userid password pronumber Description Web user Id Web password Freight bill number CALLING METHODS The freight tracking web service can be requested with one of four methods: SOAP 1.1, SOAP 1.2, HTTP GET, and HTTP POST. The request and response for each type follow. It should be noted that the response will include either the XML status or errors attribute depending upon whether a runtime error occurred when the service was called. An error message will be returned if a runtime error occurs. SOAP 1.1 The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values. POST /WebServices/WebTools.asmx HTTP/1.1 Host: Content-Type: text/xml; charset=utf-8 SOAPAction: " <soap:envelope xmlns:xsi=" xmlns:soap=" <soap:body> <GetShipmentStatus xmlns=" <userid>string</userid> <password>string</password> </GetShipmentStatus> </soap:body> </soap:envelope> Page 1

4 Content-Type: text/xml; charset=utf-8 <soap:envelope xmlns:xsi=" xmlns:soap=" <soap:body> <GetShipmentStatusResponse xmlns=" <GetShipmentStatusResult> <freightparties> </GetShipmentStatusResult> </GetShipmentStatusResponse> </soap:body> </soap:envelope> Content-Type: text/xml; charset=utf-8 <soap:envelope xmlns:xsi=" xmlns:soap=" <soap:body> <GetShipmentStatusResponse xmlns=" <GetShipmentStatusResult> Page 2

5 <freightparties> </GetShipmentStatusResult> </GetShipmentStatusResponse> </soap:body> </soap:envelope> SOAP 1.2 The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values. POST /WebServices/WebTools.asmx HTTP/1.1 Host: Content-Type: application/soap+xml; charset=utf-8 <soap12:envelope xmlns:xsi=" xmlns:soap12=" <soap12:body> <GetShipmentStatus xmlns=" <userid>string</userid> <password>string</password> </GetShipmentStatus> </soap12:body> </soap12:envelope> Content-Type: application/soap+xml; charset=utf-8 <soap12:envelope xmlns:xsi=" xmlns:soap12=" Page 3

6 <soap12:body> <GetShipmentStatusResponse xmlns=" <GetShipmentStatusResult> <freightparties> </GetShipmentStatusResult> </GetShipmentStatusResponse> </soap12:body> </soap12:envelope> HTTP GET The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values. GET /WebServices/WebTools.asmx/GetShipmentStatus?userId=string&password=string&pr onumber=string HTTP/1.1 Host: Content-Type: text/xml; charset=utf-8 <freightstatus xmlns=" <freightparties> <freightparty> <partytype>string</partytype> <partyname>string</partyname> Page 4

7 <partyaddress1>string</partyaddress1> <partyaddress2>string</partyaddress2> <partycity>string</partycity> <partystate>string</partystate> <partyzipcode>string</partyzipcode> </freightparty> <freightparty> <partytype>string</partytype> <partyname>string</partyname> <partyaddress1>string</partyaddress1> <partyaddress2>string</partyaddress2> <partycity>string</partycity> <partystate>string</partystate> <partyzipcode>string</partyzipcode> </freightparty> <freightterminal> <terminaltype>string</terminaltype> <terminalcode>string</terminalcode> <terminalname>string</terminalname> </freightterminal> <freightterminal> <terminaltype>string</terminaltype> <terminalcode>string</terminalcode> <terminalname>string</terminalname> </freightterminal> <freightactivity> <activitydate>string</activitydate> <activitytime>string</activitytime> <activitydescription>string</activitydescription> <activitylocation>string</activitylocation> </freightactivity> <freightactivity> <activitydate>string</activitydate> <activitytime>string</activitytime> <activitydescription>string</activitydescription> <activitylocation>string</activitylocation> </freightactivity> </freightstatus> HTTP POST The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values. Page 5

8 POST /WebServices/WebTools.asmx/GetShipmentStatus HTTP/1.1 Host: Content-Type: application/x-www-form-urlencoded userid=string&password=string&pronumber=string Content-Type: text/xml; charset=utf-8 <freightstatus xmlns=" <freightparties> <freightparty> <partytype>string</partytype> <partyname>string</partyname> <partyaddress1>string</partyaddress1> <partyaddress2>string</partyaddress2> <partycity>string</partycity> <partystate>string</partystate> <partyzipcode>string</partyzipcode> </freightparty> <freightparty> <partytype>string</partytype> <partyname>string</partyname> <partyaddress1>string</partyaddress1> <partyaddress2>string</partyaddress2> <partycity>string</partycity> <partystate>string</partystate> <partyzipcode>string</partyzipcode> </freightparty> <freightterminal> <terminaltype>string</terminaltype> <terminalcode>string</terminalcode> <terminalname>string</terminalname> </freightterminal> <freightterminal> <terminaltype>string</terminaltype> <terminalcode>string</terminalcode> <terminalname>string</terminalname> </freightterminal> <freightactivity> <activitydate>string</activitydate> <activitytime>string</activitytime> <activitydescription>string</activitydescription> Page 6

9 <activitylocation>string</activitylocation> </freightactivity> <freightactivity> <activitydate>string</activitydate> <activitytime>string</activitytime> <activitydescription>string</activitydescription> <activitylocation>string</activitylocation> </freightactivity> </freightstatus> SECTION 3 XML ATTRIBUTES Attribute status pronumber prodate interlinepro shippernumber ponumber freightparty freightterminal prostatus freightactivity errors number message Description Freight bill number Freight bill date Interline pro number (if interline carrier) Shipper bill of lading number Purchase order number Shipper or consignee Terminal service origin or destination Freight bill status string Detail freight status tracking Runtime error number Runtime error message Page 7

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

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

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

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

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

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

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

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

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

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

HTTP - METHODS. Same as GET, but transfers the status line and header section only.

HTTP - METHODS. Same as GET, but transfers the status line and header section only. http://www.tutorialspoint.com/http/http_methods.htm HTTP - METHODS Copyright tutorialspoint.com The set of common methods for HTTP/1.1 is defined below and this set can be expanded based on requirements.

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

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

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

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

Lecture Notes course 02267 Software Development of Web Services

Lecture Notes course 02267 Software Development of Web Services Lecture Notes course 02267 Software Development of Web Services Hubert Baumeister [email protected] Fall 2014 Contents 1 Web Service Coordination 1 1.1 What is Coordination.........................................

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

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

Threat Advisory: Atlassian Crowd (CVE 2013 3925)

Threat Advisory: Atlassian Crowd (CVE 2013 3925) Threat Advisory: Atlassian Crowd (CVE 2013 3925) Command Five Pty Ltd June 2013 ABSTRACT This advisory examines a critical vulnerability in Atlassian Crowd a software package marketed as a turnkey solution

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

VoIP LAB. 陳 懷 恩 博 士 助 理 教 授 兼 所 長 國 立 宜 蘭 大 學 資 訊 工 程 研 究 所 Email: [email protected] TEL: 03-9357400 # 255

VoIP LAB. 陳 懷 恩 博 士 助 理 教 授 兼 所 長 國 立 宜 蘭 大 學 資 訊 工 程 研 究 所 Email: wechen@niu.edu.tw TEL: 03-9357400 # 255 SIP Traversal over NAT 陳 懷 恩 博 士 助 理 教 授 兼 所 長 國 立 宜 蘭 大 學 資 訊 工 程 研 究 所 Email: [email protected] TEL: 03-9357400 # 255 Outline Introduction to SIP and NAT NAT Problem Definition NAT Solutions on NTP VoIP

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

Table of Contents. Day & Ross Freight Web Site Training Manual Page 1

Table of Contents. Day & Ross Freight Web Site Training Manual Page 1 Table of Contents Introduction... 2 How to Track a Shipment... 3 How to Get On-Line... 5 Settings & Administration... 5 How to view your Dashboard... 6 Shipment Status Report... 10 How to Obtain a Domestic

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

Usage of Evaluate Client Certificate with SSL support in Mediator and CentraSite

Usage of Evaluate Client Certificate with SSL support in Mediator and CentraSite Usage of Evaluate Client Certificate with SSL support in Mediator and CentraSite Introduction Pre-requisite Configuration Configure keystore and truststore Asset Creation and Deployment Troubleshooting

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

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

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

NEEBO. - System and Process Manual -

NEEBO. - System and Process Manual - NEEBO - System and Process Manual - Table of Contents Shipping Process: Outbound Freight 3 Inbound Freight 5 TMS Functions: Order Entry 7 Track and Trace 17 Contact Sheet 22 2 Scope Shipping Process Outbound

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

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

Message Containers and API Framework

Message Containers and API Framework Message Containers and API Framework Notices Copyright 2009-2010 Motion Picture Laboratories, Inc. This work is licensed under the Creative Commons Attribution-No Derivative Works 3.0 United States License.

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

Table of Contents BOL Application... 1 Imaging Application... 6 Pickup Application... 7 Rating Application (City Name Required)...

Table of Contents BOL Application... 1 Imaging Application... 6 Pickup Application... 7 Rating Application (City Name Required)... FedEx Freight and FedEx National LTL are proud to offer a comprehensive XML solution that combines previously separate XML transactions into one freight solution. With our newly aligned XML solutions,

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

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 Services in Eclipse. Sistemi Informativi Aziendali A.A. 2012/2013

Web Services in Eclipse. Sistemi Informativi Aziendali A.A. 2012/2013 Web Services in Eclipse A.A. 2012/2013 Outline Apache Axis Web Service Clients Creating Web Services 2 Apache Axis Web Services in Eclipse WS basics (I) Web services are described by their WSDL file Starting

More information

POSTGRESQL, A PLATFORM FOR MULTIPLE SOURCES DATA RETRIEVAL

POSTGRESQL, A PLATFORM FOR MULTIPLE SOURCES DATA RETRIEVAL POSTGRESQL, A PLATFORM FOR MULTIPLE SOURCES DATA RETRIEVAL Abdul Yadi CV Datatrans Infromatika, Indonesia ABSTRACT: A software application transforms raw data into information. Data may come from various

More information

Consuming Web Services from RPG using HTTPAPI. Presented by. Scott Klement. http://www.scottklement.com. 2004-2009, Scott Klement

Consuming Web Services from RPG using HTTPAPI. Presented by. Scott Klement. http://www.scottklement.com. 2004-2009, Scott Klement Consuming Web Services from RPG using HTTPAPI Presented by Scott Klement http://www.scottklement.com 2004-2009, Scott Klement There are 10 types of people in the world. Those who understand binary, and

More information

214 Transportation Carrier Shipment Status Message - LTL

214 Transportation Carrier Shipment Status Message - LTL 214 Transportation Carrier Shipment Status Message - LTL Lowe's 214 - LTL Shipment Status Message Version: 4010 Author: Lowe's Companies, Inc Modified: 2/27/2013 Notes: This 214 Implementation Guide should

More information

WEB OF KNOWLEDGE WEB SERVICES LITE V. 3.0. July 2, 2013

WEB OF KNOWLEDGE WEB SERVICES LITE V. 3.0. July 2, 2013 WEB OF KNOWLEDGE WEB SERVICES LITE V. 3.0 July 2, 2013 Table of Contents Introduction 3 Web Service Clients 3 Service Endpoint Addresses 3 WSDL File Locations 3 Document Namespaces 4 Sequence of Requests

More information

A Shipper s View of EDI with a LTL carrier

A Shipper s View of EDI with a LTL carrier A Shipper s View of EDI with a LTL carrier A Quick overview of the Transportation EDI transactions to be used in monitoring a LTL carrier s service level David L Jordan Manager, Transportation Spicetec/ConAgra

More information

To separate a composite load into individual shipments and route to different destinations.

To separate a composite load into individual shipments and route to different destinations. Term: Definition: 3PL The transportation, warehousing and other logistics related services provided by companies employed to assume tasks that were previously performed in-house by the client. Also referred

More information

Chapter 10 Transportation Managing the Flow of the Supply Chain

Chapter 10 Transportation Managing the Flow of the Supply Chain Chapter 10 Transportation Managing the Flow of the Supply Chain Transportation involves the physical movement of goods between origin and destination points. The transportation system links geographically

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

ACR Connect Authentication Service Developers Guide

ACR Connect Authentication Service Developers Guide ACR Connect Authentication Service Developers Guide Revision History Date Revised by Version Description 29/01/2015 Sergei Rusinov 1.0 Authentication using NRDR account Background The document describes

More information

COMET SYSTEM. www.cometsystem.com. Web Sensor P8510. Web Sensor P8511. Web Sensor P8541 USER GUIDE

COMET SYSTEM. www.cometsystem.com. Web Sensor P8510. Web Sensor P8511. Web Sensor P8541 USER GUIDE COMET SYSTEM www.cometsystem.com Web Sensor P8510 Web Sensor P8511 Web Sensor P8541 USER GUIDE Copyright: COMET System, s.r.o. Is prohibited to copy and make any changes in this manual, without explicit

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

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

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

NYSP Web Service FAQ

NYSP Web Service FAQ 1. For all requests, the NYSMessage must be sent as a document and not a string text. The response(s) that NYSP sends are asynchronous and within the SOAP Body the NYSMessage section is sent as a document

More information

TECHNICAL REPORT. DSL Forum TR-069. CPE WAN Management Protocol. May 2004. Produced by: DSLHome-Technical Working Group

TECHNICAL REPORT. DSL Forum TR-069. CPE WAN Management Protocol. May 2004. Produced by: DSLHome-Technical Working Group TECHNICAL REPORT DSL Forum CPE WAN Management Protocol May 2004 Produced by: DSLHome-Technical Working Group Editors: Jeff Bernstein, 2Wire Tim Spets, Westell Working Group Co-Chairs: Greg Bathrick, Texas

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

Declarative Web Programming with PROLOG and XUL

Declarative Web Programming with PROLOG and XUL Declarative Web Programming with PROLOG and XUL Christian Schneiker and Dietmar Seipel Department of Computer Science University of Würzburg, Am Hubland, D 97074 Würzburg, Germany {christian.schneiker,dietmar.seipel}@uni-wuerzburg.de

More information

Curtis Mack [email protected] Looking Glass Analytics www.lgan.com

Curtis Mack Curtis.Mack@lgan.com Looking Glass Analytics www.lgan.com Curtis Mack [email protected] Looking Glass Analytics www.lgan.com Weather Charting Graphing Geocoding Mapping Large Selection of other sites Your SAS Applications Infinite Possibilities on your own

More information

Supplier Shipping Instructions North America

Supplier Shipping Instructions North America Supplier Shipping Instructions North America This publication pertains to all AGCO suppliers located in North America who ship to AGCO sites also located in North America February 2016 Table of Contents

More information

CONTRACT MODEL IPONZ DESIGN SERVICE VERSION 2. Author: Foster Moore Date: 20 September 2011 Document Version: 1.7

CONTRACT MODEL IPONZ DESIGN SERVICE VERSION 2. Author: Foster Moore Date: 20 September 2011 Document Version: 1.7 CONTRACT MODEL IPONZ DESIGN SERVICE VERSION 2 Author: Foster Moore Date: 20 September 2011 Document Version: 1.7 Level 6, Durham House, 22 Durham Street West PO Box 106857, Auckland City Post Shop, Auckland

More information

Protecting Premium Live TV Services with PlayReady

Protecting Premium Live TV Services with PlayReady Protecting Premium Live TV Services with PlayReady April 2015 Abstract Microsoft PlayReady is the premier platform for the protection and distribution of digital content. This white paper discusses PlayReady

More information

HAMPTON LUMBER SALES COMPANY

HAMPTON LUMBER SALES COMPANY 9600 SW Barnes Road Suite 200-6666 www.hamptonaffiliates.com To: ATTN: # of pages sent: 5 DATE: We want to thank you for your interest in being added to our carrier base, a group of carriers that are committed

More information

Securing Web Services with ModSecurity

Securing Web Services with ModSecurity Securing Web Services with ModSecurity This document is largely based on Shreeraj Shah s article of the same name that appeared in the June, 9 th 2005 Oreilly OnLamp Security Dev Center posting (http://www.onlamp.com/pub/a/onlamp/2005/06/09/wss_security.html)

More information

2010: LTL Carrier Accessorial and

2010: LTL Carrier Accessorial and 2010: LTL Carrier Accessorial and Special Service Charges by Jim Bramlett, SmartFreightWare By evaluating a sample of carrier specific accessorial and special service charges, the purpose of this study

More information

Request of end customer against AP AP forwards request to OTACS Aborted with failure code Validate the request Is request syntactically correct? No Send failure code to AP Yes Validate authentication pin

More information

348 Birch s Road North Bay, ON P1B 8Z4 (ph) 1-800-265-9370 (fax) 1-866-352-6740 FREIGHT LOSS AND DAMAGE CLAIMS PROCEDURE

348 Birch s Road North Bay, ON P1B 8Z4 (ph) 1-800-265-9370 (fax) 1-866-352-6740 FREIGHT LOSS AND DAMAGE CLAIMS PROCEDURE 348 Birch s Road North Bay, ON P1B 8Z4 (ph) 1-800-265-9370 (fax) 1-866-352-6740 FREIGHT LOSS AND DAMAGE CLAIMS PROCEDURE 1 TABLE OF CONTENTS Shipper s Responsibilities 3 Consignee Responsibilities 4 Salvage

More information

P.O. Box 79755 Baltimore, MD 21279-0755

P.O. Box 79755 Baltimore, MD 21279-0755 Revision number: 2 Item: LTL Freight Transportation Services Purchasing Agent: Garret Johnston Phone: 801-538-3216 Email: [email protected] Vendor: 94090A Internet Homepage: 1000 Semmes Ave Richmond,

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

Stefan Tilkov. http://www.innoq.com. Stefan Tilkov, innoq Deutschland GmbH REST Introduction

Stefan Tilkov. http://www.innoq.com. Stefan Tilkov, innoq Deutschland GmbH REST Introduction Stefan Tilkov, in Deutschland GmbH REST Introduction http://www.innoq.com (c) 2009 in Stefan Tilkov Geschäftsführer und Principal Consultant, in Deutschland GmbH Fokus auf SOA, Web-Services, REST SOA-Editor

More information

STATE OF UTAH "BEST VALUE" COOPERATIVE CONTRACT CONTRACT NUMBER: PD136 April 07, 2015

STATE OF UTAH BEST VALUE COOPERATIVE CONTRACT CONTRACT NUMBER: PD136 April 07, 2015 Revision number: 2 Item: LTL Freight Transportation Services Purchasing Agent: Brenda Veldevere Phone: 801-538-3142 Email: [email protected] Vendor: 94090A Internet Homepage: 1000 Semmes Ave Richmond,

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

Factoring Facts. Benefits from D&S Factors: D&S FACTORS. is a factoring company that provides you with..

Factoring Facts. Benefits from D&S Factors: D&S FACTORS. is a factoring company that provides you with.. Factoring Facts Cash flow is one of the main reasons businesses fail. At one time or another, every business, even successful ones, has experienced poor cash flow. Cash flow does not have to be a problem

More information

FREIGHT LOSS AND DAMAGE CLAIMS PROCEDURES

FREIGHT LOSS AND DAMAGE CLAIMS PROCEDURES FREIGHT LOSS AND DAMAGE CLAIMS PROCEDURES SHIPPER S RESPONSIBILITIES To prevent loss and or damage of your freight, the following factors must be considered when a product, its packaging and its package

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

FedEx Web Services. Track Service

FedEx Web Services. Track Service FedEx Web Services 2015 Track Service Legal and Copyright Notices Payment You must remit payment in accordance with the FedEx Service Guide, tariff, service agreement or other terms or instructions provided

More information

US & CANADA Suppliers

US & CANADA Suppliers Snap-on Supplier Freight Policy Effective September 6, 2013 Only Snap-on approved carriers are to be used if Snap-on is paying the freight charges. Failure to use the approved carriers will result in the

More information

Keeping access control while moving to the cloud. Presented by Zdenek Nejedly Computing & Communications Services University of Guelph

Keeping access control while moving to the cloud. Presented by Zdenek Nejedly Computing & Communications Services University of Guelph Keeping access control while moving to the cloud Presented by Zdenek Nejedly Computing & Communications Services University of Guelph 1 Keeping access control while moving to the cloud Presented by Zdenek

More information

Illustration 1: Purchase Order Screen

Illustration 1: Purchase Order Screen Welcome to the Alstom Power Online Freight Routing Guide! This website provides Alstom suppliers a secure, efficient and accurate way to generate LTL and Parcel shipping documents, as well as automatically

More information

Ocean State Job Lot TP&E Reference Guide June 1, 2013 For Carriers 1

Ocean State Job Lot TP&E Reference Guide June 1, 2013 For Carriers 1 Ocean State Job Lot TP&E Reference Guide June 1, 2013 For Carriers 1 Ocean State Job Lot (OSJL) is pleased to announce that it has deployed Manhattan Associates Transportation, Planning and Execution (TP&E)

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

HACKING OUTLOOK WEB ACCESS. Exchange CAL Security Briefing (Exchange Client Access Server) with. Default Vulnerabilities and Attacks Illustrated

HACKING OUTLOOK WEB ACCESS. Exchange CAL Security Briefing (Exchange Client Access Server) with. Default Vulnerabilities and Attacks Illustrated HACKING OUTLOOK WEB ACCESS OR Exchange CAL Security Briefing (Exchange Client Access Server) with Default Vulnerabilities and Attacks Illustrated Richard Brain 17 th May 2013 Table of Contents 1 Brief

More information

What is in a Distributed Object System? Distributed Object Systems 5 XML-RPC / SOAP. Examples. Problems. HTTP protocol. Evolution

What is in a Distributed Object System? Distributed Object Systems 5 XML-RPC / SOAP. Examples. Problems. HTTP protocol. Evolution Distributed Object Systems 5 XML-RPC / SOAP Piet van Oostrum What is in a Distributed Object System? Wire (transport) protocol Marshalling standard Language bindings Middle-ware (ORB) Interface specification

More information

Visualize Your Cloud Data Using the Graph Template Language

Visualize Your Cloud Data Using the Graph Template Language ABSTRACT Paper 285-2011 Visualize Your Cloud Data Using the Graph Template Language Krishnan Raghupathi, SAS R&D, Pune, Maharashtra, India As the adoption of cloud computing by enterprise companies picks

More information

000-284. Easy CramBible Lab DEMO ONLY VERSION 000-284. Test284,IBM WbS.DataPower SOA Appliances, Firmware V3.6.0

000-284. Easy CramBible Lab DEMO ONLY VERSION 000-284. Test284,IBM WbS.DataPower SOA Appliances, Firmware V3.6.0 Easy CramBible Lab 000-284 Test284,IBM WbS.DataPower SOA Appliances, Firmware V3.6.0 ** Single-user License ** This copy can be only used by yourself for educational purposes Web: http://www.crambible.com/

More information

AN OBJECT ORIENTED APPROACH FOR CREATING WEB SERVICE PRESENCE SYSTEM. Fandy Setyo Utomo, b Yuli Purwati a

AN OBJECT ORIENTED APPROACH FOR CREATING WEB SERVICE PRESENCE SYSTEM. Fandy Setyo Utomo, b Yuli Purwati a Vol. 7, No. 2, July 2013 ISSN 0216 0544 AN OBJECT ORIENTED APPROACH FOR CREATING WEB SERVICE PRESENCE SYSTEM a Fandy Setyo Utomo, b Yuli Purwati a Information System Department, b Informatics Engineering

More information

Интеграция 3CX Phone System c Microsoft CRM 4.0. Исходящие вызовы.

Интеграция 3CX Phone System c Microsoft CRM 4.0. Исходящие вызовы. ICE Partners Интеграция 3CX Phone System c Microsoft CRM 4.0. Исходящие вызовы. Краткое описание Данное руководство описывает пошаговую настройку возможности осуществления исходящих вызовов из Microsoft

More information

2015-11-30. Web Based Single Sign-On and Access Control

2015-11-30. Web Based Single Sign-On and Access Control 0--0 Web Based Single Sign-On and Access Control Different username and password for each website Typically, passwords will be reused will be weak will be written down Many websites to attack when looking

More information

Bureau of Customs and Border Protection

Bureau of Customs and Border Protection Bureau of Customs and Border Protection General Notices Automated Commercial Environment (ACE): National Customs Automation Program Test of Automated Truck Manifest AGENCY: Customs and Border Protection;

More information

gsoap 2.7.0 User Guide

gsoap 2.7.0 User Guide gsoap 2.7.0 User Guide Robert van Engelen Genivia, Inc., [email protected] & [email protected] October 15, 2004 Contents 1 Introduction 6 2 Notational Conventions 7 3 Differences Between gsoap Versions

More information

TRANSPORTATION BROKER AGREEMENT

TRANSPORTATION BROKER AGREEMENT TRANSPORTATION BROKER AGREEMENT THIS AGREEMENT entered into this day of, 2008 between MID-X Corp. hereinafter referred to as Broker, and, hereinafter referred to as Carrier. RECITALS: A. Broker is duly

More information

CSM Web Services & API

CSM Web Services & API CSM Web Services & API Release: 5.0 Revision 0.1 27 October 2014 www.cherwell.com All Rights Reserved. Innovative Technology Built on Timeless Values Copyright Cherwell Service Management and the Cherwell

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

Welcome. Welcome to Webserver Stress Tool (Freeware)

Welcome. Welcome to Webserver Stress Tool (Freeware) Welcome Welcome to Webserver Stress Tool (Freeware) Most websites and web applications run smoothly and correctly as long as only one user (e.g., the original developer) or just a few users are visiting

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

- Carrier Notification - Carrier Invoice Standard Requirements

- Carrier Notification - Carrier Invoice Standard Requirements Hexion Canada Inc. 180 East Broad Street Columbus, OH 43215 hexion.com - Carrier Notification - Carrier Invoice Standard Requirements Dear Carrier, Hexion Canada Inc. ( Hexion ) is dedicated to implementing

More information

A Web Services Security Testing Framework

A Web Services Security Testing Framework SIFT SPECIAL PUBLICATION A Web Services Security Testing Framework Colin Wong Daniel Grzelak [ [email protected] ] Version: 1.00 SIFT [ABN 42 094 359 743] Date: 10/11/2006. ABSTRACT The broad genre

More information

CORE and MMT: Data Pipelines and Cross Border Messaging

CORE and MMT: Data Pipelines and Cross Border Messaging CORE and MMT: Data Pipelines and Cross Border Messaging David Hesketh, Customs Research and Development United Kingdom UN/CEFACT Transport and logistics Domain Group 23 rd April 2015 Geneva Consistently

More information

Web Services for RPGers

Web Services for RPGers Web Services for RPGers Presented by Scott Klement http://www.scottklement.com 2010-2015, Scott Klement "A computer once beat me at chess, but it was no match for me at kick boxing." Emo Philips Our Agenda

More information

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH CITRIX PRESENTATION SERVER 3.0 AND 4.5

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH CITRIX PRESENTATION SERVER 3.0 AND 4.5 DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH CITRIX PRESENTATION SERVER 3.0 AND 4.5 Deploying F5 BIG-IP Local Traffic Manager with Citrix Presentation Server Welcome to the F5 BIG-IP Deployment

More information