Issues using a Fedex Webservice via WSDL/SOAP

前端 未结 6 2119
灰色年华
灰色年华 2021-02-08 13:22

I downloaded the sample code to request a rate from fedex\'s website... i placed the WSDL file in the proper location, I have my acct number, password, meter number, and key. Wh

6条回答
  •  长情又很酷
    2021-02-08 13:42

    I Was also having the Same issue, i was entering the password which i was using to login, but we need to enter the password which will be sent your email address after registering for the test account information with FEDEX:

    Please make sure the values you have entered below are correct:

    if($var == 'shipaccount') Return 'Your Account Number';
    if($var == 'meter')       Return 'Your meter number';
    if($var == 'key')         Return 'Your key'; //These values wiil be shown in the page after registering for the test account
    
    if($var == 'password')    Return 'Your Password'; // This will be sent to you by Fedex to your mail this is not your account password using to login
    

提交回复
热议问题