<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.webserviceX.NET/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" 
targetNamespace="http://www.webserviceX.NET/"
 xmlns="http://schemas.xmlsoap.org/wsdl/"
  xmlns:Ontology6="http://lsdis.cs.uga.edu/projects/meteor-s/wsdl-s/ontologies/LSDIS_Finance.owl"
  xmlns:wssem="http://www.ibm.com/xmlns/WebServices/WSSemantics">

  <message name="GetQuoteHttpGetIn">
    <part name="symbol" type="s:string" wssem:modelReference="Ontology6#Stock.stockSymbol"/>
  </message>
  <message name="GetQuoteHttpGetOut">
    <part name="Body" element="s0:string" wssem:modelReference="Ontology6#StockQuote"/>
  </message>
 

  <portType name="StockQuoteHttpGet">
    <operation name="GetQuote" wssem:modelReference="Ontology6#StockQuote">
      <documentation>Get Stock quote for a company Symbol</documentation>
      <input message="s0:GetQuoteHttpGetIn" />
      <output message="s0:GetQuoteHttpGetOut" />
    </operation>
  </portType>
 
  
  <binding name="StockQuoteHttpGet" type="s0:StockQuoteHttpGet">
    <http:binding verb="GET" />
    <operation name="GetQuote">
      <http:operation location="/GetQuote" />
      <input>
        <http:urlEncoded />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  
  <service name="StockQuote">
       <port name="StockQuoteHttpGet" binding="s0:StockQuoteHttpGet">
      <http:address location="http://www.webservicex.net/stockquote.asmx" />
    </port>
  
  </service>
</definitions>
