<?xml version="1.0" encoding="UTF-8" ?>
<definitions targetNamespace="http://soapam.nuwave-tech.com/services/echostring/echostring/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:n0="http://soapam.nuwave-tech.com/services/echostring/echostring/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <types>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://soapam.nuwave-tech.com/services/echostring/echostring/">
      <xsd:element name="echoString">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="1" maxOccurs="1" name="inputString" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="echoStringResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="1" maxOccurs="1" name="return" type="xsd:string" nillable="true" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
  </types>
  <message name="echoStringSoapIn">
    <part name="parameters" element="n0:echoString" />
  </message>
  <message name="echoStringSoapOut">
    <part name="parameters" element="n0:echoStringResponse" />
  </message>
  <portType name="echoStringSampleSoap">
    <operation name="echoString">
      <documentation>This method returns a copy of the supplied input string.</documentation>
      <input message="n0:echoStringSoapIn" />
      <output message="n0:echoStringSoapOut" />
    </operation>
  </portType>
  <binding name="echoStringSampleSoap" type="n0:echoStringSampleSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="echoString">
      <soap:operation soapAction="http://soapam.nuwave-tech.com/services/echostring/echostring/echoString" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="echoStringSample">
    <documentation>This service implements the echoString sample</documentation>
    <port name="echoStringSampleSoap" binding="n0:echoStringSampleSoap">
      <soap:address location="http://soapam.nuwave-tech.com/services/echostring/echostring" />
    </port>
  </service>
</definitions>

