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
Sourav HazraSourav Hazra 

SOAP Fault during webservice integration

We are working on webservice based integration where trying to callout the service from Salesforce. While performing the call out, we are facing the below error 


Web service callout failed: WebService returned a SOAP Fault: axis2ns45:ResourceUnavailableFault faultcode=soapenv:Server faultactor=

Does any one face this error before and share some idea? 
Daniel BallingerDaniel Ballinger
Often when there is a SOAP fault and you have used WSDL2Apex it will obscure most of the response when raising an exception.

Firstly, go and vote for SOAPFault Information for Apex (https://success.salesforce.com/ideaView?id=08730000000BqG9AAK).

In terms of capturing the full soap message. Try making the SOAP call in a developer edition org with the developer console open and capturing the debug log. The debug log will include the CALLOUT_REQUEST and CALLOUT_RESPONSE messages that will include the raw SOAP request and response. The will include the full SOAP fault.

See also: Accessing the entire fault response from a CalloutException (https://developer.salesforce.com/forums/?id=906F00000008zz4IAA)
Priyanka Kumari 58Priyanka Kumari 58
I uploaded a pdf formate document in opportunity but while opening the pdf i am getting below error <soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <faultcode>CB-3392</faultcode> <faultstring> BIP3710: A SOAP Request node received a SOAP Fault response message, but the HTTP Status code was Success (2xx).. HTTP/1.1 200 One or more of the input parameters to the service method is missing or invalid.. https://sptslfprd.internal.closebrothers.com/sf/SF1/_vti_bin/cmis/soap/ObjectService.svc. </faultstring> </soapenv:Fault> can anyone help me to fix this