<definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:ws-xwebservices-com:XWebTD:v1:PriceList" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:import0="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Messages" targetNamespace="urn:ws-xwebservices-com:XWebTD:v1:PriceList" name="PriceList" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <xsd:schema>
      <xsd:import schemaLocation="PriceList.xsd" namespace="urn:ws-xwebservices-com:XWebTD:v1:PriceList:Messages" />
    </xsd:schema>
  </types>
  <message name="priceListIn">
    <part name="messagePart" element="import0:PriceListRequest" />
  </message>
  <message name="priceListOut">
    <part name="messagePart" element="import0:PriceListResponse" />
  </message>
  <portType name="PriceListInterface">
    <operation name="PriceList">
      <input message="tns:priceListIn" />
      <output message="tns:priceListOut" />
    </operation>
  </portType>
  <binding name="PriceList" type="tns:PriceListInterface">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="PriceList">
      <soap:operation soapAction="urn:ws-xwebservices-com:XWebTD:v1:PriceList:priceListIn" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="PriceListPort">
    <port name="PriceListPort" binding="tns:PriceList">
      <soap:address location="https://ws.xwebservices.com/XWebTD/V1/PriceList.asmx" />
    </port>
  </service>
</definitions>
