summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/src/main/resources/wsdl/wrapped/standard-types-service.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/src/main/resources/wsdl/wrapped/standard-types-service.composite')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/src/main/resources/wsdl/wrapped/standard-types-service.composite9
1 files changed, 9 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/src/main/resources/wsdl/wrapped/standard-types-service.composite b/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/src/main/resources/wsdl/wrapped/standard-types-service.composite
index 59e30dc801..9c81b78e45 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/src/main/resources/wsdl/wrapped/standard-types-service.composite
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/src/main/resources/wsdl/wrapped/standard-types-service.composite
@@ -23,6 +23,7 @@
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://jaxb.databindings.itest.sca.tuscany.apache.org/"
xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
name="StandardTypesService">
<!-- Clients to test the service -->
@@ -77,4 +78,12 @@
<binding.ws uri="http://localhost:8085/sts-ep-w" requires="MTOM"/>
</service>
</component>
+
+ <!-- Local cache of Tuscany home page -->
+ <component name="myWeb">
+ <tuscany:implementation.resource location="myContent"/>
+ <service name="Resource">
+ <tuscany:binding.http/>
+ </service>
+ </component>
</composite>