<?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="Microsoft.Samples.XmlMessaging.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="Microsoft.Samples.XmlMessaging.WebServices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="Microsoft.Samples.XmlMessaging.WebServices">
      <s:element name="ThrowsSoapException">
        <s:complexType />
      </s:element>
      <s:element name="ThrowsSoapExceptionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ThrowsSoapExceptionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ThrowsSoapExceptionSoapIn">
    <wsdl:part name="parameters" element="tns:ThrowsSoapException" />
  </wsdl:message>
  <wsdl:message name="ThrowsSoapExceptionSoapOut">
    <wsdl:part name="parameters" element="tns:ThrowsSoapExceptionResponse" />
  </wsdl:message>
  <wsdl:portType name="SoapExceptionServiceSoap">
    <wsdl:operation name="ThrowsSoapException">
      <wsdl:input message="tns:ThrowsSoapExceptionSoapIn" />
      <wsdl:output message="tns:ThrowsSoapExceptionSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SoapExceptionServiceSoap" type="tns:SoapExceptionServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ThrowsSoapException">
      <soap:operation soapAction="Microsoft.Samples.XmlMessaging.WebServices/ThrowsSoapException" 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="SoapExceptionServiceSoap12" type="tns:SoapExceptionServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ThrowsSoapException">
      <soap12:operation soapAction="Microsoft.Samples.XmlMessaging.WebServices/ThrowsSoapException" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SoapExceptionService">
    <wsdl:port name="SoapExceptionServiceSoap" binding="tns:SoapExceptionServiceSoap">
      <soap:address location="http://localhost/quickstartv20/webservices/samples/SoapException/vb/Server/SoapExceptionService.asmx" />
    </wsdl:port>
    <wsdl:port name="SoapExceptionServiceSoap12" binding="tns:SoapExceptionServiceSoap12">
      <soap12:address location="http://localhost/quickstartv20/webservices/samples/SoapException/vb/Server/SoapExceptionService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>