OpenCart wsdl FEDEX错误:1000身份验证失败

时间:2018-07-13 17:57:10

标签: php soap wsdl opencart fedex

我正在Opencart中集成FEDEX模块,其中添加了我在所有其他站点中一直使用的凭据。

相同的凭据对其他少数几个网站有效,但不适用于此站点。我不断收到FEDEX ERROR :1000-Authentication Failed

已设置为生产

enter image description here

我也在使用生产网址:

 <service name="ShipService">
<port name="ShipServicePort" binding="ns:ShipServiceSoapBinding">
  <s1:address location="https://ws.fedex.com:443/web-services/ship"/>
</port>

它仍然出现以下错误

enter image description here

收到错误日志

 <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header />
   <SOAP-ENV:Body>
      <v10:RateReply xmlns:v10="http://fedex.com/ws/rate/v10">
         <v10:HighestSeverity>ERROR</v10:HighestSeverity>
         <v10:Notifications>
            <v10:Severity>ERROR</v10:Severity>
            <v10:Source>prof</v10:Source>
            <v10:Code>1000</v10:Code>
            <v10:Message>Authentication Failed</v10:Message>
         </v10:Notifications>
         <v10:Version>
            <v10:ServiceId>crs</v10:ServiceId>
            <v10:Major>10</v10:Major>
            <v10:Intermediate>0</v10:Intermediate>
            <v10:Minor>0</v10:Minor>
         </v10:Version>
      </v10:RateReply>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

0 个答案:

没有答案