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
Nagendra AnandaNagendra Ananda 

Webservice Callout error while invoking through SOAP - 'SOAP Fault: BEA-380000'

Hi All ,

I'm getting 'Web service callout failed: WebService returned a SOAP Fault: BEA-380000: Internal Server Error faultcode=soapenv:Server faultactor=' error when invoking the external webservice using SOAP based integration.

can anyone give us a solution for solving this issue.

Thanks,
Nagendra A
Sonam_SFDCSonam_SFDC
Hi,

Did a quick search online and found that this error BEA-380000 is seen when there is an error response recieved from the 3rd party you were tryng to call - http://docs.oracle.com/cd/E14571_01/doc.1111/e15867/app_error_codes.htm

Also, found the following thread with a similar error:
https://developer.salesforce.com/forums/ForumsMain?id=906F00000008wGAIAY
commercial coecommercial coe
I'm getting 'Web service callout failed: WebService returned a SOAP Fault: BEA-380001: Internal Server Error faultcode=soapenv:Server faultactor=' error when invoking the external webservice using SOAP based integration.


Which is slightly different from the eaarlier one.
can anyone give us a solution for solving this issue.
chandan kumar 51chandan kumar 51
Hi Nagenra,
I am also getting the same error is it error from request side or response  side.