<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="HybridData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InRequest" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="HybridDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HybridDataResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="HybridDataSoapIn">
    <wsdl:part name="parameters" element="tns:HybridData" />
  </wsdl:message>
  <wsdl:message name="HybridDataSoapOut">
    <wsdl:part name="parameters" element="tns:HybridDataResponse" />
  </wsdl:message>
  <wsdl:portType name="XFerDataSoap">
    <wsdl:operation name="HybridData">
      <wsdl:input message="tns:HybridDataSoapIn" />
      <wsdl:output message="tns:HybridDataSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="XFerDataSoap" type="tns:XFerDataSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="HybridData">
      <soap:operation soapAction="http://tempuri.org/HybridData" 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="XFerData">
    <wsdl:port name="XFerDataSoap" binding="tns:XFerDataSoap">
      <soap:address location="http://nicole.jaseblog.com/PortDataSvc.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>