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
SAGAR DASSAGAR DAS 

MetaDataAPI with ASP.net

Hi,
   I have downloaded the MetadataAPI (37.0) and saved it as a xml file and referenced it in .NET ,but there are some mismatch.As per version 37.0 of MetadataAPI ,the createMetaData should accept 1 parameter whereas it is accepting 4 parameters.
  The ReadMetaData Function should return "ReadResult" ,whereas I couldnt find ReadResult in my reference.cs. Plz help me out.
Dnt know why there is a mismatch between the wsdl and the reference,cs
Daniel BallingerDaniel Ballinger
What are the extra parameters you are seeing on the createMetadata call? Are they the SOAP headers by chance?