Hi all,

Got the Suite working swimmingly for drupal->salesforce updates, and am now trying to get salesforce->drupal SOAP notifications set up correctly. I read in the README that the endpoint for SOAP messages is http://example.com/sf_notifications/endpoint, but this is not working for me. It seems like this would have to be configured in apache to work, but I'm not sure. I am getting a broken link when trying to hit that address with a normal browser. The only address that I can get a response on is:

http://1.2.3.4/drupal6/?q=sf_notifications/endpoint

of course using my ip address.. what should be the response when you hit the SOAP endpoint with a normal browser? any ideas?

thanks all,
Bruce

Comments

nonprofit_salesforce’s picture

also to note is that I'm using the unwelcome module which changes default front page behaviour.. would this cause an issue?

EvanDonovan’s picture

Do you have clean URLs enabled?

appmux’s picture

No, Unwelcome module covers only /unwelcome and /node paths, nothing else.

Btw, there's an update available for the Unwelcome module, which now enables promoted content to show up on the home page when available. Now it works even better!

kostajh’s picture

Try disabling the Unwelcome module, then testing.

Check watchdog after accessing the endpoint from your browser, you should see an access denied message because your IP won't be in the range of Salesforce IPs.

kostajh’s picture

Status: Active » Postponed (maintainer needs more info)
kostajh’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)