<?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://www.picofocus.com/DemoEngine/DBIExtractorDemoWebService" 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://www.picofocus.com/DemoEngine/DBIExtractorDemoWebService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.picofocus.com/DemoEngine/DBIExtractorDemoWebService">
      <s:element name="ProcessXtraction">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="applicationID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="xTractionRequest">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProcessXtractionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProcessXtractionResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ProcessXtractionSoapIn">
    <wsdl:part name="parameters" element="tns:ProcessXtraction" />
  </wsdl:message>
  <wsdl:message name="ProcessXtractionSoapOut">
    <wsdl:part name="parameters" element="tns:ProcessXtractionResponse" />
  </wsdl:message>
  <wsdl:portType name="DBIXtractorDemoWebServiceSoap">
    <wsdl:operation name="ProcessXtraction">
      <wsdl:input message="tns:ProcessXtractionSoapIn" />
      <wsdl:output message="tns:ProcessXtractionSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DBIXtractorDemoWebServiceSoap" type="tns:DBIXtractorDemoWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ProcessXtraction">
      <soap:operation soapAction="http://www.picofocus.com/DemoEngine/DBIExtractorDemoWebService/ProcessXtraction" 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="DBIXtractorDemoWebServiceSoap12" type="tns:DBIXtractorDemoWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ProcessXtraction">
      <soap12:operation soapAction="http://www.picofocus.com/DemoEngine/DBIExtractorDemoWebService/ProcessXtraction" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="DBIXtractorDemoWebService">
    <wsdl:port name="DBIXtractorDemoWebServiceSoap" binding="tns:DBIXtractorDemoWebServiceSoap">
      <soap:address location="http://www.picofocus.com/demoengine/dbiextractordemowebservice.asmx" />
    </wsdl:port>
    <wsdl:port name="DBIXtractorDemoWebServiceSoap12" binding="tns:DBIXtractorDemoWebServiceSoap12">
      <soap12:address location="http://www.picofocus.com/demoengine/dbiextractordemowebservice.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
