summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Hello.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Hello.wsdl')
-rw-r--r--sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Hello.wsdl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Hello.wsdl b/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Hello.wsdl
index 561e560e7a..360cea5ff3 100644
--- a/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Hello.wsdl
+++ b/sandbox/sebastien/java/embed/samples/implementation-extension/src/test/resources/Hello.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/hello" xmlns:tns="http://sample/hello"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
name="Hello">
<wsdl:types>
- <schema elementFormDefault="qualified" targetNamespace="http://sample"
+ <schema elementFormDefault="qualified" targetNamespace="http://sample/hello"
xmlns="http://www.w3.org/2001/XMLSchema">
<element name="hello">
<complexType>