laiba2008 laiba2008 Posted July 21, 2015 Posted July 21, 2015 Hi guys, I created a WSDL in BW 6.2.1, it has imported xsd. wsdl passed all validations with no errors, but only failed to be deployed into local runtime. below is the error: com.tibco.bw.core.runtime.schemaresolver.WsdlResolveException: TIBCO-BW-SCHEMA-RESOLVER-500204: Failed to resolve WSDL [namespace=http://www.tibco.com/test/, location=null], due to exception [com.tibco.bw.cache.runtime.CacheException]. com.tibco.bw.cache.runtime.CacheException: . com.tibco.bw.cache.runtime.CacheException: TIBCO-BW-WSDL-CACHE-500008: [bundleentry://55.fwk792834113/Schemas/test_v1.wsdl]: no xsd for this imported location [bundleentry://55.fwk792834113/Schemas/CDM/Common/Common_v1.xsd] with targetnamespace [http://www.tibco.com/test/cdm/v1] Does anyone know why xsd cannot be resolved in wsdl (wsdl validated successfully) Thanks very much for any help.
anand babu 2 Posted October 23, 2015 Posted October 23, 2015 Try remove the Schema and wsdl spaces from Dependencies of the process and re-add them. Some times it will show the same error, even I used to got the same issue.
Akhil Nagpal Posted October 23, 2015 Posted October 23, 2015 Hi, I am facing the same issue. I dont think it is to with the imported schema. My schema is within the wsdl but I have added a new JMS binding into the existing wsdl and now trying to send SOAP/JMS message. Gives exactly the same error. Thanks,Akhil
Manoj Chaurasia Posted October 23, 2015 Posted October 23, 2015 Hi, Please try re-mapping namespace & location in "Dependencies" tab of the process. Then try debug now, if error resolves then fine. If issue still persists then try checking imported schema location in WSDL.
maha gopi Posted May 15, 2017 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
Nikhil Gandhari 2 Posted August 28, 2018 Posted August 28, 2018 I am having the same issue. I mapped the namespaces in Dependencies and also deleted the reference and added back.Anyone has a solution yet
Victor Olali Posted July 23, 2020 Posted July 23, 2020 This is BW6's way of telling you that you have a namespace conflict, except that it can't identify the source. You probably have 2 different schemas sharing a namespace, but one of them is hidden in your BW process, probably coz it isn't imported by any WSDL Go through all the schemas (.xsd files) in your module/project. Look for one that referes to it's own version of the conflicted namespace '[http://www.tibco.com/test/cdm/v1]', but does not point to the schema you expect it to. Keep an eye out particularly for schemas used byinvoker activities such as 'http Send' and 'jms request'.
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