Table of Contents

QuickOrder SOAP Interface

This section describes the QuickOrder SOAP interface used by the integration system. To read this section you should be reasonably familiar with XML, SOAP and QuickOrder.

For a given QuickOrder site the SOAP endpoint is http://HOSTNAME/soap and the WSDL definition is always located at http://HOSTNAME/soap?wsdl . Note that you will need to log in as a user of the site to access it.

Methods

Conventions

Client Implementation Hints

The server is built around Perl SOAP::Lite but it carefully formats the responses to look similar to Microsoft .NET responses - by default the SOAP::Lite responses are overly wordy and have arbitrary namespaces which can confuse various clients.

We have clients working in the following languages:

Perl

PHP

C# .NET