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

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
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