function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
amit@promactinfo.comamit@promactinfo.com 

Outbound messaging - Not able to receive notifications

Hi All,

 

We have configured all that is described in http://wiki.developerforce.com/index.php/Creating_ an_Outbound_Messaging_Notification_Service_with_CS ... (ref. http://www.salesforce.com/us/developer/docs/api/in dex.htm). The salesforce configuration for outbound messages works well in my test login because when a related field is updated it does not show any pending list of messages and sends the response to endpoint url without error. But, nothing is available to the web service listener.

Does the method notificationsResponse INotificationBinding.notifications(notifications notifications1) called implicitly by salesforce whenever a messge gets generated or we have to write another code for that? Why the web service is not able to get any response?

 

So, basically from the test scenario:

If we specify a wrong endpoint url and then modify the account details, the outboud messsages get generated with status as delivery failure.

Now, if we correct/rectify the endpoint url and then click on retry for sending outboud messages, the messages get sent immediately.

Now, if we see the log of our IIS to confirm the web service call it gives below status (ok).

#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2010-05-03 03:46:57
#Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2010-05-03 03:46:57 W3SVC1 10.1.81.30 POST /AccountNotificationTest.asmx - 80 - 202.129.242.8 Jakarta+Commons-HttpClient/3.0.1 200 0 0
2010-05-03 03:46:57 W3SVC1 10.1.81.30 POST /AccountNotificationTest.asmx - 80 - 202.129.242.8 Jakarta+Commons-HttpClient/3.0.1 200 0 0

But unfortunately, there is no function call to our web service, and that is confirmed by just writing a test code that just writes a log file in notifications() function when notifications() function has been called.

 

Reference post:

http://community.salesforce.com/t5/NET-Development/Problem-occurs-with-Outbound-Messaging-Notification-Sales-force/td-p/182306

 

Hoping for a quick reply, please help.

 

Thanks and Regards,