<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0, which is available at
    http://www.eclipse.org/legal/epl-2.0.

    This Source Code may also be made available under the following Secondary
    Licenses when the conditions for such availability set forth in the
    Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
    version 2 with the GNU Classpath Exception, which is available at
    https://www.gnu.org/software/classpath/license.html.

    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

-->

<definitions
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    name="W2JDLR4003ImportUTF8"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    targetNamespace="http://w2jdlr4003testservice.org/W2JDLR4003ImportUTF8.wsdl"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://w2jdlr4003testservice.org/W2JDLR4003ImportUTF8.wsdl"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsd1="http://w2jdlr4003testservice.org/xsd">

    <types>
        <schema targetNamespace="http://w2jdlr4003testservice.org/xsd"
            xmlns="http://www.w3.org/2001/XMLSchema"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            elementFormDefault="qualified">

            <element name="echoStringUTF8Param" type="xsd:string"/>
            <element name="echoStringUTF8Return" type="xsd:string"/>
            
        </schema>
    </types>

    <message name="echoStringUTF8">
        <part element="xsd1:echoStringUTF8Param" name="str"/>
    </message>
    <message name="echoStringUTF8Response">
        <part element="xsd1:echoStringUTF8Return" name="result"/>
    </message>
    
</definitions>
