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:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-02-06 11:46:22 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-02-06 11:46:22 +0000
commite04ddf410cfac4cf5da4c28165ecaa1d27638d40 (patch)
tree6f319fa80b79a1679656e88f1546dfe430c6088b /branches/sca-java-1.x/itest/databindings/jaxb-bottom-up/src/main/resources/standard-types-service.composite
parent2794acf3d9824b28336445026e4a3b437b779f75 (diff)
Fixes for TUSCANY-2451
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741544 13f79535-47bb-0310-9956-ffa450edef68
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">