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
Dan HuranDan Huran 

Problem with v10 wsdl and sendmail

I am trying to send emails using the 'sendMail' call. to achieve this I have upgraded to the v10 wsdl. I can now use the call but recieve the follwing error from the endpoint:

'UNSUPPORTED_API_VERSION: This call requires a minimum API version of 9.0. Please upgrade to the latest version of the WSDL.'

Any ideas?

DevAngelDevAngel
Well, you should check your source to see if you are explicitly hitting some other endpoint besides the default.

Search for /services/Soap/ in your code.


Cheers