<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.reflectionit.nl/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.reflectionit.nl/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">StockServices created by &lt;a href=http://www.reflectionit.nl&gt;Reflection IT&lt;/a&gt;.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.reflectionit.nl/webservices/">
      <s:element name="GetStockQuote">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="symbol" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetStockQuoteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetStockQuoteResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="double" type="s:double" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetStockQuoteSoapIn">
    <wsdl:part name="parameters" element="tns:GetStockQuote" />
  </wsdl:message>
  <wsdl:message name="GetStockQuoteSoapOut">
    <wsdl:part name="parameters" element="tns:GetStockQuoteResponse" />
  </wsdl:message>
  <wsdl:message name="GetStockQuoteHttpGetIn">
    <wsdl:part name="symbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetStockQuoteHttpGetOut">
    <wsdl:part name="Body" element="tns:double" />
  </wsdl:message>
  <wsdl:message name="GetStockQuoteHttpPostIn">
    <wsdl:part name="symbol" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetStockQuoteHttpPostOut">
    <wsdl:part name="Body" element="tns:double" />
  </wsdl:message>
  <wsdl:portType name="StockServicesSoap">
    <wsdl:operation name="GetStockQuote">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Yahoo stock quote.</wsdl:documentation>
      <wsdl:input message="tns:GetStockQuoteSoapIn" />
      <wsdl:output message="tns:GetStockQuoteSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="StockServicesHttpGet">
    <wsdl:operation name="GetStockQuote">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Yahoo stock quote.</wsdl:documentation>
      <wsdl:input message="tns:GetStockQuoteHttpGetIn" />
      <wsdl:output message="tns:GetStockQuoteHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="StockServicesHttpPost">
    <wsdl:operation name="GetStockQuote">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the Yahoo stock quote.</wsdl:documentation>
      <wsdl:input message="tns:GetStockQuoteHttpPostIn" />
      <wsdl:output message="tns:GetStockQuoteHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="StockServicesSoap" type="tns:StockServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetStockQuote">
      <soap:operation soapAction="http://www.reflectionit.nl/webservices/GetStockQuote" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="StockServicesSoap12" type="tns:StockServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetStockQuote">
      <soap12:operation soapAction="http://www.reflectionit.nl/webservices/GetStockQuote" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="StockServicesHttpGet" type="tns:StockServicesHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetStockQuote">
      <http:operation location="/GetStockQuote" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="StockServicesHttpPost" type="tns:StockServicesHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetStockQuote">
      <http:operation location="/GetStockQuote" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="StockServices">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">StockServices created by &lt;a href=http://www.reflectionit.nl&gt;Reflection IT&lt;/a&gt;.</wsdl:documentation>
    <wsdl:port name="StockServicesSoap" binding="tns:StockServicesSoap">
      <soap:address location="http://www.html2xml.nl/Services/Stocks/Version1/StockServices.asmx" />
    </wsdl:port>
    <wsdl:port name="StockServicesSoap12" binding="tns:StockServicesSoap12">
      <soap12:address location="http://www.html2xml.nl/Services/Stocks/Version1/StockServices.asmx" />
    </wsdl:port>
    <wsdl:port name="StockServicesHttpGet" binding="tns:StockServicesHttpGet">
      <http:address location="http://www.html2xml.nl/Services/Stocks/Version1/StockServices.asmx" />
    </wsdl:port>
    <wsdl:port name="StockServicesHttpPost" binding="tns:StockServicesHttpPost">
      <http:address location="http://www.html2xml.nl/Services/Stocks/Version1/StockServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>