I'm using Fedex supplied example code for C# and I can NOT get it to return any information for active packages.

I've gotten issued a production api key/meter number/password but all it ever tells me is that. 'No information for the following shipments has been recieved...'

I'm using the example program for 'TrackWebServiceClient' verbatim only changing the credentials.

link|improve this question

70% accept rate
Of course two minutes later you figure out that the wsdl you get with the examples or even download from them has the url pointed toward teh test services. DOH – Grummle Apr 29 '11 at 3:41
feedback

1 Answer

up vote 1 down vote accepted

Make sure the wsdl you got is not pointing toward the test services, but towards the live service instead. ;)

link|improve this answer
Thanks, Smartass – Grummle May 1 '11 at 17:22
haha - you're welcome. – Mikecito May 1 '11 at 17:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.