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
justin_sfdcjustin_sfdc 

Handler not being able to parse into the xml sent through Outbound Messages

Hi,

I am currently sending the infomation to .net handler via Outbound msg. The handler is able to receive my message but not being able to parse into the namespace; <sf:name> and all.
What should be the xmlns for the notifications and how would you parse into the sf: namespace sent from SFDC to .net.

Thanks!
Ashish_SFDCAshish_SFDC
Hi Justin, 


See the article, 

https://developer.salesforce.com/page/Creating_an_Outbound_Messaging_Notification_Service_with_CSharp_and_.Net_Framework_2.0

And See the detailed thread, 

http://stackoverflow.com/questions/9169643/contract-first-wcf-for-salesforce-outbound-messaging


Regards,
Ashish