<?xml version="1.0" encoding="utf-8"?>
<wsdl: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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://startvbdotnet.com/web/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://startvbdotnet.com/web/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://startvbdotnet.com/web/">
      <s:element name="ConvertUnits">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="EnterUnit" type="s:decimal" />
            <s:element minOccurs="0" maxOccurs="1" name="FromUnits" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ToUnits" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConvertUnitsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConvertUnitsResult" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="anyType" nillable="true" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ConvertUnitsSoapIn">
    <wsdl:part name="parameters" element="tns:ConvertUnits" />
  </wsdl:message>
  <wsdl:message name="ConvertUnitsSoapOut">
    <wsdl:part name="parameters" element="tns:ConvertUnitsResponse" />
  </wsdl:message>
  <wsdl:message name="ConvertUnitsHttpGetIn">
    <wsdl:part name="EnterUnit" type="s:string" />
    <wsdl:part name="FromUnits" type="s:string" />
    <wsdl:part name="ToUnits" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ConvertUnitsHttpGetOut">
    <wsdl:part name="Body" element="tns:anyType" />
  </wsdl:message>
  <wsdl:message name="ConvertUnitsHttpPostIn">
    <wsdl:part name="EnterUnit" type="s:string" />
    <wsdl:part name="FromUnits" type="s:string" />
    <wsdl:part name="ToUnits" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ConvertUnitsHttpPostOut">
    <wsdl:part name="Body" element="tns:anyType" />
  </wsdl:message>
  <wsdl:portType name="sampleSoap">
    <wsdl:operation name="ConvertUnits">
      <wsdl:input message="tns:ConvertUnitsSoapIn" />
      <wsdl:output message="tns:ConvertUnitsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="sampleHttpGet">
    <wsdl:operation name="ConvertUnits">
      <wsdl:input message="tns:ConvertUnitsHttpGetIn" />
      <wsdl:output message="tns:ConvertUnitsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="sampleHttpPost">
    <wsdl:operation name="ConvertUnits">
      <wsdl:input message="tns:ConvertUnitsHttpPostIn" />
      <wsdl:output message="tns:ConvertUnitsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="sampleSoap" type="tns:sampleSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="ConvertUnits">
      <soap:operation soapAction="http://startvbdotnet.com/web/ConvertUnits" 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="sampleHttpGet" type="tns:sampleHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="ConvertUnits">
      <http:operation location="/ConvertUnits" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="sampleHttpPost" type="tns:sampleHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="ConvertUnits">
      <http:operation location="/ConvertUnits" />
      <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="sample">
    <wsdl:port name="sampleSoap" binding="tns:sampleSoap">
      <soap:address location="http://www.startvbdotnet.com/web/sample1.asmx" />
    </wsdl:port>
    <wsdl:port name="sampleHttpGet" binding="tns:sampleHttpGet">
      <http:address location="http://www.startvbdotnet.com/web/sample1.asmx" />
    </wsdl:port>
    <wsdl:port name="sampleHttpPost" binding="tns:sampleHttpPost">
      <http:address location="http://www.startvbdotnet.com/web/sample1.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>