<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StockQuote" targetNamespace="http://example.com/stockquote.wsdl">
  <wsdl:types>
    <xsd:schema targetNamespace="http://example.com/stockquote.xsd">
      <xsd:element name="TradePriceRequest" type="xsd:string"/>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="GetLastTradePriceInput">
    <wsdl:part name="body" element="xsd:TradePriceRequest"/>
  </wsdl:message>
</wsdl:definitions>
