From df394ad8991792c90ee678ec18ca3d4fcf896e2e Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 20 Mar 2009 10:10:33 +0000 Subject: Copy trunk to test sanbox for release plugin testing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756399 13f79535-47bb-0310-9956-ffa450edef68 --- .../service/src/main/resources/aservice.wsdl | 139 +++++++++++++++++++++ .../resources/endpoint-uri-resolution.composite | 103 +++++++++++++++ .../src/main/resources/endpointreference.composite | 40 ++++++ .../src/main/resources/wsdlbinding.composite | 45 +++++++ .../src/main/resources/wsdlendpoint.composite | 37 ++++++ .../service/src/main/resources/wsdlport.composite | 43 +++++++ .../src/main/resources/wsdlservice.composite | 43 +++++++ 7 files changed, 450 insertions(+) create mode 100644 sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/aservice.wsdl create mode 100644 sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpoint-uri-resolution.composite create mode 100644 sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpointreference.composite create mode 100644 sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlbinding.composite create mode 100644 sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlendpoint.composite create mode 100644 sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlport.composite create mode 100644 sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlservice.composite (limited to 'sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources') diff --git a/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/aservice.wsdl b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/aservice.wsdl new file mode 100644 index 0000000000..e7953eb2b4 --- /dev/null +++ b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/aservice.wsdl @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpoint-uri-resolution.composite b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpoint-uri-resolution.composite new file mode 100644 index 0000000000..0d92174442 --- /dev/null +++ b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpoint-uri-resolution.composite @@ -0,0 +1,103 @@ + + + + + + + + + + + http://localhost:8085/AService/endpointref + + + + + + + + + inAddress + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpointreference.composite b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpointreference.composite new file mode 100644 index 0000000000..3ba152b7b8 --- /dev/null +++ b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/endpointreference.composite @@ -0,0 +1,40 @@ + + + + + + + + + + http://localhost:8085/AService/endpointref + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlbinding.composite b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlbinding.composite new file mode 100644 index 0000000000..85c604070a --- /dev/null +++ b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlbinding.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlendpoint.composite b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlendpoint.composite new file mode 100644 index 0000000000..0c11c79efe --- /dev/null +++ b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlendpoint.composite @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlport.composite b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlport.composite new file mode 100644 index 0000000000..859b93bec4 --- /dev/null +++ b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlport.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlservice.composite b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlservice.composite new file mode 100644 index 0000000000..fa96e650de --- /dev/null +++ b/sandbox/ant/sca/trunk/vtest/wsbinding/service/src/main/resources/wsdlservice.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3