USF Holland & USF Reddaway
In ShipLinx:
Enter Account Number (request from client)
Enter "WEBSERVICE" as Rating Code to reveal WS properties
Choose 'USF Holland' from the Web Service Rater drop-down property
Enter Web Site user login as 'Web Service Username' property
Enter Web Site login password as 'Web Service Password' property
... then, on the Web, use the following URL to obtain the Access Key:
https://api.hollandregional.com/api/AccessKey/doAccessKey?username={Web Service Username}&password={Web Service Password}
... this will then show a response with the following items if successful:
<AccessKeyResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<STATUS>
<CODE>0</CODE>
<VIEW>SECURED</VIEW>
<VERSION>
<CURRENT>V3X1</CURRENT>
<CURRENT_RELEASE_DATE>03/01/2014</CURRENT_RELEASE_DATE>
<LATEST>V3X1</LATEST>
<LATEST_RELEASE_DATE>03/01/2014</LATEST_RELEASE_DATE>
</VERSION>
</STATUS>
<ACCESSKEY>{key}</ACCESSKEY>
<ACCESSKEY_ENCODED>{encoded key}</ACCESSKEY_ENCODED>
</AccessKeyResponse>
Some of the response items may not be the same, but as long as there is an Access Key value, you can copy that value out.
... then, again in ShipLinx, enter the copied Access Key value to the Web Service Contract Code property.