<?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="FeeScheduleCosts">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FeeItemCode" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="SpecialtyCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FeeScheduleCostsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FeeScheduleCostsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SpecialtyCodes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SpecialtyCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SpecialtyCodesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SpecialtyCodesResult" 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="FeeScheduleCostsSoapIn">
    <wsdl:part name="parameters" element="tns:FeeScheduleCosts" />
  </wsdl:message>
  <wsdl:message name="FeeScheduleCostsSoapOut">
    <wsdl:part name="parameters" element="tns:FeeScheduleCostsResponse" />
  </wsdl:message>
  <wsdl:message name="SpecialtyCodesSoapIn">
    <wsdl:part name="parameters" element="tns:SpecialtyCodes" />
  </wsdl:message>
  <wsdl:message name="SpecialtyCodesSoapOut">
    <wsdl:part name="parameters" element="tns:SpecialtyCodesResponse" />
  </wsdl:message>
  <wsdl:message name="FeeScheduleCostsHttpGetIn">
    <wsdl:part name="FeeItemCode" type="s:string" />
    <wsdl:part name="SpecialtyCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FeeScheduleCostsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="SpecialtyCodesHttpGetIn">
    <wsdl:part name="SpecialtyCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SpecialtyCodesHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="FeeScheduleCostsHttpPostIn">
    <wsdl:part name="FeeItemCode" type="s:string" />
    <wsdl:part name="SpecialtyCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FeeScheduleCostsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="SpecialtyCodesHttpPostIn">
    <wsdl:part name="SpecialtyCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SpecialtyCodesHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="MSPFeesSoap">
    <wsdl:operation name="FeeScheduleCosts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns description and fee amount for fee item code or list of fee items for given speciality code. Both parameters could be empty.</wsdl:documentation>
      <wsdl:input message="tns:FeeScheduleCostsSoapIn" />
      <wsdl:output message="tns:FeeScheduleCostsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SpecialtyCodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns description of the speciality by code. If SpecialtyCode is empty returns list of all specialty codes</wsdl:documentation>
      <wsdl:input message="tns:SpecialtyCodesSoapIn" />
      <wsdl:output message="tns:SpecialtyCodesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="MSPFeesHttpGet">
    <wsdl:operation name="FeeScheduleCosts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns description and fee amount for fee item code or list of fee items for given speciality code. Both parameters could be empty.</wsdl:documentation>
      <wsdl:input message="tns:FeeScheduleCostsHttpGetIn" />
      <wsdl:output message="tns:FeeScheduleCostsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="SpecialtyCodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns description of the speciality by code. If SpecialtyCode is empty returns list of all specialty codes</wsdl:documentation>
      <wsdl:input message="tns:SpecialtyCodesHttpGetIn" />
      <wsdl:output message="tns:SpecialtyCodesHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="MSPFeesHttpPost">
    <wsdl:operation name="FeeScheduleCosts">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns description and fee amount for fee item code or list of fee items for given speciality code. Both parameters could be empty.</wsdl:documentation>
      <wsdl:input message="tns:FeeScheduleCostsHttpPostIn" />
      <wsdl:output message="tns:FeeScheduleCostsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="SpecialtyCodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns description of the speciality by code. If SpecialtyCode is empty returns list of all specialty codes</wsdl:documentation>
      <wsdl:input message="tns:SpecialtyCodesHttpPostIn" />
      <wsdl:output message="tns:SpecialtyCodesHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MSPFeesSoap" type="tns:MSPFeesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="FeeScheduleCosts">
      <soap:operation soapAction="http://webservicemart.com/ws/FeeScheduleCosts" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SpecialtyCodes">
      <soap:operation soapAction="http://webservicemart.com/ws/SpecialtyCodes" 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="MSPFeesSoap12" type="tns:MSPFeesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="FeeScheduleCosts">
      <soap12:operation soapAction="http://webservicemart.com/ws/FeeScheduleCosts" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SpecialtyCodes">
      <soap12:operation soapAction="http://webservicemart.com/ws/SpecialtyCodes" 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="MSPFeesHttpGet" type="tns:MSPFeesHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="FeeScheduleCosts">
      <http:operation location="/FeeScheduleCosts" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SpecialtyCodes">
      <http:operation location="/SpecialtyCodes" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="MSPFeesHttpPost" type="tns:MSPFeesHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="FeeScheduleCosts">
      <http:operation location="/FeeScheduleCosts" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SpecialtyCodes">
      <http:operation location="/SpecialtyCodes" />
      <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="MSPFees">
    <wsdl:port name="MSPFeesSoap" binding="tns:MSPFeesSoap">
      <soap:address location="http://www.webservicemart.com/mspfee.asmx" />
    </wsdl:port>
    <wsdl:port name="MSPFeesSoap12" binding="tns:MSPFeesSoap12">
      <soap12:address location="http://www.webservicemart.com/mspfee.asmx" />
    </wsdl:port>
    <wsdl:port name="MSPFeesHttpGet" binding="tns:MSPFeesHttpGet">
      <http:address location="http://www.webservicemart.com/mspfee.asmx" />
    </wsdl:port>
    <wsdl:port name="MSPFeesHttpPost" binding="tns:MSPFeesHttpPost">
      <http:address location="http://www.webservicemart.com/mspfee.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>