Fedex Tracking API C# 未返回有用数据
我正在使用 Fedex 提供的 C# 示例代码,但无法让它返回活动包裹的任何信息。
我已经获得了生产 api 密钥/仪表编号/密码,但它告诉我的就是这些。 “尚未收到以下发货的信息...”
我正在使用“TrackWebServiceClient”的示例程序,仅逐字更改凭据。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您获得的 wsdl 不是指向测试服务,而是指向实时服务。 ;)
Make sure the wsdl you got is not pointing toward the test services, but towards the live service instead. ;)