lafur Haukur Flygenring Posted November 17, 2016 Share Posted November 17, 2016 Hi. I'm having a problem running a BW6 6.3.3 application locally. The error returned is: TIBCO-BW-WSDL-CACHE-500008: [bundleentry://21.fwk1468177767/Service%20Descriptors/BillingSystemQueryAPI.wsdl]: no xsd for this imported location [bundleentry://21.fwk1468177767/Schemas/redacted/queryRelatedTypes.xsd] with targetnamespace [http://redacted.com/redactedAPI/] TheBillingSystemQueryAPI.wsdl references the queryRelatesTypes.xsd as well as other xsds. These xsd files in turn reference other xsd files. I've added the queryRelatedTypes.xsd into the Dependencies list, but this does not resolve the error. The projects validates perfectly and I see all types when designin process and mapping into the input of the Invoke step in the process. Best Regards, lafur Link to comment Share on other sites More sharing options...
Hitesh Nembhwani Posted November 20, 2016 Share Posted November 20, 2016 Could you please attach the complete error log and the XSDs Did you check if the XSDs have any circualr dependecny If you could attach the problematic project, will be helpful. Thank you. Link to comment Share on other sites More sharing options...
lafur Haukur Flygenring Posted November 21, 2016 Author Share Posted November 21, 2016 Hi. I'll have to recreate the project since I've been trying to go about this with using another service that has a simpler WSDL/XSD definitions (everything is contained in the WSDL file.) Unfortunetly I've hit yet another error that I can't seem to solve :( TIBCO-BW-WSDL-CACHE-500007: Unable to resolve imported wsdl ref: importer = [bundleentry://375.fwk1468177767/Processes/evaluation/api/v1/customers.bwp]; importee tns [http://siminn.is/BillingServices/CommonBillingServices/v3]; importee location = [null] The locations is specified in the Dependencies tab in the Process properties so why it's not finding the importee location is beyond me :s Attached is the application and app module that I'm trying to make work. This is such a trivial thing so getting errors while doing this is beyond infuriating :( Best Regards, Olafur Link to comment Share on other sites More sharing options...
maha gopi Posted May 15, 2017 Share Posted May 15, 2017 I faced this issue after renaming a part name on the existing wsdl. I was able to resolve this issue by regenerating the concrete wsdl. Regards, Maha Link to comment Share on other sites More sharing options...
Beny Nagy Posted January 25, 2019 Share Posted January 25, 2019 Hello, I stumbled upon the same error TIBCO-BW-WSDL-CACHE-500008 while debugging an application with SOAP Reference Binding. I wanted to add some XSD imports to the WSDL, coming from 3rd-party, to be able to resolve all the W3.org, etc. namespaces in order to somehow enable WS-Addressing, feature which does not seem to be natively supported in BW, but the party required. The WSDL and all the XSDs validated fine, but debugger always failed with "no xsd for this imported location..." error. Eventually I removed all the XSD imports, leaving only those directly refered to by parts/elements/schemas... in the WSDL and then it worked. Regards Benedikt Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now