使用 FedEx API 和 .Net
我正在尝试使用 1 个电话从 FedEx 获取所有可用服务的费率列表,但在处理他们的文档时遇到了困难。 有人有一些你如何与他们交互的代码片段吗? .Net 代码是更好的选择,但任何东西都会比他们的垃圾代码示例更有帮助!
谢谢
I am trying to get a list of rates for all available services from FedEx using 1 call, and having a tough time with their documentation. Anyone have some code snippets of how you interfaced with them? .Net code is preferable but anything will help more than their crapping code samples!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你会在这里看看 http://fedex.com/us/解决方案/shipapi/sample_code.html/
如果您想使用 Web 服务,Visual Studio 会让您的生活变得轻松,因为您所要做的就是导入 Web 引用(或服务引用,因为它是用 wcf 调用的)并使用它。
maybe you'll have a look over here http://fedex.com/us/solutions/shipapi/sample_code.html/
if you want to consume a webservice, visual studio makes your life easy as all you have to do is import a web reference (or service reference, as it is called with wcf) ans consume it.