<?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://sconekb.com/" 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://sconekb.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://sconekb.com/">
      <s:element name="runCommand">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="command" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="runCommandResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="runCommandResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="new_indv">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sElement" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="new_indvResponse">
        <s:complexType />
      </s:element>
      <s:element name="is_x_a_y">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sElement" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="is_x_a_yResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="is_x_a_yResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="boolean" type="s:boolean" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="runCommandSoapIn">
    <wsdl:part name="parameters" element="tns:runCommand" />
  </wsdl:message>
  <wsdl:message name="runCommandSoapOut">
    <wsdl:part name="parameters" element="tns:runCommandResponse" />
  </wsdl:message>
  <wsdl:message name="new_indvSoapIn">
    <wsdl:part name="parameters" element="tns:new_indv" />
  </wsdl:message>
  <wsdl:message name="new_indvSoapOut">
    <wsdl:part name="parameters" element="tns:new_indvResponse" />
  </wsdl:message>
  <wsdl:message name="is_x_a_ySoapIn">
    <wsdl:part name="parameters" element="tns:is_x_a_y" />
  </wsdl:message>
  <wsdl:message name="is_x_a_ySoapOut">
    <wsdl:part name="parameters" element="tns:is_x_a_yResponse" />
  </wsdl:message>
  <wsdl:message name="runCommandHttpGetIn">
    <wsdl:part name="command" type="s:string" />
  </wsdl:message>
  <wsdl:message name="runCommandHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="new_indvHttpGetIn">
    <wsdl:part name="sElement" type="s:string" />
    <wsdl:part name="sType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="new_indvHttpGetOut" />
  <wsdl:message name="is_x_a_yHttpGetIn">
    <wsdl:part name="sElement" type="s:string" />
    <wsdl:part name="sType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="is_x_a_yHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="runCommandHttpPostIn">
    <wsdl:part name="command" type="s:string" />
  </wsdl:message>
  <wsdl:message name="runCommandHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="new_indvHttpPostIn">
    <wsdl:part name="sElement" type="s:string" />
    <wsdl:part name="sType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="new_indvHttpPostOut" />
  <wsdl:message name="is_x_a_yHttpPostIn">
    <wsdl:part name="sElement" type="s:string" />
    <wsdl:part name="sType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="is_x_a_yHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:portType name="ServiceSoap">
    <wsdl:operation name="runCommand">
      <wsdl:input message="tns:runCommandSoapIn" />
      <wsdl:output message="tns:runCommandSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="new_indv">
      <wsdl:input message="tns:new_indvSoapIn" />
      <wsdl:output message="tns:new_indvSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="is_x_a_y">
      <wsdl:input message="tns:is_x_a_ySoapIn" />
      <wsdl:output message="tns:is_x_a_ySoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ServiceHttpGet">
    <wsdl:operation name="runCommand">
      <wsdl:input message="tns:runCommandHttpGetIn" />
      <wsdl:output message="tns:runCommandHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="new_indv">
      <wsdl:input message="tns:new_indvHttpGetIn" />
      <wsdl:output message="tns:new_indvHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="is_x_a_y">
      <wsdl:input message="tns:is_x_a_yHttpGetIn" />
      <wsdl:output message="tns:is_x_a_yHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ServiceHttpPost">
    <wsdl:operation name="runCommand">
      <wsdl:input message="tns:runCommandHttpPostIn" />
      <wsdl:output message="tns:runCommandHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="new_indv">
      <wsdl:input message="tns:new_indvHttpPostIn" />
      <wsdl:output message="tns:new_indvHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="is_x_a_y">
      <wsdl:input message="tns:is_x_a_yHttpPostIn" />
      <wsdl:output message="tns:is_x_a_yHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="runCommand">
      <soap:operation soapAction="http://sconekb.com/runCommand" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="new_indv">
      <soap:operation soapAction="http://sconekb.com/new_indv" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="is_x_a_y">
      <soap:operation soapAction="http://sconekb.com/is_x_a_y" 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="ServiceSoap12" type="tns:ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="runCommand">
      <soap12:operation soapAction="http://sconekb.com/runCommand" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="new_indv">
      <soap12:operation soapAction="http://sconekb.com/new_indv" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="is_x_a_y">
      <soap12:operation soapAction="http://sconekb.com/is_x_a_y" 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="ServiceHttpGet" type="tns:ServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="runCommand">
      <http:operation location="/runCommand" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="new_indv">
      <http:operation location="/new_indv" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="is_x_a_y">
      <http:operation location="/is_x_a_y" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ServiceHttpPost" type="tns:ServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="runCommand">
      <http:operation location="/runCommand" />
      <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="new_indv">
      <http:operation location="/new_indv" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="is_x_a_y">
      <http:operation location="/is_x_a_y" />
      <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="Service">
    <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
      <soap:address location="http://sconekb.com/SconeWS/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
      <soap12:address location="http://sconekb.com/SconeWS/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceHttpGet" binding="tns:ServiceHttpGet">
      <http:address location="http://sconekb.com/SconeWS/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceHttpPost" binding="tns:ServiceHttpPost">
      <http:address location="http://sconekb.com/SconeWS/Service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>