• Sage CRM fixing WSDL errors in .NET

    Have you ever encountered a runtime error in .NET when using a web reference of CRM? Something like: "The type initializer for Program threw and exception. There was an error reflecting property". Good news is this is an easy fix. When the WSDL has…
  • How a WSDL Changes when Changing SOAP Web Services configuration

    I have been updating some Web Services code and was trying my test application against a new install of Sage CRM. I needed to change the setting in Administration -> System -> Web Services from Dropdown fields as strings in WSDL file : No to …
  • Updating leads via web services

    I'm trying to update some records via web services. I have some input data which consists of a list of email addresses in a spreadsheet. I need to go through that list 1 by 1 and for each email address return all the matching leads. Once I have my list…