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
Doug Y.Doug Y. 

SOAP API LimitInfoHeader and DebuggingInfo header issues

SOAP responses to the upsert verb include the LimitInfoHeader but not the DebuggingInfo header.  This causes SOAP clients who interpret the WSDL strictly to fail with the exception that the sequence of the headers is violated.  Can the response with the LimitInfoHeader be turned off, or can the response be configured to include DebuggingInfo header?  The latter is definitely not preferable as it will clutter all responses and consume bandwidth unncessarily.