Working with WorldLink API

Available in: Enterprise edition.

 

The WorldLink application allows for considerable customization in how data is passed to or from WorldLink. These API's are provided as a means to use the WorldLink engine while providing a custom interface to process shipments. There are no API's to manage configuration of the WorldLink system.

 

The ASP pages provide a means to view the data constructs being used in retrieving and posting information in WorldLink. The Get ASP pages are used to retrieve the XML documents to be used in the transaction. In essence, to get templates used for their respective processes. The Put ASP pages are used to push the populated XML documents to the WorldLink database and the rating engine.

 

To summarize: Use a GET page to pull up a template, populate the necessary data fields, and then call the respective PUT page to process.

 

Some of the following ASP pages are provided more for their informational capacity then they are for their ability to manipulate the system. The information they provide is still necessary but it is not something that is sent back to the server in its entirety.

 

Currently, the ASP pages available are:

 

 

These pages can be viewed (possibly with data relevant to the environment) by pointing your browser to http://[WLSite]/API/[PageName].asp. As an example, to view the GetLogin ASP page on the machine where WorldLink is installed, go to http://localhost/wl30/API/GetLogin.asp.

 

When viewing the ASP pages, those fields that contain data reflect the station the user is browsing from and the default information associated to the user.

 

Every data field in the Process Shipments screen can be populated programmatically.