Hello,
I encounter a problem when using the CM WSDL from SC 6.2.7 in VB .NET 2003.
I can import the WSDL without problem an write a a program around it but when I compile the program if fails because 'RecordId' is already declared as Public Dim RecordId as StringType in this class.
Turns out "RecordId" the API caption of the field record.id in file cmcalendar which is also part of the WSDL. The name conflicts with a attribute name "recordid" because VB is case-insensitive in variable names. The only solution I can think of is to change the API caption for this field but wouldn't this break the ChangeCalendar? Dit somebody already encounter this problem and found a solution to it?
Thx,
Fid509


Reply With Quote
Bookmarks