<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://fileexchange/security" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://fileexchange/security" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://fileexchange/security">
      <s:element name="EncryptSvc">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strData" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EncryptSvcResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EncryptSvcResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DecryptSvc">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strData" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DecryptSvcResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DecryptSvcResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="EncryptSvcSoapIn">
    <wsdl:part name="parameters" element="tns:EncryptSvc" />
  </wsdl:message>
  <wsdl:message name="EncryptSvcSoapOut">
    <wsdl:part name="parameters" element="tns:EncryptSvcResponse" />
  </wsdl:message>
  <wsdl:message name="DecryptSvcSoapIn">
    <wsdl:part name="parameters" element="tns:DecryptSvc" />
  </wsdl:message>
  <wsdl:message name="DecryptSvcSoapOut">
    <wsdl:part name="parameters" element="tns:DecryptSvcResponse" />
  </wsdl:message>
  <wsdl:portType name="FE_SymSvcSoap">
    <wsdl:operation name="EncryptSvc">
      <wsdl:input message="tns:EncryptSvcSoapIn" />
      <wsdl:output message="tns:EncryptSvcSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DecryptSvc">
      <wsdl:input message="tns:DecryptSvcSoapIn" />
      <wsdl:output message="tns:DecryptSvcSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="FE_SymSvcSoap" type="tns:FE_SymSvcSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="EncryptSvc">
      <soap:operation soapAction="http://fileexchange/security/EncryptSvc" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DecryptSvc">
      <soap:operation soapAction="http://fileexchange/security/DecryptSvc" 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="FE_SymSvcSoap12" type="tns:FE_SymSvcSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="EncryptSvc">
      <soap12:operation soapAction="http://fileexchange/security/EncryptSvc" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DecryptSvc">
      <soap12:operation soapAction="http://fileexchange/security/DecryptSvc" 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="FE_SymSvc">
    <wsdl:port name="FE_SymSvcSoap" binding="tns:FE_SymSvcSoap">
      <soap:address location="http://www.chemistry4.me/symmetric.asmx" />
    </wsdl:port>
    <wsdl:port name="FE_SymSvcSoap12" binding="tns:FE_SymSvcSoap12">
      <soap12:address location="http://www.chemistry4.me/symmetric.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>