| Web service |
Type |
Description |
Client Example and Documentation |
URL |
Pathbase2_SOAP ->searchPathbase |
SOAP/WSDL |
Search interface to Pathbase2. Takes a
hashtable as search parameters and returns an array of image numbers. This is the
web service equivalent of the HTML search interface. |
|
WSDL
SOAP
|
Pathbase2_SOAP
->searchPathbase |
SOAP/WSDL |
Search interface to Pathbase2. Takes a
number of strings as search parameters and returns an array of image numbers.
This web service is a wrapper around the above service which you can use if you
have trouble using hashtables (e.g. PHP). |
|
WSDL
SOAP
|
Pathbase2_SOAP
->getImageDetails |
SOAP/WSDL |
Search interface to Pathbase2. Takes an
image number (integer) as input and returns a hashtable with image details. This
is the
web service equivalent of the HTML factsheet. |
|
WSDL
SOAP
|