<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.microsoft.com/ws/06/2004/policy/http" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" targetNamespace="http://tempuri.org/" name="PipSoapProbe" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <xsd:element name="Api">
        <xsd:complexType />
      </xsd:element>
      <xsd:element name="ApiResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="ApiResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Database">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="companyid" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="DatabaseResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="DatabaseResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="License">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="companyid" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="LicenseResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="LicenseResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Version">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="companyid" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="VersionResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="VersionResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="PipSoapProbe_Api_InputMessage">
    <wsdl:part name="parameters" element="tns:Api" />
  </wsdl:message>
  <wsdl:message name="PipSoapProbe_Api_OutputMessage">
    <wsdl:part name="parameters" element="tns:ApiResponse" />
  </wsdl:message>
  <wsdl:message name="PipSoapProbe_Database_InputMessage">
    <wsdl:part name="parameters" element="tns:Database" />
  </wsdl:message>
  <wsdl:message name="PipSoapProbe_Database_OutputMessage">
    <wsdl:part name="parameters" element="tns:DatabaseResponse" />
  </wsdl:message>
  <wsdl:message name="PipSoapProbe_License_InputMessage">
    <wsdl:part name="parameters" element="tns:License" />
  </wsdl:message>
  <wsdl:message name="PipSoapProbe_License_OutputMessage">
    <wsdl:part name="parameters" element="tns:LicenseResponse" />
  </wsdl:message>
  <wsdl:message name="PipSoapProbe_Version_InputMessage">
    <wsdl:part name="parameters" element="tns:Version" />
  </wsdl:message>
  <wsdl:message name="PipSoapProbe_Version_OutputMessage">
    <wsdl:part name="parameters" element="tns:VersionResponse" />
  </wsdl:message>
  <wsdl:portType name="PipSoapProbe">
    <wsdl:operation name="Api">
      <wsdl:input message="tns:PipSoapProbe_Api_InputMessage" />
      <wsdl:output message="tns:PipSoapProbe_Api_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="Database">
      <wsdl:input message="tns:PipSoapProbe_Database_InputMessage" />
      <wsdl:output message="tns:PipSoapProbe_Database_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="License">
      <wsdl:input message="tns:PipSoapProbe_License_InputMessage" />
      <wsdl:output message="tns:PipSoapProbe_License_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="Version">
      <wsdl:input message="tns:PipSoapProbe_Version_InputMessage" />
      <wsdl:output message="tns:PipSoapProbe_Version_OutputMessage" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="PipSoapProbeSoap" type="tns:PipSoapProbe">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Api">
      <soap:operation soapAction="http://tempuri.org/Api" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Database">
      <soap:operation soapAction="http://tempuri.org/Database" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="License">
      <soap:operation soapAction="http://tempuri.org/License" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Version">
      <soap:operation soapAction="http://tempuri.org/Version" 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="PipSoapProbeSoap12" type="tns:PipSoapProbe">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Api">
      <soap:operation soapAction="http://tempuri.org/Api" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Database">
      <soap:operation soapAction="http://tempuri.org/Database" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="License">
      <soap:operation soapAction="http://tempuri.org/License" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Version">
      <soap:operation soapAction="http://tempuri.org/Version" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="PipSoapProbe">
    <wsdl:port name="PipSoapProbeSoap" binding="tns:PipSoapProbeSoap">
      <soap:address location="http://api.us.ecieautomate.com/Probe.asmx" />
    </wsdl:port>
    <wsdl:port name="PipSoapProbeSoap12" binding="tns:PipSoapProbeSoap12">
      <soap:address location="http://api.us.ecieautomate.com/Probe.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>