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
Salesforce Support 10Salesforce Support 10 

Dealing with multiple WSDLs in outbound message handler

Hi,

I'm trying to create a generic outbound message listener for different objects like Accounts, Opportunities and Contact but struggling to identify notification type. Also, thinking of adding different serverinterface classes with different namespace but if we use the same endpoint then what would be the efficient way to check the notification type( Account/ Contact) from notifications method in the listener.

Thanks & Regards,
Poonam
ShashankShashank (Salesforce Developers) 
Did you get a chance to look into these links?

https://www.salesforce.com/developer/docs/api/Content/sforce_api_om_outboundmessaging_listener.htm

http://btsguru.blogspot.sg/2011/07/outbound-messaging-in-salesforcecom.html