You need to sign in to do that
Don't have an account?

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?
You need to sign in to do that
Don't have an account?
Web service callout failed: Unable to parse callout response. Apex type not found for element http://some_url=Success
What does this error mean?
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).
"Did you generate the apex to invoke this web service using WSDL2Apex?"
Yes
I'll try the force.com IDE debuggeryou mentionned