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
NareshNaresh 

Calling an external Webservice from VisualForce and getting Error

Hi ,

I am trying to call an external web service from Visual force. I have taken a WSDL file.This Web service validate any Address on SFDC
Account . I parsed the WSDL to the apex class and  trying to call the request method in the Converted class from visual force. But when i tried to call it i am getting an error:-"Web service callout failed: Unable to parse callout response. Apex type not found for element http://www.serviceobjects.com/=Desc".

Any idea?

Thanks in Advance!

NG