Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开始使用 Fedex 网络服务,所以我下载了放在“Fedex.com”网站上供开发人员使用的示例代码。但是出现了以下错误:
无法自动进入服务器。连接到服务器计算机“wsbeta.fedex.com”失败。这可能是因为远程计算机不存在或防火墙可能阻止与远程计算机的通信
它发生在这一行:
ProcessShipmentReply reply = service.processShipment(request);
我用 C#
谢谢,
我解决了这个问题,它发生是因为我没有在这一行输入正确的帐号:
request.RequestedShipment.ShippingChargesPayment.Payor.ResponsibleParty.AccountNumber = "客户账号";
谢谢詹姆斯,
最好的祝福