You need to sign in to do that
Don't have an account?
System.CalloutException: Web service callout failed: Unable to parse callout response
Hi,
I am making a callout to external webservice and getting following exception.
System.CalloutException: Web service callout failed: Unable to parse callout response. Apex type not found for element ProposalInfoOut
I guess i am able to make callout and also getting response but salesforce not able to parse response.
Please help and tell me where is the problem or am i misiing something..?
Hi Alok,
Could you post your code so that I can have a look?
Regards,
Saxon.
Hi Saxon,
Thanks for quick reply. I am not able to post all code since it's exceeding max char limit.
So am posting class that making callout.
Class that makes callout:
Hi Alok,
Well I see your xml string is ok,
Could you send me your wsdl generated class their modification needs to be done.
Regards,
Saxon.
Hi,
Could you please give me your email id ? So i can send to that, as max char limit is exceeding if i post here.
Hi,
You can reach me at saxoncloud@gmail.com.
Regards,
Saxon.
Hi Saxon,
Just want to be confirm, have u got the mail ?
Would you please post your solution to this? Thank you!
It sounds like you are getting a TYPE in the response that is not represented in APEX.
https://na2.salesforce.com/help/doc/en/faq_apex_callout_validation.htm
The following link lists what types are supported.
http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#StartTopic=Content/apex_callouts_wsdl2apex.htm