Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Java-SCA-2.0-M5
-
None
-
All
Description
BWS_2007 refers to multiple wsdl files in the same namespace (http://test.sca.oasisopen.org/) but which appear in multiple contributions, e.g.
BWS_2007
Service1InvalidPort.wsdl
BWS_General
Service1.wsdl
In this particular test the composite file explicitly refers to a service that's defined in Service1InvalidPort.wsdl. However the OASIS SCA resolution mechanism says that, via import/export, the runtime should look at the wsdl in BWS_General first. Tuscany does this, finds a wsdl in the right namespace and considers the resolution complete. It them fails when it's unable to find the service. It should continue then and look in other places rather than stopping, i.e it should look in any other contributions that export the same namespace and then in the local contribution.