summaryrefslogtreecommitdiffstats
path: root/java/sca/vtest/wsbinding/nowsdl/promoted/src/main/resources/nowsdlpromoted.composite
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/vtest/wsbinding/nowsdl/promoted/src/main/resources/nowsdlpromoted.composite46
1 files changed, 23 insertions, 23 deletions
diff --git a/java/sca/vtest/wsbinding/nowsdl/promoted/src/main/resources/nowsdlpromoted.composite b/java/sca/vtest/wsbinding/nowsdl/promoted/src/main/resources/nowsdlpromoted.composite
index cf47c072a7..964996a638 100644
--- a/java/sca/vtest/wsbinding/nowsdl/promoted/src/main/resources/nowsdlpromoted.composite
+++ b/java/sca/vtest/wsbinding/nowsdl/promoted/src/main/resources/nowsdlpromoted.composite
@@ -24,27 +24,27 @@
<service name="BService" promote="BComponent">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BService"/>
- <binding.ws/>
+ <binding.ws uri="http://localhost:8085/BService"/>
</service>
<service name="BServiceSOAP" promote="BComponentSOAP">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP"/>
- <binding.ws requires="soap"/>
+ <binding.ws requires="soap" uri="http://localhost:8085/BServiceSOAP"/>
</service>
<service name="BServiceSOAP11" promote="BComponentSOAP11">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP11"/>
- <binding.ws requires="soap.1_1"/>
+ <binding.ws requires="soap.1_1" uri="http://localhost:8085/BServiceSOAP11"/>
</service>
<service name="BServiceSOAP12" promote="BComponentSOAP12">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP12"/>
- <binding.ws requires="soap.1_2"/>
+ <binding.ws requires="soap.1_2" uri="http://localhost:8085/BServiceSOAP12"/>
</service>
<service name="CService" promote="CComponent">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.CService"/>
- <binding.ws requires="soap.1_2"/>
+ <binding.ws requires="soap.1_2" uri="http://localhost:8085/CService"/>
</service>
<component name="BComponent">
@@ -69,92 +69,92 @@
<reference name="AComponent1B1" promote="AComponent1/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BService"/>
- <binding.ws uri="http://localhost:8080/BService"/>
+ <binding.ws uri="http://localhost:8085/BService"/>
</reference>
<reference name="AComponent2B1" promote="AComponent2/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BService"/>
- <binding.ws requires="soap" uri="http://localhost:8080/BService"/>
+ <binding.ws requires="soap" uri="http://localhost:8085/BService"/>
</reference>
<reference name="AComponent3B1" promote="AComponent3/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BService"/>
- <binding.ws requires="soap.1_1" uri="http://localhost:8080/BService"/>
+ <binding.ws requires="soap.1_1" uri="http://localhost:8085/BService"/>
</reference>
<reference name="AComponent4B1" promote="AComponent4/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BService"/>
- <binding.ws requires="soap.1_2" uri="http://localhost:8080/BService"/>
+ <binding.ws requires="soap.1_2" uri="http://localhost:8085/BService"/>
</reference>
<reference name="AComponent5B1" promote="AComponent5/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP"/>
- <binding.ws uri="http://localhost:8080/BServiceSOAP"/>
+ <binding.ws uri="http://localhost:8085/BServiceSOAP"/>
</reference>
<reference name="AComponent6B1" promote="AComponent6/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP"/>
- <binding.ws requires="soap" uri="http://localhost:8080/BServiceSOAP"/>
+ <binding.ws requires="soap" uri="http://localhost:8085/BServiceSOAP"/>
</reference>
<reference name="AComponent7B1" promote="AComponent7/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP"/>
- <binding.ws requires="soap.1_1" uri="http://localhost:8080/BServiceSOAP"/>
+ <binding.ws requires="soap.1_1" uri="http://localhost:8085/BServiceSOAP"/>
</reference>
<reference name="AComponent8B1" promote="AComponent8/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP"/>
- <binding.ws requires="soap.1_2" uri="http://localhost:8080/BServiceSOAP"/>
+ <binding.ws requires="soap.1_2" uri="http://localhost:8085/BServiceSOAP"/>
</reference>
<reference name="AComponent9B1" promote="AComponent9/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP11"/>
- <binding.ws uri="http://localhost:8080/BServiceSOAP11"/>
+ <binding.ws uri="http://localhost:8085/BServiceSOAP11"/>
</reference>
<reference name="AComponent10B1" promote="AComponent10/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP11"/>
- <binding.ws requires="soap" uri="http://localhost:8080/BServiceSOAP11"/>
+ <binding.ws requires="soap" uri="http://localhost:8085/BServiceSOAP11"/>
</reference>
<reference name="AComponent11B1" promote="AComponent11/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP11"/>
- <binding.ws requires="soap.1_1" uri="http://localhost:8080/BServiceSOAP11"/>
+ <binding.ws requires="soap.1_1" uri="http://localhost:8085/BServiceSOAP11"/>
</reference>
<reference name="AComponent12B1" promote="AComponent12/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP11"/>
- <binding.ws requires="soap.1_2" uri="http://localhost:8080/BServiceSOAP11"/>
+ <binding.ws requires="soap.1_2" uri="http://localhost:8085/BServiceSOAP11"/>
</reference>
<reference name="AComponent13B1" promote="AComponent13/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP12"/>
- <binding.ws uri="http://localhost:8080/BServiceSOAP12"/>
+ <binding.ws uri="http://localhost:8085/BServiceSOAP12"/>
</reference>
<reference name="AComponent14B1" promote="AComponent14/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP12"/>
- <binding.ws requires="soap" uri="http://localhost:8080/BServiceSOAP12"/>
+ <binding.ws requires="soap" uri="http://localhost:8085/BServiceSOAP12"/>
</reference>
<reference name="AComponent15B1" promote="AComponent15/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP12"/>
- <binding.ws requires="soap.1_1" uri="http://localhost:8080/BServiceSOAP12"/>
+ <binding.ws requires="soap.1_1" uri="http://localhost:8085/BServiceSOAP12"/>
</reference>
<reference name="AComponent16B1" promote="AComponent16/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP12"/>
- <binding.ws requires="soap.1_2" uri="http://localhost:8080/BServiceSOAP12"/>
+ <binding.ws requires="soap.1_2" uri="http://localhost:8085/BServiceSOAP12"/>
</reference>
<reference name="DComponentB1" promote="DComponent/b1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.BServiceSOAP11"/>
- <binding.ws requires="soap.1_1" uri="http://localhost:8080/BServiceSOAP11"/>
+ <binding.ws requires="soap.1_1" uri="http://localhost:8085/BServiceSOAP11"/>
</reference>
<reference name="DComponentC1" promote="DComponent/c1">
<interface.java interface="org.apache.tuscany.sca.vtest.wsbinding.nowsdl.promoted.CService"/>
- <binding.ws requires="soap.1_2" uri="http://localhost:8080/CService"/>
+ <binding.ws requires="soap.1_2" uri="http://localhost:8085/CService"/>
</reference>
<component name="AComponent1">