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
D0ubleStakkedD0ubleStakked 

Has anyone tried connecting to the Apex API from Mono

Hi,
   My external application supports both the .NET Framework & Mono platforms.
   My Apex API integration code works perfectly on the .NET Framework, and my QA team has begun testing on the Mono platform on Linux.
   Immediately I'm finding that all of my Apex API calls are erroring out with "Error writing request" at System.Net.WebConnectionStream.WriteRequest().
 
   I've googled this and it appeared to have been an issue with HTTPS WS requests, but this was for Mono 1.1.11.  I'm running Mono 1.2.2.1.
 
   Is anyone else making Apex API calls from Mono, and if so, have you had a similar experience?
 
Thanks,
-Brian