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
Software EngineSoftware Engine 

A small doubt.

Hi,
 
 
I hope all the VB.Net developers known about the problem with the VB keywords "case", "Event". First time when we download the WSDL file we should edit the code with the brackets.
 
     System.Xml.Serialization.XmlIncludeAttribute(GetType([Event])), _
     System.Xml.Serialization.XmlIncludeAttribute(GetType([Case])), _
 
   I have developed a windows based application with an enterprise WSDL in VB.Net. My organization keeps on changing the fields and datatypes. Hence they have to download the new WSDL for the updated one and copy to the executable file path.
 
My question is would the new WSDL creates any problem after we deployed the application. If it creates any problem, is there any work around to solve the problem.
 
Can we avoid the problem with PARTNER wsdl?
 
Thanks,
 
 
benjasikbenjasik
It only creates problems if your organization deletes a field you are using, or changes the name of a field you are using.  If they don't do that and the changes are additive, you won't have any problems.