3

USPS からこのエラーが発生しています。http://production.shippingapis.com/ShippingAPI.dll?API=RateV4&XML= でクエリを作成しています

<Error>
    <Number>80040b1a</Number>
    <Description>Authorization failure.  You are not authorized to connect to this server.</Description>
    <Source>UspsCom::DoAuth</Source>
</Error>

テスト サーバーhttp://production.shippingapis.com/ShippingAPItest.dll?API=RateV4&XML=で同じクエリを作成すると、次のエラーが表示されます。

<Error>
    <Number>80040b1a</Number>
    <Description>API Authorization failure. RateV4 is not a valid API name for this protocol.</Description>
    <Source>UspsCom::DoAuth</Source>
</Error>
4

1 に答える 1

7

Ravish-RateV4はテストサーバーには適用されないため、応答を取得できません。また、本番サーバーのRateV4に関しては、ICCC、USPSから許可を得る必要があります。それが役に立てば幸い。

于 2013-03-06T15:06:34.203 に答える