summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite')
-rw-r--r--branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite b/branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
index 13ef73c082..61c8a70a9a 100644
--- a/branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
+++ b/branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
@@ -27,7 +27,7 @@
<implementation.java class="org.apache.tuscany.sca.itest.databindings.jaxb.impl.StandardTypesServiceClientImpl" />
<reference name="standardTypesService">
<interface.java interface="org.apache.tuscany.sca.itest.databindings.jaxb.StandardTypesService"/>
- <binding.ws uri="http://localhost:8085/sts-ep"/>
+ <binding.ws uri="http://localhost:8085/sts-ep" requires="MTOM"/>
</reference>
</component>
@@ -55,7 +55,7 @@
<implementation.java class="org.apache.tuscany.sca.itest.databindings.jaxb.impl.StandardTypesServiceImpl"/>
<service name="StandardTypesService">
<interface.java interface="org.apache.tuscany.sca.itest.databindings.jaxb.StandardTypesService"/>
- <binding.ws uri="http://localhost:8085/sts-ep"/>
+ <binding.ws uri="http://localhost:8085/sts-ep" requires="MTOM"/>
<binding.sca/>
</service>
<service name="StandardTypesLocalService">