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
kevoharakevohara 

.NET Serialization of Enums

We have a custom web service built in Salesforce and are connecting to it with .NET.  After adding the WSDL as a web reference in Visual Studio, we are able to create the required Enumerations and pass them into the web service.

 

The problem is that the Apex web service is getting null values for all of the Enumeration variables.  We tested this in Java and we do not have an issue there.

 

Is there a problem with Enumerations being sent over from .NET?  I am not a .NET developer so I do not know how .NET normall handles this.