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
Comment #1
nonprofit_salesforce commentedalso to note is that I'm using the unwelcome module which changes default front page behaviour.. would this cause an issue?
Comment #2
EvanDonovan commentedDo you have clean URLs enabled?
Comment #3
appmux commentedNo, 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!
Comment #4
kostajh commentedTry 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.
Comment #5
kostajh commentedComment #6
kostajh commented