Error while importing client WSDL

0
Hi,   I am trying to import vodafone WSDL and getting below error when I try to import in consumed_web_service. “The document was understood, but it could not be processed. - The WSDL document contains links that could not be resolved. - The 'annotation' element cannot appear at this location “. I have saved the WSDL file locally and importing WSDL as a file.    Is there a way to resolve this ? I guess the Vodafone WSDL and XSD would be standard files.   Thanks in advance.
asked
1 answers
0

The wsdl is not the only file you need in this case as there are imports being done in the wsdl from other files. You seem to be missing these files. Once you have those files and in the right location you should be able to import the wsdl. Look for the import tags in the wsdl to find the missing files.

answered