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

Failed to parse wsdl
hello people,
i try to generate apex classes from WSDL and the error
Failed to parse wsdl: Found schema import from location.............External schema import not supported
i need some help with that.
Hello,
Seems you are importing either any .xsd or wsdl within you wsdl. Please note that it is not allowed import an wsdl or xsd file within wsdl. Solution is to import schemas in the wsdl directly. If its xsd the follow following following steps:
1. Open the WSDL with a text editor
2. Inside <wsdl:types> (below the last <schema>) paste each referenced .xsd file content. Paste only <schema></schema>
3. Once all schemas are in the WSDL then comment all <xsd:import> using <!-- -->. They are no longer needed.
4. Save and you are ready to go.
All Answers
Hello,
Seems you are importing either any .xsd or wsdl within you wsdl. Please note that it is not allowed import an wsdl or xsd file within wsdl. Solution is to import schemas in the wsdl directly. If its xsd the follow following following steps:
1. Open the WSDL with a text editor
2. Inside <wsdl:types> (below the last <schema>) paste each referenced .xsd file content. Paste only <schema></schema>
3. Once all schemas are in the WSDL then comment all <xsd:import> using <!-- -->. They are no longer needed.
4. Save and you are ready to go.
Apex Generation Failed
Unable to find schema for element; {http://www.w3.org/2001/XMLSchema}float
and i can't find the solution to this problem.
I am facing the same problem.
Unable to find schema for element;
Please help.