Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
In BusinessEvents (BE) 4.0.0, Error is thrown while importing WSDL into Studio. The WSDL cannot see the imported types contained within it.
Environment:
==========
TIBCO BusinessEvents 4.0 Studio
Symptoms:
=========
BE Studio throws the error that the WSDL cannot see the imported types contained within it
Cause:
=====
This issue is caused by using relative rather than absolute schemaLocation as BE uses schemaLocation in WSDL to import the complex type definition from the other schema file.
Resolution:
==========
Change the location of referred schemas in WSDL to absolute path rather than relative path. Moreover, while giving absolute path make sure directory separator used is "/" instead of "\"