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
random_duderandom_dude 

Stuck: Web service callout failed

Web service callout failed: Unable to parse callout response. Apex type not found for element http://some_url=Success

 

What does this error mean?

 

aalbertaalbert

It means that the apex class that received the web service response couldn't parse or understand what was returned by the web service. Did you generate the apex to invoke this web service using WSDL2Apex? 

 

Check out this article that also details how to best troubleshoot and output the soap request and response for easier debugging. (Force.com IDE , Execute Anonymous). 

 

 

 

 

random_duderandom_dude

"Did you generate the apex to invoke this web service using WSDL2Apex?"

 

Yes

 

I'll try the force.com IDE debuggeryou mentionned