<?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:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="netcash.shared.common" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="netcash.shared.common" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="netcash.shared.common">
      <s:element name="GetEncryptedUrl">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetEncryptedUrlResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetEncryptedUrlResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDecryptedUrl">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="url" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDecryptedUrlResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDecryptedUrlResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetEncryptedUrlSoapIn">
    <wsdl:part name="parameters" element="tns:GetEncryptedUrl" />
  </wsdl:message>
  <wsdl:message name="GetEncryptedUrlSoapOut">
    <wsdl:part name="parameters" element="tns:GetEncryptedUrlResponse" />
  </wsdl:message>
  <wsdl:message name="GetDecryptedUrlSoapIn">
    <wsdl:part name="parameters" element="tns:GetDecryptedUrl" />
  </wsdl:message>
  <wsdl:message name="GetDecryptedUrlSoapOut">
    <wsdl:part name="parameters" element="tns:GetDecryptedUrlResponse" />
  </wsdl:message>
  <wsdl:portType name="SecurityServiceSoap">
    <wsdl:operation name="GetEncryptedUrl">
      <wsdl:input message="tns:GetEncryptedUrlSoapIn" />
      <wsdl:output message="tns:GetEncryptedUrlSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetDecryptedUrl">
      <wsdl:input message="tns:GetDecryptedUrlSoapIn" />
      <wsdl:output message="tns:GetDecryptedUrlSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SecurityServiceSoap" type="tns:SecurityServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetEncryptedUrl">
      <soap:operation soapAction="netcash.shared.common/GetEncryptedUrl" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDecryptedUrl">
      <soap:operation soapAction="netcash.shared.common/GetDecryptedUrl" 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="SecurityServiceSoap12" type="tns:SecurityServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetEncryptedUrl">
      <soap12:operation soapAction="netcash.shared.common/GetEncryptedUrl" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDecryptedUrl">
      <soap12:operation soapAction="netcash.shared.common/GetDecryptedUrl" 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="SecurityService">
    <wsdl:port name="SecurityServiceSoap" binding="tns:SecurityServiceSoap">
      <soap:address location="https://ws.netcash.co.za/CDN/SecurityService.asmx" />
    </wsdl:port>
    <wsdl:port name="SecurityServiceSoap12" binding="tns:SecurityServiceSoap12">
      <soap12:address location="https://ws.netcash.co.za/CDN/SecurityService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>