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
Force ProgrammerForce Programmer 

Webservice Call Error

Hi All,

 

I am tryig to call an external service and then I am getting the following error.

 

System.CalloutException: Web service callout failed: Unable to find header type info for *specific soap header*

 

Does anyone have any idea what this means?

 

 

Regards

 

Rony

krprkrpr

check the name of the return element.

Sonam_SFDCSonam_SFDC

Hi Rony,


This appears to be a SOA(Service-oriented Architecture) failure. “CalloutException: Web service callout failed: Unable to find header type info for**

Could you please try to make a callout from fiddler to the same web service with the same headers and let me know whether it is executing fine or not.

One of the previous cases I saw, recreating the class fixed the issue so this is something you can try...