<?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://webservices.DotNetNuke.com/" 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://webservices.DotNetNuke.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://webservices.DotNetNuke.com/">
      <s:element name="GetVersion">
        <s:complexType />
      </s:element>
      <s:element name="GetVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetVersionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="IWebAuthendicationHeader" type="tns:IWebAuthendicationHeader" />
      <s:complexType name="IWebAuthendicationHeader">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="PortalID" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Encrypted" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="WebPageCall" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ModuleId" type="s:int" />
        </s:sequence>
        <s:anyAttribute />
      </s:complexType>
      <s:element name="EncryptData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="UnEncryptedData" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="EncryptDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EncryptDataResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UnEncryptData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EncryptedData" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UnEncryptDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="UnEncryptDataResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PortalsOnServer">
        <s:complexType />
      </s:element>
      <s:element name="PortalsOnServerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PortalsOnServerResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetVersionSoapIn">
    <wsdl:part name="parameters" element="tns:GetVersion" />
  </wsdl:message>
  <wsdl:message name="GetVersionSoapOut">
    <wsdl:part name="parameters" element="tns:GetVersionResponse" />
  </wsdl:message>
  <wsdl:message name="GetVersionIWebAuthendicationHeader">
    <wsdl:part name="IWebAuthendicationHeader" element="tns:IWebAuthendicationHeader" />
  </wsdl:message>
  <wsdl:message name="EncryptDataSoapIn">
    <wsdl:part name="parameters" element="tns:EncryptData" />
  </wsdl:message>
  <wsdl:message name="EncryptDataSoapOut">
    <wsdl:part name="parameters" element="tns:EncryptDataResponse" />
  </wsdl:message>
  <wsdl:message name="EncryptDataIWebAuthendicationHeader">
    <wsdl:part name="IWebAuthendicationHeader" element="tns:IWebAuthendicationHeader" />
  </wsdl:message>
  <wsdl:message name="UnEncryptDataSoapIn">
    <wsdl:part name="parameters" element="tns:UnEncryptData" />
  </wsdl:message>
  <wsdl:message name="UnEncryptDataSoapOut">
    <wsdl:part name="parameters" element="tns:UnEncryptDataResponse" />
  </wsdl:message>
  <wsdl:message name="UnEncryptDataIWebAuthendicationHeader">
    <wsdl:part name="IWebAuthendicationHeader" element="tns:IWebAuthendicationHeader" />
  </wsdl:message>
  <wsdl:message name="PortalsOnServerSoapIn">
    <wsdl:part name="parameters" element="tns:PortalsOnServer" />
  </wsdl:message>
  <wsdl:message name="PortalsOnServerSoapOut">
    <wsdl:part name="parameters" element="tns:PortalsOnServerResponse" />
  </wsdl:message>
  <wsdl:message name="PortalsOnServerIWebAuthendicationHeader">
    <wsdl:part name="IWebAuthendicationHeader" element="tns:IWebAuthendicationHeader" />
  </wsdl:message>
  <wsdl:portType name="WebServiceSoap">
    <wsdl:operation name="GetVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> Retrieves IWeb Version *DotNetNuke* |IWEB Core| #IWEB Misc# !Portal! </wsdl:documentation>
      <wsdl:input message="tns:GetVersionSoapIn" />
      <wsdl:output message="tns:GetVersionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="EncryptData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> Encrypt Data *DotNetNuke* |IWEB Core| #IWEB Misc# !Portal! </wsdl:documentation>
      <wsdl:input message="tns:EncryptDataSoapIn" />
      <wsdl:output message="tns:EncryptDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UnEncryptData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> Un-Encrypt Data *DotNetNuke* |IWEB Core| #IWEB Misc# !Portal! </wsdl:documentation>
      <wsdl:input message="tns:UnEncryptDataSoapIn" />
      <wsdl:output message="tns:UnEncryptDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PortalsOnServer">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> Retrieves Portals on Server *DotNetNuke* |IWEB Core| #General# !Portal! </wsdl:documentation>
      <wsdl:input message="tns:PortalsOnServerSoapIn" />
      <wsdl:output message="tns:PortalsOnServerSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WebServiceSoap" type="tns:WebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVersion">
      <soap:operation soapAction="http://webservices.DotNetNuke.com/GetVersion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetVersionIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EncryptData">
      <soap:operation soapAction="http://webservices.DotNetNuke.com/EncryptData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:EncryptDataIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UnEncryptData">
      <soap:operation soapAction="http://webservices.DotNetNuke.com/UnEncryptData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:UnEncryptDataIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PortalsOnServer">
      <soap:operation soapAction="http://webservices.DotNetNuke.com/PortalsOnServer" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:PortalsOnServerIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WebServiceSoap12" type="tns:WebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVersion">
      <soap12:operation soapAction="http://webservices.DotNetNuke.com/GetVersion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:GetVersionIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="EncryptData">
      <soap12:operation soapAction="http://webservices.DotNetNuke.com/EncryptData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:EncryptDataIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UnEncryptData">
      <soap12:operation soapAction="http://webservices.DotNetNuke.com/UnEncryptData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:UnEncryptDataIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PortalsOnServer">
      <soap12:operation soapAction="http://webservices.DotNetNuke.com/PortalsOnServer" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:PortalsOnServerIWebAuthendicationHeader" part="IWebAuthendicationHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WebService">
    <wsdl:port name="WebServiceSoap" binding="tns:WebServiceSoap">
      <soap:address location="http://jncraig.com/DesktopModules/IWeb/webservice.asmx" />
    </wsdl:port>
    <wsdl:port name="WebServiceSoap12" binding="tns:WebServiceSoap12">
      <soap12:address location="http://jncraig.com/DesktopModules/IWeb/webservice.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>