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
cmxintcmxint 

Winter'05 announcement question

Hi, guys!

May be you'll find my question pretty dummy but please explan me: what does phrase "Developers are encouraged to migrate to the SOAP based API" means? All I do to develop small applications is: get enterprise .wsdl file - compile it with wsdl.exe to assembly - link this assembly into my C# solution - use it. I had a look inside of source of assembly. The main class is derived from System.Web.Services.Protocols.SoapHttpClientProtocol. Is that what this phrase means?

SuperfellSuperfell
The WSDL file contains metadata about the SOAP api, the actual messages sent across the wire are SOAP messages. so you're using the SOAP API.