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
Mohammad SaleemMohammad Saleem 

Error: Failed to parse wsdl: Unable to find schema for element; {http://www.w3.org/2001/XMLSchema}schema

i am importing wsdl file then getting error
Edwin VijayEdwin Vijay
The WSDL does not contain the XSD, which is schema definitions. Usually they are links to other files.

You will need to get a flattened WSDL file. Google it and you will find out tools to create a single flattened WSDL file.
varun_vatsavarun_vatsa
Please have a look at this blog post

http://varunvatsa.blogspot.in/2012/12/apex-generation-failed-unable-to-find.html

This is about amazon s3 wsdl generation.

Please mark it as solved, if you find this answer helpful.