diff options
Diffstat (limited to 'branches/sca-java-1.x/samples/quote-xquery/src/main')
-rw-r--r-- | branches/sca-java-1.x/samples/quote-xquery/src/main/resources/xqueryquotewsclient.composite | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/samples/quote-xquery/src/main/resources/xqueryquotewsclient.composite b/branches/sca-java-1.x/samples/quote-xquery/src/main/resources/xqueryquotewsclient.composite index 35306b9f89..c9887c8c19 100644 --- a/branches/sca-java-1.x/samples/quote-xquery/src/main/resources/xqueryquotewsclient.composite +++ b/branches/sca-java-1.x/samples/quote-xquery/src/main/resources/xqueryquotewsclient.composite @@ -18,7 +18,9 @@ * under the License. --> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" targetNamespace="http://quote.xquery/client" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:xq="http://quote.xquery/client" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0" + xmlns:xq="http://quote.xquery/client" name="xqueryquotewsclient"> <component name="QuoteJoinLocalComponent"> @@ -101,9 +103,8 @@ </component> <reference name="availQuoteProvider" promote="QuoteJoinExternalReferencesComponent/availQuoteProvider"> - <!-- removed because it doesn't work with TUSCANY-2324 fix + <!-- removed because it doesn't work with TUSCANY-2324 fix --> <interface.java interface="xquery.quote.AvailQuoteProviderService" /> - --> <binding.ws wsdlElement="http://quote.xquery#wsdl.port(AvailQuoteProviderService/AvailQuoteProviderSoapPort)" /> </reference> <reference name="quoteJoinWs" promote="QuoteJoinLocalComponent/quoteJoinWs"> |