Salesforce FuelSDK

时间:2018-05-02 08:18:52

标签: php salesforce

我正在尝试设置Salesforce FuelSDK,以便我可以将订阅者添加到列表中 我现在卡在这个部分,我似乎无法使baseUrl工作 这些是我的php配置

return array(
    'appsignature' => 'none', 
    'clientid' => 'test',
    'clientsecret' => 'test',
    'defaultwsdl' => 'https://webservice.s7.exacttarget.com/etframework.wsdl',
    'xmlloc' => 'wdsl/ExactTargetWSDL.xml',
    'baseAuthUrl' => 'https://auth.exacttargetapis.com',
    'baseUrl' => 'https://webservice.s7.exacttarget.com/Service.asmx'
);  

这给了我这个错误:

Fatal error: Uncaught Exception: Unable to determine stack using /platform/v1/endpoints/: Unable to determine stack using /platform/v1/endpoints/:<html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/Error.aspx?aspxerrorpath=/Service.asmx/platform/v1/endpoints/soap">here</a>.</h2> </body></html> in /home/vagrant/Code/marketing_cloud/src/ET_Client.php on line 180  

如果有人可以提供帮助,那就太棒了:)。

1 个答案:

答案 0 :(得分:0)

对于其他有这个问题的人来说,这是baseURL
&#39;的baseUrl&#39; =&GT; &#39; https://www.exacttargetapis.com/&#39;