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
RamaKrishnaRamaKrishna 

outbound notifications exception

hi there:
 
Iam new to salesforce.com. Iam trying to call external web service which is created in c# dotnet using outboundmessages and workflows. I was  not able to call external web service. iam ended up with error messages saying that "The request element <notifications xmlns='http://soap.sforce.com/2005/09/outbound'> was not recognized.".
 
Please let me know how to proceed further.
 
Thanks,
Ram
Jean-NoelJean-Noel
Hello,

The webservice that is called by an outbound message need to accept a pre defined envelope. From an outbound message you can optain a WSDL file to create the proper class structure in C#