使用 php 集成 Fedex 时出现问题?

发布于 2024-12-20 15:49:22 字数 802 浏览 1 评论 0原文

我正在尝试整合联邦快递。我从以下链接获取代码 FedEx PHP 代码

我还发现了一篇文章FedEx WebService WSDL

我使用代码 包含了 wsdl 文件$path_to_wsdl = "RateService_v10.wsdl"; 我已使用我的凭据提供了相同的代码。当我运行 php 文件时,出现以下错误,

Error in processing transaction.

ERROR
crs
300
Package 1 - Group package count must be at least a value of 1.
Package 1 - Group package count must be at least a value of 1.
Catchable fatal error: Object of class stdClass could not be converted to string in /var/www/standard_php/php/RateWebServiceClient/test.php on line 80  

如何解决此问题?我想知道运费吗? 请对此提出建议

I am trying to integrate FedEx. I got code from the following link FedEx PHP Code

Also i found one post FedEx WebService WSDL

I included the wsdl file using the code $path_to_wsdl = "RateService_v10.wsdl"; I have given the same code with my credentials. When i ran the php file ,i am getting the following error,

Error in processing transaction.

ERROR
crs
300
Package 1 - Group package count must be at least a value of 1.
Package 1 - Group package count must be at least a value of 1.
Catchable fatal error: Object of class stdClass could not be converted to string in /var/www/standard_php/php/RateWebServiceClient/test.php on line 80  

How to fix this issue ? I want to get the shipping rate ?
Kindly advice on this

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空名 2024-12-27 15:49:22

我在 fedex-common.php5 中提供了错误的帐号

if($var == 'shipaccount') Return 'XXX'; //i replaced xxx with valid account number.

I gave the wrong account number in fedex-common.php5

if($var == 'shipaccount') Return 'XXX'; //i replaced xxx with valid account number.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文