Questions tagged [estes-express-api]

Use this tag for questions about the Estes Express Rest APIs of the shipping/freight company Estes Express Lines.

Estes Express Lines is an American shipping and freight transportation provider. Use this tag for questions about their Rest API.

9 questions
6
votes
2 answers

SOAPUI and Node.JS/Request- AccessException

I am trying to build a shipment tracking tool using the Estes Shipment Tracking Web Services which use SOAP. I talked with their web support, and they are able to create a working request using SOAPUI that receives a valid response using my…
Shane Sepac
  • 806
  • 10
  • 20
2
votes
1 answer

Estes Express Api Version 4.0 Rate Quote

I am trying to test Estes Express Freight API and have ran into a problem. I have the request object set up (and get expected error response back) except for the commodity part. There wsdl does not include a direct match such as commodity,…
duerzd696
  • 304
  • 1
  • 8
1
vote
0 answers

Estes Freight Pickup Web Service Basic Authentication

I am trying to create a test pickup request using Estes web services. This particular service requires Basic Authentication using my login credentials. However, I can't seem to figure out how to perform the authentication using PHP and SoapClient. I…
B. Brown
  • 11
  • 2
1
vote
1 answer

Estes Web Services API

I am attempting to set up Estes Web Services API for the first time to add rate estimates to my website for LTL. Most of the information makes sense. One of my only questions is what information I put in the requestID under rateRequest? If its…
KDJ
  • 292
  • 1
  • 15
1
vote
1 answer

Not able to get Exception message from SOAP call using service reference .net

I am using service reference in .NET to call a third party carrier API i.e. ESTES. you can find the wsdl here. now whenever I call it from the code and there are some errors it just throws a FaultException and exception message as GeneralErrorMsg or…
0
votes
0 answers

CURL request formatted in PHP

I am working with a shipping carrier (Estes Express) and integrating their system into my system designed in PHP. I've looked up how PHP curl requests are created; however, I am confused on how to integrate certain features into the CURL request. …
KDJ0127
  • 11
0
votes
1 answer

ESTES ShipmentTracking v1.1 Web Service, Error in deserializing body of reply message for operation 'shipmentTracking'

I am trying to develop a simple Windows Forms app to request tracking information from the latest version ESTES ShipmentTracking v1.1 web service. When I execute the Request, my program throws a System.ServiceModel.CommunicationException I am using…
gridtrak
  • 731
  • 7
  • 20
0
votes
1 answer

Estes Rate Quote PHP SOAP Requst returning error

I have been attempting to get this to work for a while. I am hoping someone familiar with it happens to run across the question and can explain WHY this isnt working and what is wrong with the code. Estes has been useless in helping thus far. …
KDJ
  • 292
  • 1
  • 15
0
votes
4 answers

Need help sending SOAP request to Estes

I need to send a SOAP request to Estes to retrieve rate quotes. I'm having trouble doing this as the other APIs I have worked with either post the XML or use a URL string. This is a bit different for me. I believe my problem is that I cannot figure…
smack-a-bro
  • 691
  • 2
  • 13
  • 27