<?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://www.fullerdata.com/ASPBridge/bridge.asmx" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.fullerdata.com/ASPBridge/bridge.asmx" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.fullerdata.com/ASPBridge/bridge.asmx">
      <s:element name="getSessionValue">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionVariable" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getSessionValueResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getSessionValueResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="setSessionValue">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionVariable" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sessionValue" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="setSessionValueResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="setSessionValueResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getSessionValues">
        <s:complexType />
      </s:element>
      <s:element name="getSessionValuesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getSessionValuesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="setSessionValues">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="xmlSessionValues" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="setSessionValuesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="setSessionValuesResult" 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="getSessionValueSoapIn">
    <wsdl:part name="parameters" element="tns:getSessionValue" />
  </wsdl:message>
  <wsdl:message name="getSessionValueSoapOut">
    <wsdl:part name="parameters" element="tns:getSessionValueResponse" />
  </wsdl:message>
  <wsdl:message name="setSessionValueSoapIn">
    <wsdl:part name="parameters" element="tns:setSessionValue" />
  </wsdl:message>
  <wsdl:message name="setSessionValueSoapOut">
    <wsdl:part name="parameters" element="tns:setSessionValueResponse" />
  </wsdl:message>
  <wsdl:message name="getSessionValuesSoapIn">
    <wsdl:part name="parameters" element="tns:getSessionValues" />
  </wsdl:message>
  <wsdl:message name="getSessionValuesSoapOut">
    <wsdl:part name="parameters" element="tns:getSessionValuesResponse" />
  </wsdl:message>
  <wsdl:message name="setSessionValuesSoapIn">
    <wsdl:part name="parameters" element="tns:setSessionValues" />
  </wsdl:message>
  <wsdl:message name="setSessionValuesSoapOut">
    <wsdl:part name="parameters" element="tns:setSessionValuesResponse" />
  </wsdl:message>
  <wsdl:message name="getSessionValueHttpGetIn">
    <wsdl:part name="sessionVariable" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getSessionValueHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValueHttpGetIn">
    <wsdl:part name="sessionVariable" type="s:string" />
    <wsdl:part name="sessionValue" type="s:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValueHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="getSessionValuesHttpGetIn" />
  <wsdl:message name="getSessionValuesHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValuesHttpGetIn">
    <wsdl:part name="xmlSessionValues" type="s:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValuesHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="getSessionValueHttpPostIn">
    <wsdl:part name="sessionVariable" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getSessionValueHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValueHttpPostIn">
    <wsdl:part name="sessionVariable" type="s:string" />
    <wsdl:part name="sessionValue" type="s:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValueHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="getSessionValuesHttpPostIn" />
  <wsdl:message name="getSessionValuesHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValuesHttpPostIn">
    <wsdl:part name="xmlSessionValues" type="s:string" />
  </wsdl:message>
  <wsdl:message name="setSessionValuesHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:portType name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeSoap">
    <wsdl:operation name="getSessionValue">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and session variable name, return the session value</documentation>
      <wsdl:input message="tns:getSessionValueSoapIn" />
      <wsdl:output message="tns:getSessionValueSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="setSessionValue">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and session variable name, set to the given session value, returning true/false</documentation>
      <wsdl:input message="tns:setSessionValueSoapIn" />
      <wsdl:output message="tns:setSessionValueSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getSessionValues">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier, return XML schema of session data.</documentation>
      <wsdl:input message="tns:getSessionValuesSoapIn" />
      <wsdl:output message="tns:getSessionValuesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="setSessionValues">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and XML payload of session data (following schema (&amp;ltSession GUID="{...}"&amp;gt&amp;lt;SessionItem Name="Value"/&amp;gt;&amp;lt;/Session&amp;gt;) set session values</documentation>
      <wsdl:input message="tns:setSessionValuesSoapIn" />
      <wsdl:output message="tns:setSessionValuesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpGet">
    <wsdl:operation name="getSessionValue">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and session variable name, return the session value</documentation>
      <wsdl:input message="tns:getSessionValueHttpGetIn" />
      <wsdl:output message="tns:getSessionValueHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="setSessionValue">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and session variable name, set to the given session value, returning true/false</documentation>
      <wsdl:input message="tns:setSessionValueHttpGetIn" />
      <wsdl:output message="tns:setSessionValueHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getSessionValues">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier, return XML schema of session data.</documentation>
      <wsdl:input message="tns:getSessionValuesHttpGetIn" />
      <wsdl:output message="tns:getSessionValuesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="setSessionValues">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and XML payload of session data (following schema (&amp;ltSession GUID="{...}"&amp;gt&amp;lt;SessionItem Name="Value"/&amp;gt;&amp;lt;/Session&amp;gt;) set session values</documentation>
      <wsdl:input message="tns:setSessionValuesHttpGetIn" />
      <wsdl:output message="tns:setSessionValuesHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpPost">
    <wsdl:operation name="getSessionValue">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and session variable name, return the session value</documentation>
      <wsdl:input message="tns:getSessionValueHttpPostIn" />
      <wsdl:output message="tns:getSessionValueHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="setSessionValue">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and session variable name, set to the given session value, returning true/false</documentation>
      <wsdl:input message="tns:setSessionValueHttpPostIn" />
      <wsdl:output message="tns:setSessionValueHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getSessionValues">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier, return XML schema of session data.</documentation>
      <wsdl:input message="tns:getSessionValuesHttpPostIn" />
      <wsdl:output message="tns:getSessionValuesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="setSessionValues">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">For a given session identifier and XML payload of session data (following schema (&amp;ltSession GUID="{...}"&amp;gt&amp;lt;SessionItem Name="Value"/&amp;gt;&amp;lt;/Session&amp;gt;) set session values</documentation>
      <wsdl:input message="tns:setSessionValuesHttpPostIn" />
      <wsdl:output message="tns:setSessionValuesHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeSoap" type="tns:ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="getSessionValue">
      <soap:operation soapAction="http://www.fullerdata.com/ASPBridge/bridge.asmx/getSessionValue" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="setSessionValue">
      <soap:operation soapAction="http://www.fullerdata.com/ASPBridge/bridge.asmx/setSessionValue" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSessionValues">
      <soap:operation soapAction="http://www.fullerdata.com/ASPBridge/bridge.asmx/getSessionValues" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="setSessionValues">
      <soap:operation soapAction="http://www.fullerdata.com/ASPBridge/bridge.asmx/setSessionValues" 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="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpGet" type="tns:ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="getSessionValue">
      <http:operation location="/getSessionValue" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="setSessionValue">
      <http:operation location="/setSessionValue" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSessionValues">
      <http:operation location="/getSessionValues" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="setSessionValues">
      <http:operation location="/setSessionValues" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpPost" type="tns:ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="getSessionValue">
      <http:operation location="/getSessionValue" />
      <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="setSessionValue">
      <http:operation location="/setSessionValue" />
      <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="getSessionValues">
      <http:operation location="/getSessionValues" />
      <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="setSessionValues">
      <http:operation location="/setSessionValues" />
      <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="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_Bridge">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">A possible solution for migrating session-based classic ASP applications to session-based ASP.Net applications</documentation>
    <wsdl:port name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeSoap" binding="tns:ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeSoap">
      <soap:address location="http://www.fullerdata.com/ASPBridge/bridge.asmx" />
    </wsdl:port>
    <wsdl:port name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpGet" binding="tns:ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpGet">
      <http:address location="http://www.fullerdata.com/ASPBridge/bridge.asmx" />
    </wsdl:port>
    <wsdl:port name="ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpPost" binding="tns:ASP_x0020_to_x0020_ASP.Net_x0020_Session_x0020_BridgeHttpPost">
      <http:address location="http://www.fullerdata.com/ASPBridge/bridge.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>