Technote (troubleshooting)
Problem(Abstract)
How do I resolve the following error, which I received when validating a WSDL import failed?
Symptom
XSD: Type reference 'http://www.example.com/wsdls#MyType' is unresolved.
The WSDL file validated fine in Altova XMLSpy, but the validation failed in WebSphere Integration Developer.
Cause
This issue is caused by inline schemas that have the same namespace.
Resolving the problem
Combine all the inline schemas with the same namespace into one inline schema.
Alternatively, you can extract your inline schemas to XSD files when using the WSDL and XSD importer, which you can access by selecting File > Import > Business Integration > WSDL and XSD. Note that the XSD model is working as designed; it requires specific references (like an xsd:include) to objects outside a schema.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.