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
Oscar BecerraOscar Becerra 

System.CalloutException: Web service callout failed: WebService returned a SOAP Fault: Server was unable to process request. ---> Server Error faultcode=soap:Server faultactor=

Hi,

I am getting the error "System.CalloutException: Web service callout failed: WebService returned a SOAP Fault: Server was unable to process request. ---> Server Error faultcode=soap:Server faultactor=" when I send data by a SOAP web service to some server.

Does somebody know what can be the possible reasons why this error happen?

Regards
Oscar Becerra
Apex - LearnerApex - Learner
Hi Oscar, This error usually happens if you are not setting up request headers properly. Please check if all headers (http) like SOAP Action, Content Type setup as expected.

Please do let me know it you still face issues with this.