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
Steve MaxSteve Max 

I am receiving error messages when trying to generate Apex classes from vendor supplied WSDL file.

 I am trying to generate classes from a WSDL file produced by a vendor.  I get an error message when I try to generate classes from the WSDL code:

 

Error: Unable to find schema for element; {http://atex.com/StaticDataWebService/}NodeType

 

The WSDL file is too large to include in this message.  Any suggestions?

NDND

Hi Steve,

 

I am facing same problem while generating apex class from wsdl.

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

 

Please let me know if you get any solution.

 

Thanks.