Displaying 1 result from an estimated 1 matches for "shipmentid".
Did you mean:
shipment_id
2008 Apr 16
2
about getting webservice from other website
...for my
website.They ask me to follow three steps to finish integrating.These
steps are:
1. Create an HTTP connection.
2. Send request parameters via POST method.
3. Parse XML-formatted response string.
The request parameters are something like following:
"Version=2.0.0.0" +
"&ShipmentID=1234" +
"&QueryID=YourQueryCode" +
"&Username=YourUsername" +
"&Password=YourPassword" +
"&TotalCarriers=1" +
"&CarrierCode1=USP" +
"&CarrierAccount1=" +...
But what i have learned from book is:client gets we...