summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-02 23:12:00 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-02 23:12:00 +0000
commitabefe1a37b0e9ca6bee2543dc1a97e3cf72da85f (patch)
treeff33d0f60ed118497e2532a3a27330c5fc7ed692 /sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl
parentdf2617e39498f4d74a239f845e7f86e4017d529d (diff)
Add a SOAP Web service binding and a test case for it. Minor cleanup, remove redundant test case and refactor test WSDL namespaces.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl')
-rw-r--r--sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl b/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl
index 60eaec9f27..8a148bb5e8 100644
--- a/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl
+++ b/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Upper.wsdl
@@ -17,13 +17,13 @@
* specific language governing permissions and limitations
* under the License.
-->
-<wsdl:definitions targetNamespace="http://sample" xmlns:tns="http://sample"
+<wsdl:definitions targetNamespace="http://sample/upper" xmlns:tns="http://sample/upper"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
name="Upper">
<wsdl:types>
- <schema elementFormDefault="qualified" targetNamespace="http://sample"
+ <schema elementFormDefault="qualified" targetNamespace="http://sample/upper"
xmlns="http://www.w3.org/2001/XMLSchema">
<element name="upper">
<complexType>