<?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://webservicemart.com/ws/" 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://webservicemart.com/ws/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://webservicemart.com/ws/">
      <s:element name="MSPCodes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MSPCodesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MSPCodesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="MSPCodesSoapIn">
    <wsdl:part name="parameters" element="tns:MSPCodes" />
  </wsdl:message>
  <wsdl:message name="MSPCodesSoapOut">
    <wsdl:part name="parameters" element="tns:MSPCodesResponse" />
  </wsdl:message>
  <wsdl:message name="MSPCodesHttpGetIn">
    <wsdl:part name="Code" type="s:string" />
  </wsdl:message>
  <wsdl:message name="MSPCodesHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="MSPCodesHttpPostIn">
    <wsdl:part name="Code" type="s:string" />
  </wsdl:message>
  <wsdl:message name="MSPCodesHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="MSPCodeSoap">
    <wsdl:operation name="MSPCodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns MSP Explanatory Codes. List of codes could be filtered by first character: E*&lt;br/&gt;Unfiltered list consists of 708 items</wsdl:documentation>
      <wsdl:input message="tns:MSPCodesSoapIn" />
      <wsdl:output message="tns:MSPCodesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="MSPCodeHttpGet">
    <wsdl:operation name="MSPCodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns MSP Explanatory Codes. List of codes could be filtered by first character: E*&lt;br/&gt;Unfiltered list consists of 708 items</wsdl:documentation>
      <wsdl:input message="tns:MSPCodesHttpGetIn" />
      <wsdl:output message="tns:MSPCodesHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="MSPCodeHttpPost">
    <wsdl:operation name="MSPCodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns MSP Explanatory Codes. List of codes could be filtered by first character: E*&lt;br/&gt;Unfiltered list consists of 708 items</wsdl:documentation>
      <wsdl:input message="tns:MSPCodesHttpPostIn" />
      <wsdl:output message="tns:MSPCodesHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MSPCodeSoap" type="tns:MSPCodeSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="MSPCodes">
      <soap:operation soapAction="http://webservicemart.com/ws/MSPCodes" 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="MSPCodeSoap12" type="tns:MSPCodeSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="MSPCodes">
      <soap12:operation soapAction="http://webservicemart.com/ws/MSPCodes" 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="MSPCodeHttpGet" type="tns:MSPCodeHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="MSPCodes">
      <http:operation location="/MSPCodes" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="MSPCodeHttpPost" type="tns:MSPCodeHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="MSPCodes">
      <http:operation location="/MSPCodes" />
      <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="MSPCode">
    <wsdl:port name="MSPCodeSoap" binding="tns:MSPCodeSoap">
      <soap:address location="http://webservicemart.com/mspcode.asmx" />
    </wsdl:port>
    <wsdl:port name="MSPCodeSoap12" binding="tns:MSPCodeSoap12">
      <soap12:address location="http://webservicemart.com/mspcode.asmx" />
    </wsdl:port>
    <wsdl:port name="MSPCodeHttpGet" binding="tns:MSPCodeHttpGet">
      <http:address location="http://webservicemart.com/mspcode.asmx" />
    </wsdl:port>
    <wsdl:port name="MSPCodeHttpPost" binding="tns:MSPCodeHttpPost">
      <http:address location="http://webservicemart.com/mspcode.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>