Grummle
Grummle

Reputation: 1364

Fedex Tracking API C# not returning useful data

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.

Upvotes: -1

Views: 1980

Answers (1)

Mikecito
Mikecito

Reputation: 2063

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

Upvotes: 3

Related Questions