Displaying 1 result from an estimated 1 matches for "yourquerycod".
Did you mean:
yourquerycode
2008 Apr 16
2
about getting webservice from other website
...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 webservice api to use
from some website.So how...