开发者

I got switched to USPS production Account still problems [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 12 years ago.

Improve this question

Last night I mailed USPS customer care executive and they had switched my account to production server in USPS.I got mail from them in which I got this message

Dear USPS Customer,

Thank you for contacting us. Congratulations on completing your testing using the U.S. Postal Services Internet Shipping Application Program Interfaces (APIs). Your profile has been updated to allow you access to the Production Server. 1. The Production Server URL is: http://production.shippingapis.com. For APIs calling the secure server, the URL is https://secure.shippingapis.com. 2. There is a line of code that refers to "shippingapitest.dll". You'll need to remove the word "test".

In the test server code I was using

$usps->setServer("http://testing.shippingapis.com/ShippingAPITest.dll");

No开发者_开发百科w I tried using this code today

$usps->setServer("http://production.shippingapis.com");

even I tried this code to get responce

$usps->setServer("http://production.shippingapis.com/ShippingAPI.dll");

Please any one used USPS in past help me.

Here is the link which helped me to test USPS in Test serverlink text

Thanks in Advance


I called USPS last night and mentioned them about the error I was getting in the production URL they asked for my User Id and told me to try and the code was working fine.Thus don't waste time and call customer care executive

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜