You should first install a compatible SOAP testing tool, for example, SOAPUI or Katalon Studio.
Note
The examples in this documentation assume that SOAPUI is installed.
Proceed as follows to create a SOAP project from one of the services listed in the Introduction to the Shipping API:
-
Download the WSDL file for the required services from https://dm-delta.metapack.com/dm/services. In this example, we will use the Allocation Service.
-
Right-click
wsdl
next to the required service and save the link, which is in the form of an XML file, e.g.AllocationService.xml
. -
Open your SOAP testing tool.
-
Create a new SOAP Project (for example, by pressing
Ctrl+N
): -
Enter a Project Name.
-
Browse to the Initial WDSL, i.e. the XML file saved at step 2.
-
Click OK.
-
The methods for the selected service are then loaded (e.g. the allocation methods if you selected
AllocationService.xml
): -
Save the project.
-
Creating your API User
-
Creating a SOAP Project from a Service