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

System.CalloutException: Unable to parse callout response. Apex type not found for element
While trying to make a callout , we are getting an exception
"System.CalloutException: Web service callout failed: Unable to parse callout response. Apex type not found for element ''http://www.tempURI.org/xyz=message"
I checked that the element is defined and it is a public class.
Apex_scema_type_info in that class is pointing to correct namespace.
Totally clueless of what this error is!! I suspect about the multiple namespaces we are using.I am not sure though if that is an issue and if so how to fix it.
If anyone has faced this before, please guide us on this.
Thanks!
It could be that you violate:
See more http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_callouts_wsdl2apex.htm