You need to sign in to do that
Don't have an account?

Problem reading Outbound Message in Notification Service listener in C#
I have created a notification listener web service in C# which serve as a endpoint url in Outbound Message definition in Salesforce. I am trying to test the message recieved from Outbound Message. But couldnt find the way to test the same.
Endpoint Url - https://
WCF Service using Notification service - http://hostname/SalesforceNotification.asmx as a web reference
Endpoint Url - https://
WCF Service using Notification service - http://hostname/SalesforceNotification.asmx as a web reference
Is there a way to test the Notification Service. I am dding Notification Service reference in anothe WCF project which will send the data to external application.
Please let me know if I am going in the right directon.