<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://de.elo.ix/wsdl/IndexServer" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://de.elo.ix/types/IndexServer" name="IndexServer" targetNamespace="http://de.elo.ix/wsdl/IndexServer">
  <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://de.elo.ix/types/IndexServer" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://de.elo.ix/types/IndexServer">
      <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
      <complexType name="ClientInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="callId" type="string" nillable="true"/>
              <element name="country" type="string" nillable="true"/>
              <element name="language" type="string" nillable="true"/>
              <element name="ticket" type="string" nillable="true"/>
              <element name="timeZone" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ValueClass">
        <sequence>
          <element name="changedMembers" type="long"/></sequence></complexType>
      <complexType name="SordLink">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="id" type="string" nillable="true"/>
              <element name="linkId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="FindInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="findByAcl" type="tns:FindByAcl" nillable="true"/>
              <element name="findByFulltext" type="tns:FindByFulltext" nillable="true"/>
              <element name="findByFulltextCtrl" type="tns:FindByFulltextCtrl" nillable="true"/>
              <element name="findByIndex" type="tns:FindByIndex" nillable="true"/>
              <element name="findByNotes" type="tns:FindByNotes" nillable="true"/>
              <element name="findByPreviewCtrl" type="tns:FindByPreviewCtrl" nillable="true"/>
              <element name="findByRegisteredFunction" type="tns:FindByRegisteredFunction" nillable="true"/>
              <element name="findBySordHist" type="tns:FindBySordHist" nillable="true"/>
              <element name="findByType" type="tns:FindByType" nillable="true"/>
              <element name="findByVersion" type="tns:FindByVersion" nillable="true"/>
              <element name="findChildren" type="tns:FindChildren" nillable="true"/>
              <element name="findDirect" type="tns:FindDirect" nillable="true"/>
              <element name="findOptions" type="tns:FindOptions" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="FindByAcl">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="acls" type="tns:ArrayOfstring" nillable="true"/>
              <element name="distinctAcl" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfstring">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="string[]"/></restriction></complexContent></complexType>
      <complexType name="FindByFulltext">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="term" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="FindByFulltextCtrl">
        <sequence>
          <element name="endTStamp" type="string" nillable="true"/>
          <element name="startTStamp" type="string" nillable="true"/></sequence></complexType>
      <complexType name="FindByIndex">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="IDateIso" type="string" nillable="true"/>
              <element name="XDateIso" type="string" nillable="true"/>
              <element name="acl" type="string" nillable="true"/>
              <element name="delDateIso" type="string" nillable="true"/>
              <element name="desc" type="string" nillable="true"/>
              <element name="exactName" type="boolean"/>
              <element name="maskId" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="objKeys" type="tns:ArrayOfObjKey" nillable="true"/>
              <element name="ownerId" type="string" nillable="true"/>
              <element name="pathId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfObjKey">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ObjKey[]"/></restriction></complexContent></complexType>
      <complexType name="ObjKey">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="data" type="tns:ArrayOfstring" nillable="true"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="objId" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="FindByNotes">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="term" type="string" nillable="true"/>
              <element name="type" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="FindByPreviewCtrl">
        <sequence>
          <element name="fileExtensions" type="tns:ArrayOfstring" nillable="true"/>
          <element name="previewAvailable" type="boolean"/>
          <element name="previewError" type="boolean"/></sequence></complexType>
      <complexType name="FindByRegisteredFunction">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="args" type="tns:Any" nillable="true"/>
              <element name="functionName" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="Any">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="anyArray" type="tns:ArrayOfAny" nillable="true"/>
              <element name="booleanValue" type="boolean"/>
              <element name="byteArray" type="base64Binary" nillable="true"/>
              <element name="doubleValue" type="double"/>
              <element name="intValue" type="int"/>
              <element name="longValue" type="long"/>
              <element name="objectValue" type="tns:ValueClass" nillable="true"/>
              <element name="stringValue" type="string" nillable="true"/>
              <element name="type" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfAny">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Any[]"/></restriction></complexContent></complexType>
      <complexType name="FindBySordHist">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="histKeys" type="tns:ArrayOfSordHistKey" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfSordHistKey">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SordHistKey[]"/></restriction></complexContent></complexType>
      <complexType name="SordHistKey">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="histGuid" type="string" nillable="true"/>
              <element name="keyData" type="string" nillable="true"/>
              <element name="keyName" type="string" nillable="true"/>
              <element name="keyNo" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="FindByType">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="typeDocuments" type="boolean"/>
              <element name="typeExtensions" type="tns:ArrayOfstring" nillable="true"/>
              <element name="typeIDs" type="tns:ArrayOfint" nillable="true"/>
              <element name="typeNames" type="tns:ArrayOfstring" nillable="true"/>
              <element name="typeStructures" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfint">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="int[]"/></restriction></complexContent></complexType>
      <complexType name="FindByVersion">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="versionComment" type="string" nillable="true"/>
              <element name="versionMD5" type="string" nillable="true"/>
              <element name="versionNumber" type="string" nillable="true"/>
              <element name="workVersionOnly" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="FindChildren">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="endLevel" type="int"/>
              <element name="mainParent" type="boolean"/>
              <element name="parentId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="FindDirect">
        <sequence>
          <element name="query" type="string" nillable="true"/>
          <element name="searchInFulltext" type="boolean"/>
          <element name="searchInIndex" type="boolean"/>
          <element name="searchInMemo" type="boolean"/>
          <element name="searchInNotes" type="boolean"/>
          <element name="searchInSordName" type="boolean"/>
          <element name="searchInVersions" type="boolean"/></sequence></complexType>
      <complexType name="FindOptions">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="escapeChar" type="string" nillable="true"/>
              <element name="evalCount" type="boolean"/>
              <element name="inclDeleted" type="boolean"/>
              <element name="lockZ" type="tns:LockZ" nillable="true"/>
              <element name="objIds" type="tns:ArrayOfstring" nillable="true"/>
              <element name="onlyDeleted" type="boolean"/>
              <element name="orderBy" type="string" nillable="true"/>
              <element name="rangeDelimiter" type="string" nillable="true"/>
              <element name="replSet" type="tns:ReplSet" nillable="true"/>
              <element name="reserved" type="long"/>
              <element name="searchId" type="string" nillable="true"/>
              <element name="searchMode" type="tns:SearchModeZ" nillable="true"/>
              <element name="sortOrder" type="int"/>
              <element name="timeoutSeconds" type="int"/>
              <element name="totalCount" type="int"/>
              <element name="wildcards" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="LockZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="ReplSet">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="dw" type="tns:ArrayOfint" nillable="true"/>
              <element name="objId" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="SearchModeZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="WFTimeLimit">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="overTimeLimit" type="boolean"/>
              <element name="timeLimit" type="int"/>
              <element name="timeLimitIso" type="string" nillable="true"/>
              <element name="userId" type="int"/>
              <element name="userName" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="License">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="backup" type="boolean"/>
              <element name="cold" type="boolean"/>
              <element name="demoVersion" type="boolean"/>
              <element name="dispatchFolder" type="boolean"/>
              <element name="domea" type="boolean"/>
              <element name="emailOnly" type="boolean"/>
              <element name="features" type="tns:ArrayOfint" nillable="true"/>
              <element name="fultext" type="boolean"/>
              <element name="httpServer" type="boolean"/>
              <element name="indexServer" type="boolean"/>
              <element name="limitedIg" type="boolean"/>
              <element name="limitedVersion" type="boolean"/>
              <element name="nbOfIgLicenses" type="int"/>
              <element name="nbOfServerLicenses" type="int"/>
              <element name="professional" type="boolean"/>
              <element name="replication" type="boolean"/>
              <element name="sapALink" type="boolean"/>
              <element name="serno" type="string" nillable="true"/>
              <element name="signature" type="boolean"/>
              <element name="stack" type="boolean"/>
              <element name="tobid" type="boolean"/>
              <element name="xmlImport" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="ProcessMoveDocumentsToStoragePath">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="pathId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="WFDiagram">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="access" type="int"/>
              <element name="acl" type="string" nillable="true"/>
              <element name="aclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="completionDateIso" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="flags" type="int"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="lockId" type="int"/>
              <element name="lockName" type="string" nillable="true"/>
              <element name="matrix" type="tns:WFNodeMatrix" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="nodes" type="tns:ArrayOfWFNode" nillable="true"/>
              <element name="objId" type="string" nillable="true"/>
              <element name="objName" type="string" nillable="true"/>
              <element name="objType" type="int"/>
              <element name="overTimeLimit" type="boolean"/>
              <element name="ownerId" type="int"/>
              <element name="ownerName" type="string" nillable="true"/>
              <element name="prio" type="int"/>
              <element name="processOnServerId" type="string" nillable="true"/>
              <element name="startDateIso" type="string" nillable="true"/>
              <element name="templateId" type="int"/>
              <element name="templateName" type="string" nillable="true"/>
              <element name="timeLimit" type="int"/>
              <element name="timeLimitEscalations" type="tns:ArrayOfWFTimeLimit" nillable="true"/>
              <element name="timeLimitIso" type="string" nillable="true"/>
              <element name="timeLimitUserId" type="int"/>
              <element name="timeLimitUserName" type="string" nillable="true"/>
              <element name="type" type="tns:WFTypeZ" nillable="true"/>
              <element name="version" type="tns:WFVersion" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfAclItem">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:AclItem[]"/></restriction></complexContent></complexType>
      <complexType name="AclItem">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="access" type="int"/>
              <element name="andGroups" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="type" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfIdName">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:IdName[]"/></restriction></complexContent></complexType>
      <complexType name="IdName">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="WFNodeMatrix">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="assocs" type="tns:ArrayOfWFNodeAssoc" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfWFNodeAssoc">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:WFNodeAssoc[]"/></restriction></complexContent></complexType>
      <complexType name="WFNodeAssoc">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="done" type="boolean"/>
              <element name="nodeFrom" type="int"/>
              <element name="nodeTo" type="int"/>
              <element name="type" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfWFNode">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:WFNode[]"/></restriction></complexContent></complexType>
      <complexType name="WFNode">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="allowActivate" type="boolean"/>
              <element name="comment" type="string" nillable="true"/>
              <element name="delayDateIso" type="string" nillable="true"/>
              <element name="delayDays" type="int"/>
              <element name="department2" type="int"/>
              <element name="designDepartment" type="int"/>
              <element name="enterDateIso" type="string" nillable="true"/>
              <element name="exitDateIso" type="string" nillable="true"/>
              <element name="flags" type="int"/>
              <element name="formSpec" type="string" nillable="true"/>
              <element name="iconId" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="inUseDateIso" type="string" nillable="true"/>
              <element name="isNext" type="int"/>
              <element name="moveCyclePosX" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="nbOfDonesToExit" type="int"/>
              <element name="objKeyNames" type="tns:ArrayOfstring" nillable="true"/>
              <element name="onEnter" type="string" nillable="true"/>
              <element name="onExit" type="string" nillable="true"/>
              <element name="overTimeLimit" type="boolean"/>
              <element name="posX" type="int"/>
              <element name="posY" type="int"/>
              <element name="processOnServerId" type="string" nillable="true"/>
              <element name="scriptNames" type="tns:ArrayOfstring" nillable="true"/>
              <element name="tag" type="int"/>
              <element name="timeLimit" type="int"/>
              <element name="timeLimitEscalations" type="tns:ArrayOfWFTimeLimit" nillable="true"/>
              <element name="timeLimitIso" type="string" nillable="true"/>
              <element name="type" type="int"/>
              <element name="userDelayDateIso" type="string" nillable="true"/>
              <element name="userId" type="int"/>
              <element name="userName" type="string" nillable="true"/>
              <element name="userTerminate" type="string" nillable="true"/>
              <element name="yesNoCondition" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfWFTimeLimit">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:WFTimeLimit[]"/></restriction></complexContent></complexType>
      <complexType name="WFTypeZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="WFVersion">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="comment" type="string" nillable="true"/>
              <element name="createDateIso" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="userId" type="int"/>
              <element name="userName" type="string" nillable="true"/>
              <element name="version" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="SessionOptions">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="options" type="tns:ArrayOfKeyValue" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfKeyValue">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyValue[]"/></restriction></complexContent></complexType>
      <complexType name="KeyValue">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="key" type="string" nillable="true"/>
              <element name="value" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ProcessFulltext">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="addToFulltext" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="ServerInfoDM">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="backupStoreIds" type="tns:ArrayOfint" nillable="true"/>
              <element name="basisStoreIds" type="tns:ArrayOfint" nillable="true"/>
              <element name="blackeningEnabled" type="boolean"/>
              <element name="proxyMode" type="int"/>
              <element name="restoreStoreId" type="int"/>
              <element name="storeMode" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="ServerInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="indexServers" type="tns:ArrayOfIndexServerForArchive" nillable="true"/>
              <element name="license" type="tns:License" nillable="true"/>
              <element name="replProcessOnServerId" type="string" nillable="true"/>
              <element name="version" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfIndexServerForArchive">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:IndexServerForArchive[]"/></restriction></complexContent></complexType>
      <complexType name="IndexServerForArchive">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="arcName" type="string" nillable="true"/>
              <element name="url" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ProcessCountElements">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="countResult" type="tns:CountResult" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="CountResult">
        <sequence>
          <element name="attachBytesCount" type="long"/>
          <element name="docBytesCount" type="long"/>
          <element name="docVersionsCount" type="int"/>
          <element name="documCount" type="int"/>
          <element name="otherAttachVersionsCount" type="int"/>
          <element name="otherDocVersBytesCount" type="long"/>
          <element name="structCount" type="int"/></sequence></complexType>
      <complexType name="ProcessAcl">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="addAcl" type="string" nillable="true"/>
              <element name="addAclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="andAcl" type="string" nillable="true"/>
              <element name="andAclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="setAcl" type="string" nillable="true"/>
              <element name="setAclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="subAcl" type="string" nillable="true"/>
              <element name="subAclItems" type="tns:ArrayOfAclItem" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="FindTasksInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="endDateIso" type="string" nillable="true"/>
              <element name="highestPriority" type="int"/>
              <element name="inclActivities" type="boolean"/>
              <element name="inclDeputy" type="boolean"/>
              <element name="inclGroup" type="boolean"/>
              <element name="inclReminders" type="boolean"/>
              <element name="inclWorkflows" type="boolean"/>
              <element name="lowestPriority" type="int"/>
              <element name="objId" type="string" nillable="true"/>
              <element name="overTimeLimit" type="boolean"/>
              <element name="sortOrder" type="tns:UserTaskSortOrderZ" nillable="true"/>
              <element name="startDateIso" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="UserTaskSortOrderZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="DocMaskLine">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="access" type="int"/>
              <element name="acl" type="string" nillable="true"/>
              <element name="aclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="canEdit" type="boolean"/>
              <element name="comment" type="string" nillable="true"/>
              <element name="defaultValue" type="string" nillable="true"/>
              <element name="disableWordWheel" type="boolean"/>
              <element name="editCol" type="int"/>
              <element name="editRow" type="int"/>
              <element name="editWidth" type="int"/>
              <element name="externalData" type="string" nillable="true"/>
              <element name="hidden" type="boolean"/>
              <element name="id" type="int"/>
              <element name="important" type="boolean"/>
              <element name="key" type="string" nillable="true"/>
              <element name="labelCol" type="int"/>
              <element name="labelRow" type="int"/>
              <element name="maskId" type="int"/>
              <element name="max" type="int"/>
              <element name="min" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="nextTab" type="boolean"/>
              <element name="onlyBuzzwords" type="boolean"/>
              <element name="postfixAsterix" type="boolean"/>
              <element name="prefixAsterix" type="boolean"/>
              <element name="readOnly" type="boolean"/>
              <element name="tabOrder" type="int"/>
              <element name="translate" type="boolean"/>
              <element name="type" type="int"/>
              <element name="version" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="WFEditNode">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="flowId" type="int"/>
              <element name="node" type="tns:WFNode" nillable="true"/>
              <element name="nodeId" type="int"/>
              <element name="succNodes" type="tns:ArrayOfWFNode" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ProcessReplSet">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="addReplSets" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="andReplSets" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="setReplSets" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="subReplSets" type="tns:ArrayOfIdName" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="CopyInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="adjustAclDifference" type="boolean"/>
              <element name="adjustAclIgnoreDocuments" type="boolean"/>
              <element name="adjustAclIgnoreFolders" type="boolean"/>
              <element name="adjustAclInBackground" type="boolean"/>
              <element name="adjustAclOverwrite" type="boolean"/>
              <element name="depth" type="int"/>
              <element name="manSortIdx" type="int"/>
              <element name="name" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="FindWorkflowInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="activeUserIds" type="tns:ArrayOfstring" nillable="true"/>
              <element name="completionDateIso" type="string" nillable="true"/>
              <element name="inclDeleted" type="boolean"/>
              <element name="name" type="string" nillable="true"/>
              <element name="objId" type="string" nillable="true"/>
              <element name="overTimeLimit" type="boolean"/>
              <element name="ownerIds" type="tns:ArrayOfstring" nillable="true"/>
              <element name="startDateIso" type="string" nillable="true"/>
              <element name="templateId" type="string" nillable="true"/>
              <element name="type" type="tns:WFTypeZ" nillable="true"/>
              <element name="userIds" type="tns:ArrayOfstring" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="DeleteOptions">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="deleteDocumentVersionsOnly" type="boolean"/>
              <element name="deleteExpiredOnly" type="boolean"/>
              <element name="deleteFinally" type="boolean"/>
              <element name="deleteResidueFree" type="boolean"/>
              <element name="maxIDate" type="string" nillable="true"/>
              <element name="maxTStamp" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="SordType">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="disabledIcon" type="tns:FileData" nillable="true"/>
              <element name="extensions" type="tns:ArrayOfstring" nillable="true"/>
              <element name="icon" type="tns:FileData" nillable="true"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="workflowIcon" type="tns:FileData" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="FileData">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="contentType" type="string" nillable="true"/>
              <element name="data" type="base64Binary" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArchiveStatistics">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="maxDocId" type="int"/>
              <element name="maxObjId" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="FindReportInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="endDateIso" type="string" nillable="true"/>
              <element name="erpCodes" type="tns:ArrayOfint" nillable="true"/>
              <element name="objId" type="string" nillable="true"/>
              <element name="orderBy" type="string" nillable="true"/>
              <element name="searchId" type="string" nillable="true"/>
              <element name="startDateIso" type="string" nillable="true"/>
              <element name="timeoutSeconds" type="int"/>
              <element name="totalCount" type="int"/>
              <element name="userId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ReportErpCode">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="id" type="int"/>
              <element name="limited" type="boolean"/>
              <element name="name" type="string" nillable="true"/>
              <element name="verbose" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="Document">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="atts" type="tns:ArrayOfDocVersion" nillable="true"/>
              <element name="docs" type="tns:ArrayOfDocVersion" nillable="true"/>
              <element name="objId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfDocVersion">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:DocVersion[]"/></restriction></complexContent></complexType>
      <complexType name="DocVersion">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="accessDateIso" type="string" nillable="true"/>
              <element name="comment" type="string" nillable="true"/>
              <element name="contentType" type="string" nillable="true"/>
              <element name="createDateIso" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="encryptionSet" type="int"/>
              <element name="ext" type="string" nillable="true"/>
              <element name="fileData" type="tns:FileData" nillable="true"/>
              <element name="fulltextContent" type="tns:DocVersion" nillable="true"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="md5" type="string" nillable="true"/>
              <element name="milestone" type="boolean"/>
              <element name="ownerId" type="int"/>
              <element name="ownerName" type="string" nillable="true"/>
              <element name="pathId" type="int"/>
              <element name="pathId2" type="int"/>
              <element name="physPath" type="string" nillable="true"/>
              <element name="preview" type="tns:DocVersion" nillable="true"/>
              <element name="previewUrl" type="string" nillable="true"/>
              <element name="sig" type="tns:DocVersion" nillable="true"/>
              <element name="size" type="long"/>
              <element name="updateDateIso" type="string" nillable="true"/>
              <element name="uploadResult" type="string" nillable="true"/>
              <element name="url" type="string" nillable="true"/>
              <element name="version" type="string" nillable="true"/>
              <element name="workVersion" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="UserInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="desc" type="string" nillable="true"/>
              <element name="flags" type="int"/>
              <element name="flags2" type="int"/>
              <element name="groupList" type="tns:ArrayOfint" nillable="true"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="keylist" type="tns:ArrayOfint" nillable="true"/>
              <element name="lastLoginIso" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="parent" type="int"/>
              <element name="pwd" type="string" nillable="true"/>
              <element name="sessions" type="tns:ArrayOfSessionInfo" nillable="true"/>
              <element name="superiorId" type="int"/>
              <element name="type" type="int"/>
              <element name="userProps" type="tns:ArrayOfstring" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfSessionInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SessionInfo[]"/></restriction></complexContent></complexType>
      <complexType name="SessionInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="clientComputer" type="string" nillable="true"/>
              <element name="userId" type="int"/>
              <element name="validSeconds" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="UserName">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="flags" type="int"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="type" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="KeyInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="DocMask">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="DAcl" type="string" nillable="true"/>
              <element name="DKind" type="int"/>
              <element name="DPath" type="int"/>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="acl" type="string" nillable="true"/>
              <element name="aclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="barcode" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="details" type="tns:DocMaskDetails" nillable="true"/>
              <element name="docAclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="flowId" type="int"/>
              <element name="flowId2" type="int"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="index" type="string" nillable="true"/>
              <element name="lifetime" type="string" nillable="true"/>
              <element name="lines" type="tns:ArrayOfDocMaskLine" nillable="true"/>
              <element name="lockId" type="int"/>
              <element name="lockName" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="text" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="DocMaskDetails">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="archivingMode" type="int"/>
              <element name="createIndexPath" type="boolean"/>
              <element name="createIndexReferencesPaths" type="boolean"/>
              <element name="documentMask" type="boolean"/>
              <element name="encryptionSet" type="int"/>
              <element name="folderMask" type="boolean"/>
              <element name="fulltext" type="boolean"/>
              <element name="searchMask" type="boolean"/>
              <element name="sortOrder" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfDocMaskLine">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:DocMaskLine[]"/></restriction></complexContent></complexType>
      <complexType name="NoteZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="MapData">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="domainName" type="string" nillable="true"/>
              <element name="id" type="string" nillable="true"/>
              <element name="items" type="tns:ArrayOfKeyValue" nillable="true"/>
              <element name="lockId" type="int"/>
              <element name="lockName" type="string" nillable="true"/>
              <element name="objId" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="IXExceptionData">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="callId" type="string" nillable="true"/>
              <element name="details" type="string" nillable="true"/>
              <element name="exceptionType" type="int"/>
              <element name="message" type="string" nillable="true"/>
              <element name="ticket" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="EditInfoZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/>
              <element name="sordZ" type="tns:SordZ" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="SordZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="SordHist">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="histGuid" type="string" nillable="true"/>
              <element name="histKeys" type="tns:ArrayOfSordHistKey" nillable="true"/>
              <element name="histSource" type="int"/>
              <element name="objGuid" type="string" nillable="true"/>
              <element name="timeStampLocal" type="string" nillable="true"/>
              <element name="timeStampUTC" type="string" nillable="true"/>
              <element name="userName" type="string" nillable="true"/>
              <element name="userNo" type="int"/>
              <element name="workStation" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArcPath">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="path" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="pathAsString" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="LinkSordZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="UserTask">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="activity" type="tns:Activity" nillable="true"/>
              <element name="reminder" type="tns:Reminder" nillable="true"/>
              <element name="wfNode" type="tns:WFCollectNode" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="Activity">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="backAt" type="string" nillable="true"/>
              <element name="backMode" type="string" nillable="true"/>
              <element name="comment" type="string" nillable="true"/>
              <element name="destination" type="string" nillable="true"/>
              <element name="dueDateIso" type="string" nillable="true"/>
              <element name="fileName" type="string" nillable="true"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="objGuid" type="string" nillable="true"/>
              <element name="prio" type="int"/>
              <element name="project" type="string" nillable="true"/>
              <element name="receiverId" type="int"/>
              <element name="receiverName" type="string" nillable="true"/>
              <element name="revVers" type="string" nillable="true"/>
              <element name="senderId" type="int"/>
              <element name="senderName" type="string" nillable="true"/>
              <element name="sentAtIso" type="string" nillable="true"/>
              <element name="sentMode" type="string" nillable="true"/>
              <element name="ud0" type="string" nillable="true"/>
              <element name="ud1" type="string" nillable="true"/>
              <element name="ud2" type="string" nillable="true"/>
              <element name="ud3" type="string" nillable="true"/>
              <element name="ud4" type="string" nillable="true"/>
              <element name="ud5" type="string" nillable="true"/>
              <element name="ud6" type="string" nillable="true"/>
              <element name="ud7" type="string" nillable="true"/>
              <element name="ud8" type="string" nillable="true"/>
              <element name="ud9" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="Reminder">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="createDateIso" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="desc" type="string" nillable="true"/>
              <element name="dueDateIso" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="lockId" type="int"/>
              <element name="lockName" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="notifyOnDelete" type="boolean"/>
              <element name="notifyOnView" type="boolean"/>
              <element name="objGuid" type="string" nillable="true"/>
              <element name="objId" type="int"/>
              <element name="objType" type="int"/>
              <element name="prio" type="int"/>
              <element name="promptDateIso" type="string" nillable="true"/>
              <element name="receiverId" type="int"/>
              <element name="receiverName" type="string" nillable="true"/>
              <element name="senderId" type="int"/>
              <element name="senderName" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="WFCollectNode">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="activateDateIso" type="string" nillable="true"/>
              <element name="active" type="boolean"/>
              <element name="completionDateIso" type="string" nillable="true"/>
              <element name="designDepartmentId" type="int"/>
              <element name="designDepartmentName" type="string" nillable="true"/>
              <element name="flowId" type="int"/>
              <element name="flowName" type="string" nillable="true"/>
              <element name="flowStatus" type="string" nillable="true"/>
              <element name="inUseDateIso" type="string" nillable="true"/>
              <element name="nodeComment" type="string" nillable="true"/>
              <element name="nodeId" type="int"/>
              <element name="nodeName" type="string" nillable="true"/>
              <element name="objGuid" type="string" nillable="true"/>
              <element name="objId" type="int"/>
              <element name="objName" type="string" nillable="true"/>
              <element name="objType" type="int"/>
              <element name="overTimeLimit" type="boolean"/>
              <element name="prio" type="int"/>
              <element name="terminateDateIso" type="string" nillable="true"/>
              <element name="timeLimitEscalations" type="tns:ArrayOfWFTimeLimit" nillable="true"/>
              <element name="timeLimitIso" type="string" nillable="true"/>
              <element name="userDelayDateIso" type="string" nillable="true"/>
              <element name="userId" type="int"/>
              <element name="userName" type="string" nillable="true"/>
              <element name="workflowOwnerId" type="int"/>
              <element name="workflowOwnerName" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="NoteTemplate">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="acl" type="string" nillable="true"/>
              <element name="aclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="noteImage" type="tns:NoteImage" nillable="true"/>
              <element name="noteText" type="tns:NoteText" nillable="true"/>
              <element name="userId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="NoteImage">
        <sequence>
          <element name="fileData" type="tns:FileData" nillable="true"/>
          <element name="fileName" type="string" nillable="true"/></sequence></complexType>
      <complexType name="NoteText">
        <sequence>
          <element name="fontInfo" type="tns:FontInfo" nillable="true"/>
          <element name="text" type="string" nillable="true"/></sequence></complexType>
      <complexType name="FontInfo">
        <sequence>
          <element name="RGB" type="int"/>
          <element name="bold" type="boolean"/>
          <element name="escapement" type="int"/>
          <element name="faceName" type="string" nillable="true"/>
          <element name="height" type="int"/>
          <element name="heightPerCell" type="boolean"/>
          <element name="italic" type="boolean"/>
          <element name="strikeOut" type="boolean"/>
          <element name="underline" type="boolean"/></sequence></complexType>
      <complexType name="ReportOptions">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="erpCodes" type="tns:ArrayOfReportErpCode" nillable="true"/>
              <element name="mode" type="tns:ReportModeZ" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfReportErpCode">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ReportErpCode[]"/></restriction></complexContent></complexType>
      <complexType name="ReportModeZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="ValuesOfObjKeyOptions">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence/></extension></complexContent></complexType>
      <complexType name="JobState">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="countErrors" type="long"/>
              <element name="countEstimatedMax" type="long"/>
              <element name="countProcessed" type="long"/>
              <element name="countResult" type="tns:CountResult" nillable="true"/>
              <element name="expires" type="long"/>
              <element name="jobEnd" type="string" nillable="true"/>
              <element name="jobGuid" type="string" nillable="true"/>
              <element name="jobName" type="string" nillable="true"/>
              <element name="jobRunning" type="boolean"/>
              <element name="jobStart" type="string" nillable="true"/>
              <element name="lastGuid" type="string" nillable="true"/>
              <element name="lastID" type="int"/>
              <element name="procInfo" type="tns:ProcessInfo" nillable="true"/>
              <element name="strMsg" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ProcessInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="delStatus" type="int"/>
              <element name="desc" type="string" nillable="true"/>
              <element name="errorMode" type="int"/>
              <element name="forceOperation" type="boolean"/>
              <element name="ignoreDocuments" type="boolean"/>
              <element name="ignoreStructures" type="boolean"/>
              <element name="lockZ" type="tns:LockZ" nillable="true"/>
              <element name="procAcl" type="tns:ProcessAcl" nillable="true"/>
              <element name="procCopyElements" type="tns:ProcessCopyElements" nillable="true"/>
              <element name="procCountElem" type="tns:ProcessCountElements" nillable="true"/>
              <element name="procFulltext" type="tns:ProcessFulltext" nillable="true"/>
              <element name="procMoveDocumentsToStoragePath" type="tns:ProcessMoveDocumentsToStoragePath" nillable="true"/>
              <element name="procMsgMax" type="int"/>
              <element name="procMsgs" type="tns:ArrayOfstring" nillable="true"/>
              <element name="procReplSet" type="tns:ProcessReplSet" nillable="true"/>
              <element name="procScript" type="tns:ProcessScript" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ProcessCopyElements">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="copyOptions" type="tns:CopyOptions" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="CopyOptions">
        <sequence>
          <element name="copyOnlyBaseElement" type="boolean"/>
          <element name="copyStructuresAndDocuments" type="boolean"/>
          <element name="keepCurrentNotes" type="boolean"/>
          <element name="keepOriginalOwner" type="boolean"/>
          <element name="newParentId" type="int"/>
          <element name="targetName" type="string" nillable="true"/></sequence></complexType>
      <complexType name="ProcessScript">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="name" type="string" nillable="true"/>
              <element name="processPostfix" type="boolean"/>
              <element name="tag" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="MapDomain">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="copy" type="boolean"/>
              <element name="name" type="string" nillable="true"/>
              <element name="replicate" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="SordDetails">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="arcReplEnabled" type="boolean"/>
              <element name="archivingMode" type="int"/>
              <element name="encryptionSet" type="int"/>
              <element name="fulltext" type="boolean"/>
              <element name="fulltextDone" type="boolean"/>
              <element name="linked" type="boolean"/>
              <element name="replRoot" type="boolean"/>
              <element name="sortOrder" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="FindResult">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="activeWorkflows" type="tns:ArrayOfWFDiagram" nillable="true"/>
              <element name="breakTimeout" type="boolean"/>
              <element name="breakTotalCount" type="boolean"/>
              <element name="configFiles" type="tns:ArrayOfConfigFile" nillable="true"/>
              <element name="count" type="int"/>
              <element name="estimatedCount" type="int"/>
              <element name="fulltextCtrlResultItems" type="tns:ArrayOfFindByFulltextCtrlResultItem" nillable="true"/>
              <element name="fulltextResultItems" type="tns:ArrayOfFindByFulltextResultItem" nillable="true"/>
              <element name="ids" type="tns:ArrayOfstring" nillable="true"/>
              <element name="moreResults" type="boolean"/>
              <element name="reportInfos" type="tns:ArrayOfReportInfo" nillable="true"/>
              <element name="searchId" type="string" nillable="true"/>
              <element name="sords" type="tns:ArrayOfSord" nillable="true"/>
              <element name="tasks" type="tns:ArrayOfUserTask" nillable="true"/>
              <element name="translateTerms" type="tns:ArrayOfTranslateTerm" nillable="true"/>
              <element name="workflows" type="tns:ArrayOfWFDiagram" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfWFDiagram">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:WFDiagram[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfConfigFile">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ConfigFile[]"/></restriction></complexContent></complexType>
      <complexType name="ConfigFile">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="dir" type="string" nillable="true"/>
              <element name="fileData" type="tns:FileData" nillable="true"/>
              <element name="isDirectory" type="boolean"/>
              <element name="lastModifiedISO" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="size" type="long"/>
              <element name="uploadResult" type="string" nillable="true"/>
              <element name="url" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfFindByFulltextCtrlResultItem">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:FindByFulltextCtrlResultItem[]"/></restriction></complexContent></complexType>
      <complexType name="FindByFulltextCtrlResultItem">
        <sequence>
          <element name="TStamp" type="string" nillable="true"/>
          <element name="sord" type="tns:Sord" nillable="true"/></sequence></complexType>
      <complexType name="Sord">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="IDateIso" type="string" nillable="true"/>
              <element name="SReg" type="string" nillable="true"/>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="XDateIso" type="string" nillable="true"/>
              <element name="access" type="int"/>
              <element name="acl" type="string" nillable="true"/>
              <element name="aclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="att" type="int"/>
              <element name="attVersion" type="tns:DocVersion" nillable="true"/>
              <element name="childCount" type="int"/>
              <element name="delDateIso" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="desc" type="string" nillable="true"/>
              <element name="details" type="tns:SordDetails" nillable="true"/>
              <element name="doc" type="int"/>
              <element name="docVersion" type="tns:DocVersion" nillable="true"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="hiddenText" type="string" nillable="true"/>
              <element name="histCount" type="int"/>
              <element name="id" type="int"/>
              <element name="info" type="int"/>
              <element name="key" type="int"/>
              <element name="kind" type="int"/>
              <element name="linksComeIn" type="tns:ArrayOfSordLink" nillable="true"/>
              <element name="linksGoOut" type="tns:ArrayOfSordLink" nillable="true"/>
              <element name="lockId" type="int"/>
              <element name="lockName" type="string" nillable="true"/>
              <element name="mask" type="int"/>
              <element name="maskName" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="objKeys" type="tns:ArrayOfObjKey" nillable="true"/>
              <element name="ownerId" type="int"/>
              <element name="ownerName" type="string" nillable="true"/>
              <element name="parentId" type="int"/>
              <element name="parentIds" type="tns:ArrayOfstring" nillable="true"/>
              <element name="path" type="int"/>
              <element name="refPaths" type="tns:ArrayOfArcPath" nillable="true"/>
              <element name="replNames" type="tns:ArrayOfReplSetName" nillable="true"/>
              <element name="replSet" type="tns:ReplSet" nillable="true"/>
              <element name="type" type="int"/>
              <element name="vtRep" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfSordLink">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SordLink[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfArcPath">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ArcPath[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfReplSetName">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ReplSetName[]"/></restriction></complexContent></complexType>
      <complexType name="ReplSetName">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="desc" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="image" type="int"/>
              <element name="mobile" type="int"/>
              <element name="name" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfFindByFulltextResultItem">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:FindByFulltextResultItem[]"/></restriction></complexContent></complexType>
      <complexType name="FindByFulltextResultItem">
        <sequence>
          <element name="fieldNames" type="tns:ArrayOfstring" nillable="true"/>
          <element name="relevance" type="int"/>
          <element name="sord" type="tns:Sord" nillable="true"/>
          <element name="summaryDesc" type="string" nillable="true"/>
          <element name="summaryFulltext" type="string" nillable="true"/></sequence></complexType>
      <complexType name="ArrayOfReportInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ReportInfo[]"/></restriction></complexContent></complexType>
      <complexType name="ReportInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="actTime" type="int"/>
              <element name="actTimeISO" type="string" nillable="true"/>
              <element name="action" type="string" nillable="true"/>
              <element name="actionNo" type="int"/>
              <element name="comment" type="string" nillable="true"/>
              <element name="extra1" type="int"/>
              <element name="extra2" type="int"/>
              <element name="id" type="string" nillable="true"/>
              <element name="objId" type="int"/>
              <element name="sessionNo" type="int"/>
              <element name="text" type="string" nillable="true"/>
              <element name="userId" type="int"/>
              <element name="userName" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfSord">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Sord[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfUserTask">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:UserTask[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfTranslateTerm">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:TranslateTerm[]"/></restriction></complexContent></complexType>
      <complexType name="TranslateTerm">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="langs" type="tns:ArrayOfstring" nillable="true"/>
              <element name="termLangs" type="tns:ArrayOfstring" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="StoreInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="createDateISO" type="string" nillable="true"/>
              <element name="dir" type="string" nillable="true"/>
              <element name="flags" type="int"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="scatter" type="int"/>
              <element name="stdPath" type="boolean"/>
              <element name="updateDateISO" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="KeywordZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="SordTypeZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="Keyword">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="add" type="boolean"/>
              <element name="children" type="tns:ArrayOfKeyword" nillable="true"/>
              <element name="enabled" type="boolean"/>
              <element name="id" type="string" nillable="true"/>
              <element name="raw" type="boolean"/>
              <element name="text" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfKeyword">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Keyword[]"/></restriction></complexContent></complexType>
      <complexType name="CheckinUsersZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="ConfigFileZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="SubsInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="active" type="boolean"/>
              <element name="inheritRights" type="boolean"/>
              <element name="subsId" type="int"/>
              <element name="subsName" type="string" nillable="true"/>
              <element name="userId" type="int"/>
              <element name="userName" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="UserProfile">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="excludeDefaultValues" type="boolean"/>
              <element name="excludeGroupValues" type="boolean"/>
              <element name="options" type="tns:ArrayOfKeyValue" nillable="true"/>
              <element name="userId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="LoginResult">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="clientInfo" type="tns:ClientInfo" nillable="true"/>
              <element name="ticketLifetime" type="int"/>
              <element name="user" type="tns:UserInfo" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="WFDiagramZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="CheckoutUsersZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="FulltextConfig">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="flags" type="int"/>
              <element name="knowlegeMapUrl" type="string" nillable="true"/>
              <element name="source" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="NavigationInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="ignoreDocuments" type="boolean"/>
              <element name="maxCount" type="int"/>
              <element name="maxDepth" type="int"/>
              <element name="maxSiblings" type="int"/>
              <element name="startIDs" type="tns:ArrayOfstring" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="CryptInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="id" type="int"/>
              <element name="keyInfo" type="string" nillable="true"/>
              <element name="name" type="string" nillable="true"/>
              <element name="pwd" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="DocMaskZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="CounterInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="name" type="string" nillable="true"/>
              <element name="value" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="ColorData">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="RGB" type="int"/>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="CopySordZ">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="bset" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="FindConfigFileInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="inclDeputy" type="boolean"/>
              <element name="names" type="tns:ArrayOfstring" nillable="true"/>
              <element name="postboxUserId" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="EditInfo">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="docTemplates" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="document" type="tns:Document" nillable="true"/>
              <element name="keywords" type="tns:ArrayOfKeyword" nillable="true"/>
              <element name="markerNames" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="mask" type="tns:DocMask" nillable="true"/>
              <element name="maskNames" type="tns:ArrayOfMaskName" nillable="true"/>
              <element name="notes" type="tns:ArrayOfNote" nillable="true"/>
              <element name="pathNames" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="replNames" type="tns:ArrayOfIdName" nillable="true"/>
              <element name="sord" type="tns:Sord" nillable="true"/>
              <element name="sordTypes" type="tns:ArrayOfSordType" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfMaskName">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:MaskName[]"/></restriction></complexContent></complexType>
      <complexType name="MaskName">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="access" type="int"/>
              <element name="documentMask" type="boolean"/>
              <element name="folderMask" type="boolean"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="int"/>
              <element name="name" type="string" nillable="true"/>
              <element name="searchMask" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfNote">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Note[]"/></restriction></complexContent></complexType>
      <complexType name="Note">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="XPos" type="int"/>
              <element name="YPos" type="int"/>
              <element name="access" type="int"/>
              <element name="acl" type="string" nillable="true"/>
              <element name="aclItems" type="tns:ArrayOfAclItem" nillable="true"/>
              <element name="color" type="int"/>
              <element name="createDateIso" type="string" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="desc" type="string" nillable="true"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="height" type="int"/>
              <element name="id" type="int"/>
              <element name="lockId" type="int"/>
              <element name="lockName" type="string" nillable="true"/>
              <element name="noteFreehand" type="tns:NoteFreehand" nillable="true"/>
              <element name="noteImage" type="tns:NoteImage" nillable="true"/>
              <element name="noteText" type="tns:NoteText" nillable="true"/>
              <element name="objId" type="string" nillable="true"/>
              <element name="ownerId" type="int"/>
              <element name="ownerName" type="string" nillable="true"/>
              <element name="pageNo" type="int"/>
              <element name="type" type="int"/>
              <element name="width" type="int"/></sequence></extension></complexContent></complexType>
      <complexType name="NoteFreehand">
        <sequence>
          <element name="points" type="tns:ArrayOfPointInfo" nillable="true"/>
          <element name="strikeoutColor" type="int"/>
          <element name="strikeoutWidth" type="int"/>
          <element name="width" type="int"/></sequence></complexType>
      <complexType name="ArrayOfPointInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:PointInfo[]"/></restriction></complexContent></complexType>
      <complexType name="PointInfo">
        <sequence>
          <element name="x" type="int"/>
          <element name="y" type="int"/></sequence></complexType>
      <complexType name="ArrayOfSordType">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SordType[]"/></restriction></complexContent></complexType>
      <complexType name="RestoreOptions">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="minIDate" type="string" nillable="true"/>
              <element name="singleObject" type="boolean"/></sequence></extension></complexContent></complexType>
      <complexType name="KeywordList">
        <complexContent>
          <extension base="tns:ValueClass">
            <sequence>
              <element name="TStamp" type="string" nillable="true"/>
              <element name="children" type="tns:ArrayOfKeyword" nillable="true"/>
              <element name="deleted" type="boolean"/>
              <element name="guid" type="string" nillable="true"/>
              <element name="id" type="string" nillable="true"/>
              <element name="userId" type="int"/>
              <element name="userName" type="string" nillable="true"/></sequence></extension></complexContent></complexType>
      <complexType name="ArrayOfColorData">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ColorData[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfCounterInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:CounterInfo[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfCryptInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:CryptInfo[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfDocument">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Document[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfSordZ">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SordZ[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfKeyInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:KeyInfo[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfNoteTemplate">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:NoteTemplate[]"/></restriction></complexContent></complexType>
      <complexType name="NoteTemplateZ">
        <sequence>
          <element name="bset" type="long"/></sequence></complexType>
      <complexType name="ArrayOfStoreInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:StoreInfo[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfSubsInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SubsInfo[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfUserInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:UserInfo[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfReminder">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Reminder[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfSordHist">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SordHist[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfJobState">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:JobState[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfMapDomain">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:MapDomain[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfWFCollectNode">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:WFCollectNode[]"/></restriction></complexContent></complexType>
      <complexType name="CombineAclOptions">
        <sequence>
          <element name="lhsAclStr" type="string" nillable="true"/>
          <element name="rhsAclStr" type="string" nillable="true"/></sequence></complexType>
      <complexType name="CombineAclResult">
        <sequence>
          <element name="compareCode" type="int"/>
          <element name="compareIgnoreAccessCode" type="int"/>
          <element name="difference" type="tns:ArrayOfAclItem" nillable="true"/>
          <element name="differenceAclStr" type="string" nillable="true"/>
          <element name="intersection" type="tns:ArrayOfAclItem" nillable="true"/>
          <element name="intersectionAclStr" type="string" nillable="true"/>
          <element name="inverseDifference" type="tns:ArrayOfAclItem" nillable="true"/>
          <element name="inverseDifferenceAclStr" type="string" nillable="true"/>
          <element name="sum" type="tns:ArrayOfAclItem" nillable="true"/>
          <element name="sumAclStr" type="string" nillable="true"/></sequence></complexType>
      <complexType name="WFDelegateNodeInfo">
        <sequence>
          <element name="backNodeComment" type="string" nillable="true"/>
          <element name="backNodeMoveX" type="int"/>
          <element name="backNodeMoveY" type="int"/>
          <element name="backNodeName" type="string" nillable="true"/>
          <element name="delegateNodeComment" type="string" nillable="true"/>
          <element name="delegateNodeMoveX" type="int"/>
          <element name="delegateNodeMoveY" type="int"/>
          <element name="delegateNodeName" type="string" nillable="true"/>
          <element name="delegateToUserId" type="string" nillable="true"/>
          <element name="flowId" type="string" nillable="true"/>
          <element name="nodeId" type="int"/></sequence></complexType>
      <complexType name="ExecuteScriptParams">
        <sequence>
          <element name="functionName" type="string" nillable="true"/>
          <element name="functionParams" type="tns:ArrayOfstring" nillable="true"/>
          <element name="scriptCode" type="tns:FileData" nillable="true"/>
          <element name="scriptEngine" type="string" nillable="true"/>
          <element name="scriptObjId" type="string" nillable="true"/>
          <element name="scriptString" type="string" nillable="true"/></sequence></complexType>
      <complexType name="ExecuteScriptResult">
        <sequence>
          <element name="errorColumn" type="int"/>
          <element name="errorLine" type="int"/>
          <element name="errorMessage" type="string" nillable="true"/>
          <element name="returnedString" type="string" nillable="true"/></sequence></complexType>
      <complexType name="WorkflowExportOptions">
        <sequence>
          <element name="characterSet" type="string" nillable="true"/>
          <element name="flowId" type="string" nillable="true"/>
          <element name="flowVersionId" type="string" nillable="true"/>
          <element name="wordWrap" type="string" nillable="true"/></sequence></complexType>
      <complexType name="FindTranslateTermInfo">
        <sequence>
          <element name="inclDeleted" type="boolean"/>
          <element name="inclToBeTranslated" type="boolean"/>
          <element name="langs" type="tns:ArrayOfstring" nillable="true"/>
          <element name="terms" type="tns:ArrayOfstring" nillable="true"/></sequence></complexType>
      <complexType name="IXServicePortC">
        <sequence>
          <element name="ACCESS" type="tns:AccessC" nillable="true"/>
          <element name="ACL_ITEM" type="tns:AclItemC" nillable="true"/>
          <element name="ACTIVITY" type="tns:ActivityC" nillable="true"/>
          <element name="ACTIVITY_PROJECT" type="tns:ActivityProjectC" nillable="true"/>
          <element name="ADMIN_MODE" type="tns:AdminModeC" nillable="true"/>
          <element name="ALERT" type="tns:AlertC" nillable="true"/>
          <element name="ANY" type="tns:AnyC" nillable="true"/>
          <element name="ARCHIVE_STATISTICS_OPTIONS" type="tns:ArchiveStatisticsOptionsC" nillable="true"/>
          <element name="ARCHIVING_MODE" type="tns:ArchivingModeC" nillable="true"/>
          <element name="CHECKIN_USERS" type="tns:CheckinUsersC" nillable="true"/>
          <element name="CHECKOUT_USERS" type="tns:CheckoutUsersC" nillable="true"/>
          <element name="COLOR" type="tns:ColorDataC" nillable="true"/>
          <element name="CONFIG_FILE" type="tns:ConfigFileC" nillable="true"/>
          <element name="COPY_SORD" type="tns:CopySordC" nillable="true"/>
          <element name="COUNTER_INFO" type="tns:CounterInfoC" nillable="true"/>
          <element name="DOC_MASK" type="tns:DocMaskC" nillable="true"/>
          <element name="DOC_MASK_LINE" type="tns:DocMaskLineC" nillable="true"/>
          <element name="DOC_VERSION" type="tns:DocVersionC" nillable="true"/>
          <element name="EDIT_INFO" type="tns:EditInfoC" nillable="true"/>
          <element name="ELO_IX_OPT" type="tns:EloIxOptC" nillable="true"/>
          <element name="EXPORT_OPTIONS" type="tns:ExportOptionsC" nillable="true"/>
          <element name="FIND_DIRECT" type="tns:FindDirectC" nillable="true"/>
          <element name="FULLTEXT_CONFIG" type="tns:FulltextConfigC" nillable="true"/>
          <element name="IMPORT_OPTIONS" type="tns:ImportOptionsC" nillable="true"/>
          <element name="INVALIDATE_CACHE" type="tns:InvalidateCacheC" nillable="true"/>
          <element name="IXEXCEPTION" type="tns:IXExceptionC" nillable="true"/>
          <element name="KEYWORD" type="tns:KeywordC" nillable="true"/>
          <element name="LINK_SORD" type="tns:LinkSordC" nillable="true"/>
          <element name="LOCK" type="tns:LockC" nillable="true"/>
          <element name="MAP_CONFIG" type="tns:MapDomainC" nillable="true"/>
          <element name="NAV_INFO" type="tns:NavigationInfoC" nillable="true"/>
          <element name="NOTE" type="tns:NoteC" nillable="true"/>
          <element name="NOTE_FREEHAND" type="tns:NoteFreehandC" nillable="true"/>
          <element name="NOTE_TEMPLATE" type="tns:NoteTemplateC" nillable="true"/>
          <element name="OBJ_KEY" type="tns:ObjKeyC" nillable="true"/>
          <element name="PROCESS_INFO" type="tns:ProcessInfoC" nillable="true"/>
          <element name="REMINDER" type="tns:ReminderC" nillable="true"/>
          <element name="REPL_SET_NAME" type="tns:ReplSetNameC" nillable="true"/>
          <element name="REPORT" type="tns:ReportC" nillable="true"/>
          <element name="REPORT_INFO" type="tns:ReportInfoC" nillable="true"/>
          <element name="REPORT_MODE" type="tns:ReportModeC" nillable="true"/>
          <element name="REPORT_OPTIONS" type="tns:ReportOptionsC" nillable="true"/>
          <element name="SEARCH_MODE" type="tns:SearchModeC" nillable="true"/>
          <element name="SEARCH_TERMS" type="tns:SearchTermsC" nillable="true"/>
          <element name="SERVER_INFO_DM" type="tns:ServerInfoDMC" nillable="true"/>
          <element name="SERVER_STATE" type="tns:ServerStateC" nillable="true"/>
          <element name="SESSION_OPTIONS" type="tns:SessionOptionsC" nillable="true"/>
          <element name="SORD" type="tns:SordC" nillable="true"/>
          <element name="SORD_HIST" type="tns:SordHistC" nillable="true"/>
          <element name="SORD_HIST_KEY" type="tns:SordHistKeyC" nillable="true"/>
          <element name="SORD_TYPE" type="tns:SordTypeC" nillable="true"/>
          <element name="SORT_ORDER" type="tns:SortOrderC" nillable="true"/>
          <element name="STORE_INFO" type="tns:StoreInfoC" nillable="true"/>
          <element name="TAKE_NODE" type="tns:WFTakeNodeC" nillable="true"/>
          <element name="THESAURUS" type="tns:ThesaurusC" nillable="true"/>
          <element name="USER_INFO" type="tns:UserInfoC" nillable="true"/>
          <element name="USER_PROFILE" type="tns:UserProfileC" nillable="true"/>
          <element name="USER_TASK_PRIORITY" type="tns:UserTaskPriorityC" nillable="true"/>
          <element name="USER_TASK_SORT_ORDER" type="tns:UserTaskSortOrderC" nillable="true"/>
          <element name="VT_DOC" type="tns:VtDocC" nillable="true"/>
          <element name="WORKFLOW" type="tns:WFDiagramC" nillable="true"/>
          <element name="WORKFLOW_NODE" type="tns:WFNodeC" nillable="true"/>
          <element name="WORKFLOW_NODE_ASSOC_TYPE" type="tns:WFNodeMatrixC" nillable="true"/>
          <element name="WORKFLOW_TYPE" type="tns:WFTypeC" nillable="true"/>
          <element name="WORKFLOW_VERSION" type="tns:WFVersionC" nillable="true"/></sequence></complexType>
      <complexType name="AccessC">
        <sequence>
          <element name="FLAG_ADMIN" type="int"/>
          <element name="FLAG_ALL" type="int"/>
          <element name="FLAG_AUTHOR" type="int"/>
          <element name="FLAG_CHANGEMASK" type="int"/>
          <element name="FLAG_CHANGEPATH" type="int"/>
          <element name="FLAG_CHANGEPW" type="int"/>
          <element name="FLAG_CHANGEREV" type="int"/>
          <element name="FLAG_DELDOC" type="int"/>
          <element name="FLAG_DELREADONLY" type="int"/>
          <element name="FLAG_DELSTRUC" type="int"/>
          <element name="FLAG_DELVERSION" type="int"/>
          <element name="FLAG_EDITACL" type="int"/>
          <element name="FLAG_EDITACT" type="int"/>
          <element name="FLAG_EDITCONFIG" type="int"/>
          <element name="FLAG_EDITDOCS" type="int"/>
          <element name="FLAG_EDITDUEDATE" type="int"/>
          <element name="FLAG_EDITMASK" type="int"/>
          <element name="FLAG_EDITREPL" type="int"/>
          <element name="FLAG_EDITSCAN" type="int"/>
          <element name="FLAG_EDITSCRIPT" type="int"/>
          <element name="FLAG_EDITSTRUCTURE" type="int"/>
          <element name="FLAG_EDITSWL" type="int"/>
          <element name="FLAG_EDITWF" type="int"/>
          <element name="FLAG_EXPORT" type="int"/>
          <element name="FLAG_IGNOREACL" type="int"/>
          <element name="FLAG_IMPORT" type="int"/>
          <element name="FLAG_IS_OPTION_GROUP" type="int"/>
          <element name="FLAG_NOLOGIN" type="int"/>
          <element name="FLAG_SAPADMIN" type="int"/>
          <element name="FLAG_STARTWF" type="int"/>
          <element name="FLAG_SUBADMIN" type="int"/>
          <element name="LUR_ALL" type="int"/>
          <element name="LUR_DELETE" type="int"/>
          <element name="LUR_EDIT" type="int"/>
          <element name="LUR_LIST" type="int"/>
          <element name="LUR_READ" type="int"/>
          <element name="LUR_WRITE" type="int"/></sequence></complexType>
      <complexType name="AclItemC">
        <sequence>
          <element name="ACL_EVERYONE" type="tns:ArrayOfAclItem" nillable="true"/>
          <element name="ACL_EVERYONE_RAW" type="string" nillable="true"/>
          <element name="TYPE_GROUP" type="int"/>
          <element name="TYPE_INHERIT" type="int"/>
          <element name="TYPE_KEY" type="int"/>
          <element name="TYPE_OWNER" type="int"/>
          <element name="TYPE_USER" type="int"/></sequence></complexType>
      <complexType name="ActivityC">
        <sequence>
          <element name="lnBackAt" type="int"/>
          <element name="lnBackMode" type="int"/>
          <element name="lnComment" type="int"/>
          <element name="lnDestination" type="int"/>
          <element name="lnDueDateIso" type="int"/>
          <element name="lnFileName" type="int"/>
          <element name="lnGuid" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnObjGuid" type="int"/>
          <element name="lnProject" type="int"/>
          <element name="lnRevVers" type="int"/>
          <element name="lnSentAtIso" type="int"/>
          <element name="lnSentMode" type="int"/>
          <element name="lnTStamp" type="int"/>
          <element name="lnUd0" type="int"/>
          <element name="lnUd1" type="int"/>
          <element name="lnUd2" type="int"/>
          <element name="lnUd3" type="int"/>
          <element name="lnUd4" type="int"/>
          <element name="lnUd5" type="int"/>
          <element name="lnUd6" type="int"/>
          <element name="lnUd7" type="int"/>
          <element name="lnUd8" type="int"/>
          <element name="lnUd9" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbBackAt" type="long"/>
          <element name="mbBackMode" type="long"/>
          <element name="mbComment" type="long"/>
          <element name="mbDestination" type="long"/>
          <element name="mbDueDateIso" type="long"/>
          <element name="mbFileName" type="long"/>
          <element name="mbGuid" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbObjGuid" type="long"/>
          <element name="mbPrio" type="long"/>
          <element name="mbProject" type="long"/>
          <element name="mbReceiverId" type="long"/>
          <element name="mbRevVers" type="long"/>
          <element name="mbSenderId" type="long"/>
          <element name="mbSentAtIso" type="long"/>
          <element name="mbSentMode" type="long"/>
          <element name="mbTStamp" type="long"/>
          <element name="mbUd0" type="long"/>
          <element name="mbUd1" type="long"/>
          <element name="mbUd2" type="long"/>
          <element name="mbUd3" type="long"/>
          <element name="mbUd4" type="long"/>
          <element name="mbUd5" type="long"/>
          <element name="mbUd6" type="long"/>
          <element name="mbUd7" type="long"/>
          <element name="mbUd8" type="long"/>
          <element name="mbUd9" type="long"/></sequence></complexType>
      <complexType name="ActivityProjectC">
        <sequence>
          <element name="lnOptValue" type="int"/>
          <element name="lnProject" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbMajor" type="long"/>
          <element name="mbMinor" type="long"/>
          <element name="mbOptValue" type="long"/>
          <element name="mbProject" type="long"/></sequence></complexType>
      <complexType name="AdminModeC">
        <sequence>
          <element name="OFF" type="int"/>
          <element name="ON" type="int"/>
          <element name="QUERY" type="int"/></sequence></complexType>
      <complexType name="AlertC">
        <sequence>
          <element name="lnMemo" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbDest" type="long"/>
          <element name="mbExtra1" type="long"/>
          <element name="mbExtra2" type="long"/>
          <element name="mbMemo" type="long"/>
          <element name="mbObjId" type="long"/>
          <element name="mbSource" type="long"/>
          <element name="mbTime" type="long"/>
          <element name="mbType" type="long"/></sequence></complexType>
      <complexType name="AnyC">
        <sequence>
          <element name="TYPE_ARRAY_ANY" type="int"/>
          <element name="TYPE_ARRAY_BYTE" type="int"/>
          <element name="TYPE_BOOLEAN" type="int"/>
          <element name="TYPE_DOUBLE" type="int"/>
          <element name="TYPE_INT" type="int"/>
          <element name="TYPE_LONG" type="int"/>
          <element name="TYPE_OBJECT" type="int"/>
          <element name="TYPE_STRING" type="int"/></sequence></complexType>
      <complexType name="ArchiveStatisticsOptionsC">
        <sequence>
          <element name="mbMaxDocId" type="long"/>
          <element name="mbMaxObjId" type="long"/></sequence></complexType>
      <complexType name="ArchivingModeC">
        <sequence>
          <element name="DEFAULT" type="int"/>
          <element name="NONE" type="int"/>
          <element name="READONLY" type="int"/>
          <element name="READWRITE" type="int"/>
          <element name="VERSION" type="int"/></sequence></complexType>
      <complexType name="CheckinUsersC">
        <sequence>
          <element name="NEW_USER" type="tns:CheckinUsersZ" nillable="true"/>
          <element name="NOTHING" type="tns:CheckinUsersZ" nillable="true"/>
          <element name="PASSWORD" type="tns:CheckinUsersZ" nillable="true"/>
          <element name="WRITE" type="tns:CheckinUsersZ" nillable="true"/>
          <element name="WRITE_PASSWORD" type="tns:CheckinUsersZ" nillable="true"/>
          <element name="bsetNEW_USER" type="long"/>
          <element name="bsetNOTHING" type="long"/>
          <element name="bsetPASSWORD" type="long"/>
          <element name="bsetWRITE" type="long"/></sequence></complexType>
      <complexType name="CheckoutUsersC">
        <sequence>
          <element name="ALL_GROUPS" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="ALL_GROUPS_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="ALL_USERS" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="ALL_USERS_AND_GROUPS" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="ALL_USERS_AND_GROUPS_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="ALL_USERS_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="BY_IDS" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="BY_IDS_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="GROUPS_OF_MEMBER" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="GROUPS_OF_MEMBER_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="GROUPS_OF_MEMBER_RECURSIVE" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="GROUPS_OF_MEMBER_RECURSIVE_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="MEMBERS_OF_GROUP" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="MEMBERS_OF_GROUP_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="MEMBERS_OF_GROUP_RECURSIVE" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="MEMBERS_OF_GROUP_RECURSIVE_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="NOTHING" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="SESSION_USERS" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="SESSION_USERS_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="USERS_OF_GROUP" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="USERS_OF_GROUP_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="USERS_OF_GROUP_RECURSIVE" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="USERS_OF_GROUP_RECURSIVE_RAW" type="tns:CheckoutUsersZ" nillable="true"/>
          <element name="bsetALL_GROUPS" type="long"/>
          <element name="bsetALL_USERS" type="long"/>
          <element name="bsetALL_USERS_AND_GROUPS" type="long"/>
          <element name="bsetBY_IDS" type="long"/>
          <element name="bsetEFFECTIVE_RIGHTS" type="long"/>
          <element name="bsetGROUPS_OF_MEMBER" type="long"/>
          <element name="bsetGROUPS_OF_MEMBER_RECURSIVE" type="long"/>
          <element name="bsetMEMBERS_OF_GROUP" type="long"/>
          <element name="bsetMEMBERS_OF_GROUP_RECURSIVE" type="long"/>
          <element name="bsetMY_USERS" type="long"/>
          <element name="bsetNOTHING" type="long"/>
          <element name="bsetSELECT_MASK" type="long"/>
          <element name="bsetSESSION_INFO" type="long"/>
          <element name="bsetUSERS_OF_GROUP" type="long"/>
          <element name="bsetUSERS_OF_GROUP_RECURSIVE" type="long"/></sequence></complexType>
      <complexType name="ColorDataC">
        <sequence>
          <element name="lnGuid" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnTStamp" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbGuid" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbRGB" type="long"/>
          <element name="mbStatus" type="long"/>
          <element name="mbTStamp" type="long"/>
          <element name="GUID_BLUE" type="string" nillable="true"/>
          <element name="GUID_GREEN" type="string" nillable="true"/>
          <element name="GUID_RED" type="string" nillable="true"/>
          <element name="GUID_SYSTEM" type="string" nillable="true"/>
          <element name="mbDeleted" type="long"/></sequence></complexType>
      <complexType name="ConfigFileC">
        <sequence>
          <element name="CHECKOUT" type="string" nillable="true"/>
          <element name="COLD" type="string" nillable="true"/>
          <element name="ELO_SCRIPTS" type="string" nillable="true"/>
          <element name="INIT_DATA" type="string" nillable="true"/>
          <element name="POSTBOX" type="string" nillable="true"/>
          <element name="TEMPLATE" type="string" nillable="true"/>
          <element name="VIEWER_POSTBOX" type="string" nillable="true"/>
          <element name="mbAll" type="tns:ConfigFileZ" nillable="true"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbFileData" type="long"/>
          <element name="mbLastModified" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbNoFileData" type="tns:ConfigFileZ" nillable="true"/>
          <element name="mbSize" type="long"/>
          <element name="mbUrl" type="long"/></sequence></complexType>
      <complexType name="CopySordC">
        <sequence>
          <element name="COPY" type="tns:CopySordZ" nillable="true"/>
          <element name="MOVE" type="tns:CopySordZ" nillable="true"/>
          <element name="REFERENCE" type="tns:CopySordZ" nillable="true"/>
          <element name="bsetCOPY" type="long"/>
          <element name="bsetCOPY_WITH_ATTACHMENTS" type="long"/>
          <element name="bsetCOPY_WITH_ATTACHMENT_VERSIONS" type="long"/>
          <element name="bsetCOPY_WITH_CHILDREN" type="long"/>
          <element name="bsetCOPY_WITH_DOCUMENTS" type="long"/>
          <element name="bsetCOPY_WITH_DOCUMENT_VERSIONS" type="long"/>
          <element name="bsetCOPY_WITH_NOTES_TYPE_NORMAL" type="long"/>
          <element name="bsetCOPY_WITH_NOTES_TYPE_PERSONAL" type="long"/>
          <element name="bsetCOPY_WITH_NOTES_TYPE_STAMP" type="long"/>
          <element name="bsetMOVE" type="long"/>
          <element name="bsetREFERENCE" type="long"/></sequence></complexType>
      <complexType name="CounterInfoC">
        <sequence>
          <element name="lnName" type="int"/></sequence></complexType>
      <complexType name="DocMaskC">
        <sequence>
          <element name="lnBarcode" type="int"/>
          <element name="lnDAcl" type="int"/>
          <element name="lnGuid" type="int"/>
          <element name="lnIndex" type="int"/>
          <element name="lnInternalAcl" type="int"/>
          <element name="lnLifetime" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnRawPosInfo" type="int"/>
          <element name="lnTStamp" type="int"/>
          <element name="lnText" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbBarcode" type="long"/>
          <element name="mbDAcl" type="long"/>
          <element name="mbDKey" type="long"/>
          <element name="mbDKind" type="long"/>
          <element name="mbDPath" type="long"/>
          <element name="mbFlags" type="long"/>
          <element name="mbFlowId" type="long"/>
          <element name="mbFlowId2" type="long"/>
          <element name="mbGuid" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbIndex" type="long"/>
          <element name="mbInternalAcl" type="long"/>
          <element name="mbKey" type="long"/>
          <element name="mbLifetime" type="long"/>
          <element name="mbLockId" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbRawPosInfo" type="long"/>
          <element name="mbStatus" type="long"/>
          <element name="mbTStamp" type="long"/>
          <element name="mbText" type="long"/>
          <element name="GUID_BASIC" type="string" nillable="true"/>
          <element name="GUID_CONTACT" type="string" nillable="true"/>
          <element name="GUID_EMAIL" type="string" nillable="true"/>
          <element name="GUID_FOLDER" type="string" nillable="true"/>
          <element name="GUID_SEARCH" type="string" nillable="true"/>
          <element name="GUID_STRUCTURE_ELEMENT" type="string" nillable="true"/>
          <element name="lnAcl" type="int"/>
          <element name="mbAcl" type="long"/>
          <element name="mbAclItems" type="long"/>
          <element name="mbAll" type="tns:DocMaskZ" nillable="true"/>
          <element name="mbDeleted" type="long"/>
          <element name="mbDetails" type="long"/>
          <element name="mbDocAclItems" type="long"/>
          <element name="mbLines" type="long"/>
          <element name="mbMaskLines" type="long"/>
          <element name="mbOnlyLock" type="tns:DocMaskZ" nillable="true"/>
          <element name="mbSortOrderNotArchivingMode" type="long"/></sequence></complexType>
      <complexType name="DocMaskLineC">
        <sequence>
          <element name="lnComment" type="int"/>
          <element name="lnDefaultValue" type="int"/>
          <element name="lnExternalData" type="int"/>
          <element name="lnInternalAcl" type="int"/>
          <element name="lnKey" type="int"/>
          <element name="lnName" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbComment" type="long"/>
          <element name="mbDefaultValue" type="long"/>
          <element name="mbExternalData" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbInternalAcl" type="long"/>
          <element name="mbKey" type="long"/>
          <element name="mbLKey" type="long"/>
          <element name="mbMaskId" type="long"/>
          <element name="mbMax" type="long"/>
          <element name="mbMin" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbRawFlags" type="long"/>
          <element name="mbRawType" type="long"/>
          <element name="DEFAULT" type="int"/>
          <element name="DOCKEY_VSL" type="int"/>
          <element name="DOCNAME_VSL" type="string" nillable="true"/>
          <element name="ID_FILENAME" type="int"/>
          <element name="ID_LINK" type="int"/>
          <element name="MAX_ID_DOCMASK_LINE" type="int"/>
          <element name="MAX_ID_HIDDEN_VALUE" type="int"/>
          <element name="MAX_ID_VALUE_ARRAY" type="int"/>
          <element name="MIN_ID_HIDDEN_VALUE" type="int"/>
          <element name="NAME_FILENAME" type="string" nillable="true"/>
          <element name="NAME_LINK" type="string" nillable="true"/>
          <element name="TYPE_AZ" type="int"/>
          <element name="TYPE_DATE" type="int"/>
          <element name="TYPE_ISO_DATE" type="int"/>
          <element name="TYPE_LIST" type="int"/>
          <element name="TYPE_NUMBER" type="int"/>
          <element name="TYPE_NUMBER_F0" type="int"/>
          <element name="TYPE_NUMBER_F1" type="int"/>
          <element name="TYPE_NUMBER_F2" type="int"/>
          <element name="TYPE_NUMBER_F4" type="int"/>
          <element name="TYPE_NUMBER_F6" type="int"/>
          <element name="TYPE_TEXT" type="int"/>
          <element name="TYPE_THES" type="int"/>
          <element name="TYPE_USER" type="int"/>
          <element name="lnAcl" type="int"/>
          <element name="mbAcl" type="long"/>
          <element name="mbAclItems" type="long"/>
          <element name="mbFlags" type="long"/>
          <element name="mbHidden" type="long"/>
          <element name="mbImportant" type="long"/>
          <element name="mbNextTab" type="long"/>
          <element name="mbOnlyBuzzwords" type="long"/>
          <element name="mbPostfixAsterix" type="long"/>
          <element name="mbPrefixAsterix" type="long"/>
          <element name="mbReadOnly" type="long"/>
          <element name="mbTabOrder" type="long"/>
          <element name="mbTranslate" type="long"/>
          <element name="mbType" type="long"/>
          <element name="mbVersion" type="long"/></sequence></complexType>
      <complexType name="DocVersionC">
        <sequence>
          <element name="FLAG_MILESTONE" type="int"/>
          <element name="lnComment" type="int"/>
          <element name="lnExt" type="int"/>
          <element name="lnVersion" type="int"/></sequence></complexType>
      <complexType name="EditInfoC">
        <sequence>
          <element name="mbAll" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbAttachment" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbAttachmentMembers" type="long"/>
          <element name="mbBasicData" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbDocTemplates" type="long"/>
          <element name="mbDocument" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbDocumentMembers" type="long"/>
          <element name="mbKeywordMembers" type="long"/>
          <element name="mbMarkerNames" type="long"/>
          <element name="mbMask" type="long"/>
          <element name="mbMaskNames" type="long"/>
          <element name="mbNoteMembers" type="long"/>
          <element name="mbNotes" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbOnlyId" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbOnlyLock" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbPathNames" type="long"/>
          <element name="mbPhysPath" type="long"/>
          <element name="mbPreviewMembers" type="long"/>
          <element name="mbReplNames" type="long"/>
          <element name="mbSignatureMembers" type="long"/>
          <element name="mbSord" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbSordDoc" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbSordDocAtt" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbSordDocSmallContent" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbSordLean" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbSordNotes" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbSordPreviewSmallContent" type="tns:EditInfoZ" nillable="true"/>
          <element name="mbSordTypesJPG" type="long"/></sequence></complexType>
      <complexType name="EloIxOptC">
        <sequence>
          <element name="lnIxId" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnValue" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbIxId" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbValue" type="long"/></sequence></complexType>
      <complexType name="ExportOptionsC">
        <sequence>
          <element name="EXPORT_ALL_VERSIONS" type="long"/>
          <element name="EXPORT_DOCUMENTS" type="long"/>
          <element name="EXPORT_KEYWORDS" type="long"/>
          <element name="EXPORT_REFERENCED_DOCUMENTS" type="long"/></sequence></complexType>
      <complexType name="FindDirectC">
        <sequence>
          <element name="FIELD_DELDATE" type="string" nillable="true"/>
          <element name="FIELD_DELDATE_MONTH" type="string" nillable="true"/>
          <element name="FIELD_DELDATE_YEAR" type="string" nillable="true"/>
          <element name="FIELD_DESC" type="string" nillable="true"/>
          <element name="FIELD_EXT" type="string" nillable="true"/>
          <element name="FIELD_GUID" type="string" nillable="true"/>
          <element name="FIELD_ID" type="string" nillable="true"/>
          <element name="FIELD_IDATE" type="string" nillable="true"/>
          <element name="FIELD_IDATE_MONTH" type="string" nillable="true"/>
          <element name="FIELD_IDATE_YEAR" type="string" nillable="true"/>
          <element name="FIELD_MASK_ID" type="string" nillable="true"/>
          <element name="FIELD_MASK_NAME" type="string" nillable="true"/>
          <element name="FIELD_NAME" type="string" nillable="true"/>
          <element name="FIELD_OBJ_KEY" type="string" nillable="true"/>
          <element name="FIELD_OBJ_KEY_TOKENIZED" type="string" nillable="true"/>
          <element name="FIELD_OWNER" type="string" nillable="true"/>
          <element name="FIELD_OWNER_ID" type="string" nillable="true"/>
          <element name="FIELD_TSTAMP" type="string" nillable="true"/>
          <element name="FIELD_TYPE" type="string" nillable="true"/>
          <element name="FIELD_XDATE" type="string" nillable="true"/>
          <element name="FIELD_XDATE_MONTH" type="string" nillable="true"/>
          <element name="FIELD_XDATE_YEAR" type="string" nillable="true"/></sequence></complexType>
      <complexType name="FulltextConfigC">
        <sequence>
          <element name="FLAG_ISEARCH_COMPANY_THESAURUS" type="int"/>
          <element name="FLAG_ISEARCH_DID_YOU_MEAN" type="int"/>
          <element name="FLAG_ISEARCH_KNOWLEGE_MAP" type="int"/>
          <element name="FLAG_ISEARCH_ONTOLOGY_NET" type="int"/>
          <element name="FLAG_ISEARCH_SEARCH_AS_YOU_TYPE" type="int"/>
          <element name="FLAG_ISEARCH_SUMMARY" type="int"/>
          <element name="SOURCE_CLASSIC" type="int"/>
          <element name="SOURCE_FTCAT" type="int"/>
          <element name="SOURCE_ISEARCH" type="int"/></sequence></complexType>
      <complexType name="ImportOptionsC">
        <sequence>
          <element name="CREATE_SEPARATE_STRUCTURE" type="long"/>
          <element name="GUIDS_KEEP" type="long"/>
          <element name="GUIDS_KEEP_AND_SKIP" type="long"/>
          <element name="GUIDS_NEW" type="long"/>
          <element name="KEEP_FILING_DATE" type="long"/>
          <element name="USE_EXPORTED_PATH" type="long"/></sequence></complexType>
      <complexType name="InvalidateCacheC">
        <sequence>
          <element name="ALL" type="int"/>
          <element name="CRYPT_INFO" type="int"/>
          <element name="KEYS" type="int"/>
          <element name="MARKERS" type="int"/>
          <element name="MASKS" type="int"/>
          <element name="PATHS" type="int"/>
          <element name="REPL_NAMES" type="int"/>
          <element name="SORD_TYPES" type="int"/>
          <element name="USERS" type="int"/></sequence></complexType>
      <complexType name="IXExceptionC">
        <sequence>
          <element name="ACCESS_DENIED" type="int"/>
          <element name="ALREADY_EXISTS" type="int"/>
          <element name="INTERNAL" type="int"/>
          <element name="INVALID_CRYPT_KEY" type="int"/>
          <element name="INVALID_PARAM" type="int"/>
          <element name="INVALID_SESSION" type="int"/>
          <element name="LOCKED" type="int"/>
          <element name="NOT_FOUND" type="int"/>
          <element name="NOT_IX" type="int"/>
          <element name="SERVER_ERROR" type="int"/>
          <element name="TEMP_PROBLEM" type="int"/>
          <element name="UNSUPPORTED_FUNCTION" type="int"/></sequence></complexType>
      <complexType name="KeywordC">
        <sequence>
          <element name="KWID_STANDARD_LIST" type="string" nillable="true"/>
          <element name="KWID_USER_LIST" type="string" nillable="true"/>
          <element name="KWID_VERSION" type="string" nillable="true"/>
          <element name="KWID_VERSION_COMMENT" type="string" nillable="true"/>
          <element name="KWID_WORKFLOW" type="string" nillable="true"/>
          <element name="MAX_CHILDREN" type="int"/>
          <element name="MAX_TREE_DEPTH" type="int"/>
          <element name="PLACEHOLDER_COUNTER_BEGIN" type="string" nillable="true"/>
          <element name="PLACEHOLDER_COUNTER_END" type="string" nillable="true"/>
          <element name="PLACEHOLDER_DATE" type="string" nillable="true"/>
          <element name="PLACEHOLDER_DAY" type="string" nillable="true"/>
          <element name="PLACEHOLDER_MONTH" type="string" nillable="true"/>
          <element name="PLACEHOLDER_USER_NAME" type="string" nillable="true"/>
          <element name="PLACEHOLDER_YEAR" type="string" nillable="true"/>
          <element name="lnId" type="int"/>
          <element name="lnRootId" type="int"/>
          <element name="lnText" type="int"/>
          <element name="mbEdit" type="tns:KeywordZ" nillable="true"/>
          <element name="mbPreCookedText" type="long"/>
          <element name="mbRawText" type="long"/>
          <element name="mbView" type="tns:KeywordZ" nillable="true"/></sequence></complexType>
      <complexType name="LinkSordC">
        <sequence>
          <element name="NOTHING" type="tns:LinkSordZ" nillable="true"/></sequence></complexType>
      <complexType name="LockC">
        <sequence>
          <element name="FORCE" type="tns:LockZ" nillable="true"/>
          <element name="IF_FREE" type="tns:LockZ" nillable="true"/>
          <element name="NO" type="tns:LockZ" nillable="true"/>
          <element name="YES" type="tns:LockZ" nillable="true"/>
          <element name="bsetFORCE" type="long"/>
          <element name="bsetIF_FREE" type="long"/>
          <element name="bsetNO" type="long"/>
          <element name="bsetYES" type="long"/></sequence></complexType>
      <complexType name="MapDomainC">
        <sequence>
          <element name="lnName" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbFlags" type="long"/>
          <element name="mbName" type="long"/>
          <element name="DOMAIN_IX_OPTIONS" type="string" nillable="true"/>
          <element name="DOMAIN_SORD" type="string" nillable="true"/>
          <element name="DOMAIN_WORKFLOW_ACTIVE" type="string" nillable="true"/>
          <element name="DOMAIN_WORKFLOW_FINISHED" type="string" nillable="true"/></sequence></complexType>
      <complexType name="NavigationInfoC">
        <sequence>
          <element name="MIN_NAV_DEPTH" type="int"/>
          <element name="MIN_NAV_MAX_COUNT" type="int"/>
          <element name="MIN_NAV_SIBLINGS" type="int"/>
          <element name="SKIP_NAV_LIMIT" type="int"/></sequence></complexType>
      <complexType name="NoteC">
        <sequence>
          <element name="lnAcl" type="int"/>
          <element name="lnDesc" type="int"/>
          <element name="lnGuid" type="int"/>
          <element name="lnTStamp" type="int"/>
          <element name="mbAcl" type="long"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbColor" type="long"/>
          <element name="mbCreateDate" type="long"/>
          <element name="mbDesc" type="long"/>
          <element name="mbGuid" type="long"/>
          <element name="mbHLock" type="long"/>
          <element name="mbHeight" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbOwnerId" type="long"/>
          <element name="mbPageNo" type="long"/>
          <element name="mbParentId" type="long"/>
          <element name="mbStatus" type="long"/>
          <element name="mbTStamp" type="long"/>
          <element name="mbType" type="long"/>
          <element name="mbWidth" type="long"/>
          <element name="mbXPos" type="long"/>
          <element name="mbYPos" type="long"/>
          <element name="COLOR_ANNOTATION_MARKER_DM" type="int"/>
          <element name="TYPE_ANNOTATION_FILETEXT" type="int"/>
          <element name="TYPE_ANNOTATION_FILLEDRECTANGLE" type="int"/>
          <element name="TYPE_ANNOTATION_FREEHAND" type="int"/>
          <element name="TYPE_ANNOTATION_HOLLOWRECTANGLE" type="int"/>
          <element name="TYPE_ANNOTATION_HORIZONTAL_LINE" type="int"/>
          <element name="TYPE_ANNOTATION_LINE" type="int"/>
          <element name="TYPE_ANNOTATION_MARKER" type="int"/>
          <element name="TYPE_ANNOTATION_NOTE" type="int"/>
          <element name="TYPE_ANNOTATION_NOTE_WITHFONT" type="int"/>
          <element name="TYPE_ANNOTATION_RECTANGLE" type="int"/>
          <element name="TYPE_ANNOTATION_STAMP" type="int"/>
          <element name="TYPE_ANNOTATION_STAMP_NEW" type="int"/>
          <element name="TYPE_ANNOTATION_STRIKEOUT" type="int"/>
          <element name="TYPE_ANNOTATION_TEXT" type="int"/>
          <element name="TYPE_ANOTEWG_NOTE" type="int"/>
          <element name="TYPE_ANOTEW_MARKER" type="int"/>
          <element name="TYPE_NONE" type="int"/>
          <element name="TYPE_NORMAL" type="int"/>
          <element name="TYPE_PERSONAL" type="int"/>
          <element name="TYPE_STAMP" type="int"/>
          <element name="mbAclItems" type="long"/>
          <element name="mbAll" type="tns:NoteZ" nillable="true"/>
          <element name="mbCreateDateIso" type="long"/>
          <element name="mbDeleted" type="long"/>
          <element name="mbLockId" type="long"/>
          <element name="mbNoDesc" type="tns:NoteZ" nillable="true"/>
          <element name="mbNoteFreehand" type="long"/>
          <element name="mbNoteImage" type="long"/>
          <element name="mbNoteText" type="long"/>
          <element name="mbObjId" type="long"/>
          <element name="mbOnlyLock" type="tns:NoteZ" nillable="true"/></sequence></complexType>
      <complexType name="NoteFreehandC">
        <sequence>
          <element name="MAX_POINTS" type="int"/></sequence></complexType>
      <complexType name="NoteTemplateC">
        <sequence>
          <element name="PLACEHOLDER_DATE" type="string" nillable="true"/>
          <element name="PLACEHOLDER_TIME" type="string" nillable="true"/>
          <element name="PLACEHOLDER_USERNAME" type="string" nillable="true"/>
          <element name="RAW_ITEM_SEPARATOR" type="string" nillable="true"/>
          <element name="RAW_STAMPINFO_SEPARATOR" type="string" nillable="true"/>
          <element name="RAW_SUBITEM_SEPARATOR" type="string" nillable="true"/>
          <element name="USERID_ALL" type="string" nillable="true"/>
          <element name="lnName" type="int"/>
          <element name="lnText" type="int"/>
          <element name="mbAcl" type="long"/>
          <element name="mbAll" type="tns:NoteTemplateZ" nillable="true"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbMin" type="tns:NoteTemplateZ" nillable="true"/>
          <element name="mbName" type="long"/>
          <element name="mbNoteImage" type="long"/>
          <element name="mbNoteText" type="long"/>
          <element name="mbUserId" type="long"/></sequence></complexType>
      <complexType name="ObjKeyC">
        <sequence>
          <element name="lnData" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnSdata" type="int"/>
          <element name="lnUdata" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbData" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbObjId" type="long"/>
          <element name="mbSdata" type="long"/>
          <element name="mbUdata" type="long"/></sequence></complexType>
      <complexType name="ProcessInfoC">
        <sequence>
          <element name="DELSTATUS_ALL" type="int"/>
          <element name="DELSTATUS_DELETED" type="int"/>
          <element name="DELSTATUS_VALID" type="int"/>
          <element name="ERRORMODE_ALL" type="int"/>
          <element name="ERRORMODE_CRITICAL_ONLY" type="int"/>
          <element name="ERRORMODE_SKIP_PROCINFO" type="int"/>
          <element name="ERRORMODE_SKIP_SUBTREE" type="int"/>
          <element name="PROCMSGMAX" type="int"/></sequence></complexType>
      <complexType name="ReminderC">
        <sequence>
          <element name="lnDesc" type="int"/>
          <element name="lnName" type="int"/>
          <element name="mbActionCode" type="long"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbCreateDate" type="long"/>
          <element name="mbDesc" type="long"/>
          <element name="mbDueDate" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbLockId" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbObjId" type="long"/>
          <element name="mbObjType" type="long"/>
          <element name="mbPrio" type="long"/>
          <element name="mbPromptDate" type="long"/>
          <element name="mbReceiverId" type="long"/>
          <element name="mbSenderId" type="long"/>
          <element name="mbAll" type="long"/>
          <element name="mbCreateDateIso" type="long"/>
          <element name="mbDeleted" type="long"/>
          <element name="mbDueDateIso" type="long"/>
          <element name="mbLockName" type="long"/>
          <element name="mbNotifyOnDelete" type="long"/>
          <element name="mbNotifyOnView" type="long"/>
          <element name="mbObjGuid" type="long"/>
          <element name="mbPromptDateIso" type="long"/>
          <element name="mbReceiverName" type="long"/>
          <element name="mbSenderName" type="long"/></sequence></complexType>
      <complexType name="ReplSetNameC">
        <sequence>
          <element name="lnDesc" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnTStamp" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbDesc" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbImage" type="long"/>
          <element name="mbMobile" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbTStamp" type="long"/></sequence></complexType>
      <complexType name="ReportC">
        <sequence>
          <element name="lnId" type="int"/>
          <element name="lnText" type="int"/>
          <element name="mbActTime" type="long"/>
          <element name="mbActionNo" type="long"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbExtra1" type="long"/>
          <element name="mbExtra2" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbObjId" type="long"/>
          <element name="mbSessionNo" type="long"/>
          <element name="mbText" type="long"/>
          <element name="mbUserId" type="long"/></sequence></complexType>
      <complexType name="ReportInfoC">
        <complexContent>
          <extension base="tns:ReportC">
            <sequence>
              <element name="ACT_CLIENT_ADDREF" type="int"/>
              <element name="ACT_CLIENT_CHANGEATTACH" type="int"/>
              <element name="ACT_CLIENT_CHANGEDOC" type="int"/>
              <element name="ACT_CLIENT_CHANGEKEY" type="int"/>
              <element name="ACT_CLIENT_CHANGEKIND" type="int"/>
              <element name="ACT_CLIENT_CHANGESOR" type="int"/>
              <element name="ACT_CLIENT_CHECKIN" type="int"/>
              <element name="ACT_CLIENT_CHECKOUT" type="int"/>
              <element name="ACT_CLIENT_COLORCHANGED" type="int"/>
              <element name="ACT_CLIENT_COMPLAIN" type="int"/>
              <element name="ACT_CLIENT_CONVERT_FORMAT" type="int"/>
              <element name="ACT_CLIENT_CREATEDOC" type="int"/>
              <element name="ACT_CLIENT_CREATEFLOWTEMPL" type="int"/>
              <element name="ACT_CLIENT_CREATENOTE" type="int"/>
              <element name="ACT_CLIENT_CREATESOR" type="int"/>
              <element name="ACT_CLIENT_DELETEDOCS" type="int"/>
              <element name="ACT_CLIENT_DELETENOTE" type="int"/>
              <element name="ACT_CLIENT_DELFLOWACTIVE" type="int"/>
              <element name="ACT_CLIENT_DELFLOWTEMPL" type="int"/>
              <element name="ACT_CLIENT_DELVERSION" type="int"/>
              <element name="ACT_CLIENT_DELVERT" type="int"/>
              <element name="ACT_CLIENT_EDITDOC" type="int"/>
              <element name="ACT_CLIENT_EDITFLOWACTIVE" type="int"/>
              <element name="ACT_CLIENT_EDITFLOWTEMPL" type="int"/>
              <element name="ACT_CLIENT_EDITNOTE" type="int"/>
              <element name="ACT_CLIENT_EDITSOR" type="int"/>
              <element name="ACT_CLIENT_ELOEND" type="int"/>
              <element name="ACT_CLIENT_ELOSTART" type="int"/>
              <element name="ACT_CLIENT_ERASEDOC" type="int"/>
              <element name="ACT_CLIENT_ERASEREF" type="int"/>
              <element name="ACT_CLIENT_ERASESOR" type="int"/>
              <element name="ACT_CLIENT_FLOWERRORYESNO" type="int"/>
              <element name="ACT_CLIENT_FLOWTIMELIMIT" type="int"/>
              <element name="ACT_CLIENT_FORWARDFLOW" type="int"/>
              <element name="ACT_CLIENT_FREEVERT" type="int"/>
              <element name="ACT_CLIENT_KEYCHANGED" type="int"/>
              <element name="ACT_CLIENT_MASKCHANGED" type="int"/>
              <element name="ACT_CLIENT_MASKTEXTTOOLONG" type="int"/>
              <element name="ACT_CLIENT_MOVEDOC" type="int"/>
              <element name="ACT_CLIENT_MOVEREF" type="int"/>
              <element name="ACT_CLIENT_MOVESOR" type="int"/>
              <element name="ACT_CLIENT_NEWVERT" type="int"/>
              <element name="ACT_CLIENT_NONE" type="int"/>
              <element name="ACT_CLIENT_PATHCHANGED" type="int"/>
              <element name="ACT_CLIENT_PICKPOST" type="int"/>
              <element name="ACT_CLIENT_POSTCOLLECT" type="int"/>
              <element name="ACT_CLIENT_POSTCOPYTO" type="int"/>
              <element name="ACT_CLIENT_POSTDELETE" type="int"/>
              <element name="ACT_CLIENT_POSTDOCBUILD" type="int"/>
              <element name="ACT_CLIENT_POSTEDIT" type="int"/>
              <element name="ACT_CLIENT_POSTEXPAND" type="int"/>
              <element name="ACT_CLIENT_POSTFIRST" type="int"/>
              <element name="ACT_CLIENT_POSTIMPORT" type="int"/>
              <element name="ACT_CLIENT_POSTLAST" type="int"/>
              <element name="ACT_CLIENT_POSTMOVE" type="int"/>
              <element name="ACT_CLIENT_POSTMOVETO" type="int"/>
              <element name="ACT_CLIENT_POSTNEWOLE" type="int"/>
              <element name="ACT_CLIENT_POSTRECEIVE" type="int"/>
              <element name="ACT_CLIENT_POSTSCHLAGWORT" type="int"/>
              <element name="ACT_CLIENT_PWDCHANGED" type="int"/>
              <element name="ACT_CLIENT_RECEIVEFLOW" type="int"/>
              <element name="ACT_CLIENT_REFDOC" type="int"/>
              <element name="ACT_CLIENT_REFSOR" type="int"/>
              <element name="ACT_CLIENT_REMOVEVERT" type="int"/>
              <element name="ACT_CLIENT_REPORTCHANGED" type="int"/>
              <element name="ACT_CLIENT_RESETVERT" type="int"/>
              <element name="ACT_CLIENT_SETVERT" type="int"/>
              <element name="ACT_CLIENT_SHOWDOC" type="int"/>
              <element name="ACT_CLIENT_SHOWSOR" type="int"/>
              <element name="ACT_CLIENT_STARTFLOW" type="int"/>
              <element name="ACT_CLIENT_USERCHANGED" type="int"/>
              <element name="ACT_CLIENT_VIEWDOC" type="int"/>
              <element name="ACT_CLIENT_VIEWSOR" type="int"/>
              <element name="ACT_CLIENT_WVCHANGE" type="int"/>
              <element name="ACT_CLIENT_WVCHANGESEND" type="int"/>
              <element name="ACT_CLIENT_WVDELETE" type="int"/>
              <element name="ACT_CLIENT_WVFIRST" type="int"/>
              <element name="ACT_CLIENT_WVLAST" type="int"/>
              <element name="ACT_CLIENT_WVNEW" type="int"/>
              <element name="ACT_CLIENT_WVNEWSEND" type="int"/>
              <element name="ACT_CLIENT_WVRECEIVE" type="int"/>
              <element name="ACT_CLIENT_WVSEND" type="int"/>
              <element name="ACT_DM_READDOC" type="int"/>
              <element name="ACT_ISWRITESESSION" type="int"/>
              <element name="ACT_IX_CHANGE_ACL" type="int"/>
              <element name="ACT_IX_CHANGE_RS" type="int"/>
              <element name="ACT_IX_CHECKIN_COLOR" type="int"/>
              <element name="ACT_IX_CHECKIN_CONFIG_FILE" type="int"/>
              <element name="ACT_IX_CHECKIN_COUNTER" type="int"/>
              <element name="ACT_IX_CHECKIN_DOCVERSION" type="int"/>
              <element name="ACT_IX_CHECKIN_DOC_MASK" type="int"/>
              <element name="ACT_IX_CHECKIN_KEY" type="int"/>
              <element name="ACT_IX_CHECKIN_NOTE" type="int"/>
              <element name="ACT_IX_CHECKIN_REPL_NAME" type="int"/>
              <element name="ACT_IX_CHECKIN_REPORT_OPTIONS" type="int"/>
              <element name="ACT_IX_CHECKIN_SORD" type="int"/>
              <element name="ACT_IX_CHECKIN_SORD_TYPE" type="int"/>
              <element name="ACT_IX_CHECKIN_USER" type="int"/>
              <element name="ACT_IX_CHECKIN_USER_PROFILE" type="int"/>
              <element name="ACT_IX_CHECKIN_WORKFLOW" type="int"/>
              <element name="ACT_IX_CHECKOUT_DOCVERSION" type="int"/>
              <element name="ACT_IX_CHECKOUT_NOTE" type="int"/>
              <element name="ACT_IX_CHECKOUT_SORD" type="int"/>
              <element name="ACT_IX_COPY_SORD" type="int"/>
              <element name="ACT_IX_CREATE_DOCUMENT" type="int"/>
              <element name="ACT_IX_CREATE_DOC_MASK" type="int"/>
              <element name="ACT_IX_CREATE_KEY" type="int"/>
              <element name="ACT_IX_CREATE_NOTE" type="int"/>
              <element name="ACT_IX_CREATE_SORD" type="int"/>
              <element name="ACT_IX_CREATE_USER" type="int"/>
              <element name="ACT_IX_CREATE_WORKFLOW" type="int"/>
              <element name="ACT_IX_DELETE_CONFIG_FILE" type="int"/>
              <element name="ACT_IX_DELETE_COUNTER" type="int"/>
              <element name="ACT_IX_DELETE_DOC_MASK" type="int"/>
              <element name="ACT_IX_DELETE_KEY" type="int"/>
              <element name="ACT_IX_DELETE_NOTE" type="int"/>
              <element name="ACT_IX_DELETE_REFERENCE" type="int"/>
              <element name="ACT_IX_DELETE_REPORT" type="int"/>
              <element name="ACT_IX_DELETE_SORD" type="int"/>
              <element name="ACT_IX_DELETE_SORD_TYPE" type="int"/>
              <element name="ACT_IX_DELETE_USER" type="int"/>
              <element name="ACT_IX_DELETE_USER_PROFILE" type="int"/>
              <element name="ACT_IX_DELETE_WORKFLOW" type="int"/>
              <element name="ACT_IX_DELVERT" type="int"/>
              <element name="ACT_IX_EDIT_WORKFLOW_NODE" type="int"/>
              <element name="ACT_IX_FIRST" type="int"/>
              <element name="ACT_IX_FREEVERT" type="int"/>
              <element name="ACT_IX_INCREMENT_COUNTER" type="int"/>
              <element name="ACT_IX_LAST" type="int"/>
              <element name="ACT_IX_LINK_SORD" type="int"/>
              <element name="ACT_IX_LOCK_ARCHIVE" type="int"/>
              <element name="ACT_IX_LOGIN" type="int"/>
              <element name="ACT_IX_LOGOUT" type="int"/>
              <element name="ACT_IX_MOVE_SORD" type="int"/>
              <element name="ACT_IX_NEWVERT" type="int"/>
              <element name="ACT_IX_REFERENCE_SORD" type="int"/>
              <element name="ACT_IX_REMOVEVERT" type="int"/>
              <element name="ACT_IX_RESETVERT" type="int"/>
              <element name="ACT_IX_SETVERT" type="int"/>
              <element name="ACT_IX_START_ADHOC_WORKFLOW" type="int"/>
              <element name="ACT_IX_START_WORKFLOW" type="int"/>
              <element name="ACT_IX_TAKE_WORKFLOW_NODE" type="int"/>
              <element name="ACT_IX_TERMINATE_WORKFLOW" type="int"/>
              <element name="ACT_IX_UNLINK_SORD" type="int"/>
              <element name="EXTRA2_ANNOTATION_MARKER" type="int"/>
              <element name="EXTRA2_ANNOTATION_NOTE" type="int"/>
              <element name="EXTRA2_ATTACHMENT" type="int"/>
              <element name="EXTRA2_DOCVERSION" type="int"/>
              <element name="EXTRA2_FINALLY" type="int"/>
              <element name="EXTRA2_FORCE" type="int"/>
              <element name="EXTRA2_LOCK" type="int"/>
              <element name="EXTRA2_NOTE_NORMAL" type="int"/>
              <element name="EXTRA2_NOTE_PERSONAL" type="int"/>
              <element name="EXTRA2_NOTE_STAMP" type="int"/>
              <element name="EXTRA2_PREVIEW" type="int"/>
              <element name="EXTRA2_REPORT_AS_LOGIN" type="int"/>
              <element name="EXTRA2_SIGNATURE" type="int"/>
              <element name="EXTRA2_SSO_LOGIN" type="int"/>
              <element name="EXTRA2_WF_ACTIVE" type="int"/>
              <element name="EXTRA2_WF_CANCEL" type="int"/>
              <element name="EXTRA2_WF_FINISHED" type="int"/>
              <element name="EXTRA2_WF_TEMPLATE" type="int"/>
              <element name="EXTRA2_WF_TERMINATE" type="int"/>
              <element name="mbActTimeISO" type="long"/>
              <element name="mbAction" type="long"/>
              <element name="mbComment" type="long"/>
              <element name="mbUserName" type="long"/></sequence></extension></complexContent></complexType>
      <complexType name="ReportModeC">
        <sequence>
          <element name="FULL" type="tns:ReportModeZ" nillable="true"/>
          <element name="LIMITED" type="tns:ReportModeZ" nillable="true"/>
          <element name="NO" type="tns:ReportModeZ" nillable="true"/>
          <element name="VERBOSE" type="tns:ReportModeZ" nillable="true"/>
          <element name="bsetFULL" type="long"/>
          <element name="bsetLIMITED" type="long"/>
          <element name="bsetNO" type="long"/>
          <element name="bsetVERBOSE" type="long"/></sequence></complexType>
      <complexType name="ReportOptionsC">
        <sequence>
          <element name="ERP_CHECKIN" type="int"/>
          <element name="ERP_CHECKOUT" type="int"/>
          <element name="ERP_CONVERT_FORMAT" type="int"/>
          <element name="ERP_CREATEFLOWTEMPL" type="int"/>
          <element name="ERP_DELFLOWACTIVE" type="int"/>
          <element name="ERP_DELFLOWTEMPL" type="int"/>
          <element name="ERP_DELVERSION" type="int"/>
          <element name="ERP_DELVERT" type="int"/>
          <element name="ERP_EDITFLOWACTIVE" type="int"/>
          <element name="ERP_EDITFLOWTEMPL" type="int"/>
          <element name="ERP_ERROR" type="int"/>
          <element name="ERP_FLOWERRORYESNO" type="int"/>
          <element name="ERP_FLOWTIMELIMT" type="int"/>
          <element name="ERP_FORWARDFLOW" type="int"/>
          <element name="ERP_FREEVERT" type="int"/>
          <element name="ERP_LOGATTACHMENT" type="int"/>
          <element name="ERP_LOGCHANGEKEY" type="int"/>
          <element name="ERP_LOGCHANGEKIND" type="int"/>
          <element name="ERP_LOGCHANGEPWD" type="int"/>
          <element name="ERP_LOGCLOSEARC" type="int"/>
          <element name="ERP_LOGCOLORDATA" type="int"/>
          <element name="ERP_LOGCOMPLAIN" type="int"/>
          <element name="ERP_LOGCREATEDOC" type="int"/>
          <element name="ERP_LOGCREATESOR" type="int"/>
          <element name="ERP_LOGDELDOCS" type="int"/>
          <element name="ERP_LOGEDITDATA" type="int"/>
          <element name="ERP_LOGEDITDOC" type="int"/>
          <element name="ERP_LOGERADOC" type="int"/>
          <element name="ERP_LOGERAREF" type="int"/>
          <element name="ERP_LOGERASOR" type="int"/>
          <element name="ERP_LOGFIRSTMESSAGE" type="int"/>
          <element name="ERP_LOGKEYDATA" type="int"/>
          <element name="ERP_LOGLASTMESSAGE" type="int"/>
          <element name="ERP_LOGMASKDATA" type="int"/>
          <element name="ERP_LOGMOVEDOC" type="int"/>
          <element name="ERP_LOGMOVESOR" type="int"/>
          <element name="ERP_LOGOPENARC" type="int"/>
          <element name="ERP_LOGPATHDATA" type="int"/>
          <element name="ERP_LOGREFDOC" type="int"/>
          <element name="ERP_LOGREFSOR" type="int"/>
          <element name="ERP_LOGUSERDATA" type="int"/>
          <element name="ERP_LOGVIEWDOC" type="int"/>
          <element name="ERP_NEWVERT" type="int"/>
          <element name="ERP_NOREPDATA" type="int"/>
          <element name="ERP_PICKPOST" type="int"/>
          <element name="ERP_POSTBOX" type="int"/>
          <element name="ERP_RECEIVEFLOW" type="int"/>
          <element name="ERP_REMOVEVERT" type="int"/>
          <element name="ERP_RESETVERT" type="int"/>
          <element name="ERP_SETVERT" type="int"/>
          <element name="ERP_SHOWDOC" type="int"/>
          <element name="ERP_SHOWSOR" type="int"/>
          <element name="ERP_STARTFLOW" type="int"/>
          <element name="ERP_VERSCHIEDEN" type="int"/>
          <element name="ERP_WV" type="int"/></sequence></complexType>
      <complexType name="SearchModeC">
        <sequence>
          <element name="AND" type="tns:SearchModeZ" nillable="true"/>
          <element name="EXPRESSION" type="tns:SearchModeZ" nillable="true"/>
          <element name="ONE_TERM" type="tns:SearchModeZ" nillable="true"/>
          <element name="OR" type="tns:SearchModeZ" nillable="true"/>
          <element name="bsetAND" type="long"/>
          <element name="bsetEXPRESSION" type="long"/>
          <element name="bsetONE_TERM" type="long"/>
          <element name="bsetOR" type="long"/></sequence></complexType>
      <complexType name="SearchTermsC">
        <sequence>
          <element name="CORRECTION" type="int"/>
          <element name="SYNONYMS" type="int"/>
          <element name="TERMS" type="int"/></sequence></complexType>
      <complexType name="ServerInfoDMC">
        <sequence>
          <element name="STOREMODE_BASEPATH_FILL_UP" type="int"/>
          <element name="STOREMODE_BASEPATH_MASK" type="int"/>
          <element name="STOREMODE_BASEPATH_ROUNDROBIN" type="int"/></sequence></complexType>
      <complexType name="ServerStateC">
        <sequence>
          <element name="lnAction" type="int"/>
          <element name="mbAction" type="long"/>
          <element name="mbActionId" type="long"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbSubKey" type="long"/></sequence></complexType>
      <complexType name="SessionOptionsC">
        <sequence>
          <element name="CLIENT_APP_NAME" type="string" nillable="true"/>
          <element name="CLIENT_APP_TYPE" type="string" nillable="true"/>
          <element name="CLIENT_APP_VERSION" type="string" nillable="true"/>
          <element name="DB_ESCAPE_CHAR" type="string" nillable="true"/>
          <element name="DB_WILDCARDS" type="string" nillable="true"/>
          <element name="DECRYPT_DOCUMENTS" type="string" nillable="true"/>
          <element name="DIRECT_DM_ACCESS" type="string" nillable="true"/>
          <element name="ENCRYPT_DOCUMENTS" type="string" nillable="true"/>
          <element name="ISO_DATE_WITH_DELIMS" type="string" nillable="true"/>
          <element name="SESSION_ADD" type="int"/>
          <element name="SESSION_FROM_AM" type="int"/>
          <element name="SESSION_FROM_AM_ADD" type="int"/>
          <element name="SESSION_FROM_IX" type="int"/>
          <element name="TRANSLATE_TERMS" type="string" nillable="true"/>
          <element name="TYPE_PARTNER_APPLICATION" type="string" nillable="true"/></sequence></complexType>
      <complexType name="SordC">
        <sequence>
          <element name="lnAcl" type="int"/>
          <element name="lnGuid" type="int"/>
          <element name="lnInternalDesc" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnSDesc" type="int"/>
          <element name="lnSName" type="int"/>
          <element name="lnSReg" type="int"/>
          <element name="lnTStamp" type="int"/>
          <element name="mbAcl" type="long"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbAtt" type="long"/>
          <element name="mbChildCount" type="long"/>
          <element name="mbDelDate" type="long"/>
          <element name="mbDoc" type="long"/>
          <element name="mbFlags" type="long"/>
          <element name="mbGuid" type="long"/>
          <element name="mbHistCount" type="long"/>
          <element name="mbIDate" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbInfo" type="long"/>
          <element name="mbInternalDesc" type="long"/>
          <element name="mbKey" type="long"/>
          <element name="mbKind" type="long"/>
          <element name="mbLockId" type="long"/>
          <element name="mbMask" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbOwnerId" type="long"/>
          <element name="mbParentId" type="long"/>
          <element name="mbPath" type="long"/>
          <element name="mbSDesc" type="long"/>
          <element name="mbSName" type="long"/>
          <element name="mbSReg" type="long"/>
          <element name="mbSig" type="long"/>
          <element name="mbStatus" type="long"/>
          <element name="mbSyncDateLoc" type="long"/>
          <element name="mbSyncDateRem" type="long"/>
          <element name="mbTStamp" type="long"/>
          <element name="mbType" type="long"/>
          <element name="mbVtRep" type="long"/>
          <element name="mbXDate" type="long"/>
          <element name="ATTACHMENT_FLAG_IN_DOCHISTORY" type="int"/>
          <element name="GUID_ADMINISTRATION_BASE" type="string" nillable="true"/>
          <element name="GUID_COLD_BACKGROUND_IMAGES" type="string" nillable="true"/>
          <element name="GUID_IX_SCRIPTING_BASE" type="string" nillable="true"/>
          <element name="GUID_REPLICATION_BASE" type="string" nillable="true"/>
          <element name="GUID_SCRIPTING_BASE" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_BEGINNODE" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_COLLECTNODE" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_CYCLE_BEGIN" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_CYCLE_END" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_IFNODE" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_PERSONNODE" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_SET_SERVER_ID" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_SPLITNODE" type="string" nillable="true"/>
          <element name="GUID_WFNODE_ICON_TERMINATE" type="string" nillable="true"/>
          <element name="GUID_WIN_SCRIPTING_BASE" type="string" nillable="true"/>
          <element name="GUID_WORKFLOW_ICONS_BASE" type="string" nillable="true"/>
          <element name="LBT_ARCHIVE" type="int"/>
          <element name="LBT_DOCUMENT" type="int"/>
          <element name="LBT_DOCUMENT_MAX" type="int"/>
          <element name="lnDesc" type="int"/>
          <element name="mbAclItems" type="long"/>
          <element name="mbAll" type="tns:SordZ" nillable="true"/>
          <element name="mbAllIndex" type="tns:SordZ" nillable="true"/>
          <element name="mbCheckout" type="tns:SordZ" nillable="true"/>
          <element name="mbCheckoutPreview" type="tns:SordZ" nillable="true"/>
          <element name="mbDesc" type="long"/>
          <element name="mbDocVersionMembers" type="long"/>
          <element name="mbLean" type="tns:SordZ" nillable="true"/>
          <element name="mbLeanMembers" type="long"/>
          <element name="mbLinks" type="long"/>
          <element name="mbMin" type="tns:SordZ" nillable="true"/>
          <element name="mbMinDocVersion" type="tns:SordZ" nillable="true"/>
          <element name="mbMinMembers" type="long"/>
          <element name="mbObjKeys" type="long"/>
          <element name="mbOnlyGuid" type="tns:SordZ" nillable="true"/>
          <element name="mbOnlyId" type="tns:SordZ" nillable="true"/>
          <element name="mbOnlyLock" type="tns:SordZ" nillable="true"/>
          <element name="mbOnlyUnlock" type="tns:SordZ" nillable="true"/>
          <element name="mbParentIds" type="long"/>
          <element name="mbPhysPath" type="long"/>
          <element name="mbPreview" type="long"/>
          <element name="mbReadOnlyMembers" type="long"/>
          <element name="mbRefPaths" type="long"/>
          <element name="mbReplNames" type="long"/>
          <element name="mbReplSet" type="long"/>
          <element name="mbSmallDocumentContent" type="long"/></sequence></complexType>
      <complexType name="SordHistC">
        <sequence>
          <element name="lnHistGuid" type="int"/>
          <element name="lnObjGuid" type="int"/>
          <element name="lnTimeStampLocal" type="int"/>
          <element name="lnTimeStampUTC" type="int"/>
          <element name="lnUserName" type="int"/>
          <element name="lnWorkStation" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbHistGuid" type="long"/>
          <element name="mbHistSource" type="long"/>
          <element name="mbObjGuid" type="long"/>
          <element name="mbTimeStampLocal" type="long"/>
          <element name="mbTimeStampUTC" type="long"/>
          <element name="mbUserName" type="long"/>
          <element name="mbUserNo" type="long"/>
          <element name="mbWorkStation" type="long"/>
          <element name="SRC_CLIENT" type="int"/>
          <element name="SRC_IGW" type="int"/>
          <element name="SRC_IX" type="int"/>
          <element name="SRC_NONE" type="int"/>
          <element name="SRC_OLE" type="int"/>
          <element name="SRC_REPL" type="int"/>
          <element name="SRC_SAP" type="int"/>
          <element name="SRC_SYNC" type="int"/>
          <element name="SRC_XML" type="int"/></sequence></complexType>
      <complexType name="SordHistKeyC">
        <sequence>
          <element name="lnHistGuid" type="int"/>
          <element name="lnKeyData" type="int"/>
          <element name="lnKeyDataDesc" type="int"/>
          <element name="lnKeyName" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbHistGuid" type="long"/>
          <element name="mbKeyData" type="long"/>
          <element name="mbKeyDataDesc" type="long"/>
          <element name="mbKeyName" type="long"/>
          <element name="mbKeyNo" type="long"/>
          <element name="ID_DOCMASK_NAME" type="int"/>
          <element name="ID_RESERVED_MIN" type="int"/>
          <element name="ID_SORD_DESC" type="int"/>
          <element name="ID_SORD_NAME" type="int"/>
          <element name="ID_SORD_XDATE" type="int"/>
          <element name="NAME_DOCMASK_NAME" type="string" nillable="true"/>
          <element name="NAME_SORD_DESC" type="string" nillable="true"/>
          <element name="NAME_SORD_NAME" type="string" nillable="true"/>
          <element name="NAME_SORD_XDATE" type="string" nillable="true"/></sequence></complexType>
      <complexType name="SordTypeC">
        <sequence>
          <element name="MAX_DOCUMENT_TYPES" type="int"/>
          <element name="MAX_FOLDER_TYPES" type="int"/>
          <element name="mbAllBMP" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbAllICO" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbAllJPG" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbBMP" type="long"/>
          <element name="mbDisabledIconMember" type="long"/>
          <element name="mbICO" type="long"/>
          <element name="mbIconBMP" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbIconICO" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbIconJPG" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbIconMember" type="long"/>
          <element name="mbIconsBMP" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbIconsICO" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbIconsJPG" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbIdNameExt" type="long"/>
          <element name="mbJPG" type="long"/>
          <element name="mbNoIcons" type="tns:SordTypeZ" nillable="true"/>
          <element name="mbWorkflowIconMember" type="long"/></sequence></complexType>
      <complexType name="SortOrderC">
        <sequence>
          <element name="ALPHA" type="int"/>
          <element name="DEFAULT" type="int"/>
          <element name="IALPHA" type="int"/>
          <element name="IDATE" type="int"/>
          <element name="IIDATE" type="int"/>
          <element name="IXDATE" type="int"/>
          <element name="MANUAL" type="int"/>
          <element name="NONE" type="int"/>
          <element name="XDATE" type="int"/></sequence></complexType>
      <complexType name="StoreInfoC">
        <sequence>
          <element name="FLAG_BACKUP" type="int"/>
          <element name="FLAG_ELO5_NO_NT_SECURITY" type="int"/>
          <element name="FLAG_ELO5_PATH_CHANGED" type="int"/>
          <element name="FLAG_ELO5_PATH_PROTECTED" type="int"/>
          <element name="FLAG_NO_RESTORE" type="int"/>
          <element name="FLAG_READONLY" type="int"/>
          <element name="FLAG_WORM" type="int"/>
          <element name="SP_16" type="int"/>
          <element name="SP_1K" type="int"/>
          <element name="SP_4K" type="int"/>
          <element name="SP_64K" type="int"/>
          <element name="SP_CENTERA" type="int"/>
          <element name="SP_FLAT" type="int"/>
          <element name="SP_MD5_HASH" type="int"/>
          <element name="SP_REL_FILE_PATH" type="int"/>
          <element name="SP_TSM" type="int"/></sequence></complexType>
      <complexType name="WFTakeNodeC">
        <sequence>
          <element name="DEFAULT" type="int"/>
          <element name="RESET_DEPARTMENT2" type="int"/>
          <element name="RESET_IN_USE_DATE" type="int"/></sequence></complexType>
      <complexType name="ThesaurusC">
        <sequence>
          <element name="lnCompare" type="int"/>
          <element name="lnData" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbCompare" type="long"/>
          <element name="mbData" type="long"/>
          <element name="mbGroupId" type="long"/>
          <element name="mbListId" type="long"/>
          <element name="mbPrio" type="long"/></sequence></complexType>
      <complexType name="UserInfoC">
        <sequence>
          <element name="GUID_ADMINISTRATOR" type="string" nillable="true"/>
          <element name="GUID_EVERYONE_GROUP" type="string" nillable="true"/>
          <element name="ID_ADMINISTRATOR" type="int"/>
          <element name="ID_EVERYONE_GROUP" type="int"/>
          <element name="MAX_GROUPS" type="int"/>
          <element name="MAX_KEY" type="int"/>
          <element name="MAX_NAME" type="int"/>
          <element name="MAX_PERSISTENT_GROUPS" type="int"/>
          <element name="MAX_USERPROP" type="int"/>
          <element name="MAX_USERS" type="int"/>
          <element name="PROP_ACTION" type="int"/>
          <element name="PROP_GUID" type="int"/>
          <element name="PROP_NAME_EMAIL" type="int"/>
          <element name="PROP_NAME_OS" type="int"/>
          <element name="TYPE_GROUP" type="int"/>
          <element name="TYPE_USER" type="int"/>
          <element name="lnDesc" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnPwd" type="int"/>
          <element name="lnUserProp" type="int"/></sequence></complexType>
      <complexType name="UserProfileC">
        <sequence>
          <element name="DATE_FORMAT" type="string" nillable="true"/>
          <element name="DOC_VERSION_ACCESS_FORMAT" type="string" nillable="true"/>
          <element name="DOC_VERSION_CREATE_FORMAT" type="string" nillable="true"/>
          <element name="DOC_VERSION_DATE_FORMAT" type="string" nillable="true"/>
          <element name="DOC_VERSION_UPDATE_FORMAT" type="string" nillable="true"/>
          <element name="SORD_DATE_FORMAT" type="string" nillable="true"/>
          <element name="SORD_DELDATE_FORMAT" type="string" nillable="true"/>
          <element name="SORD_IDATE_FORMAT" type="string" nillable="true"/>
          <element name="SORD_XDATE_FORMAT" type="string" nillable="true"/>
          <element name="lnKey" type="int"/>
          <element name="lnValue" type="int"/></sequence></complexType>
      <complexType name="UserTaskPriorityC">
        <sequence>
          <element name="HIGHEST" type="int"/>
          <element name="LOWEST" type="int"/>
          <element name="MAX" type="int"/>
          <element name="MIN" type="int"/></sequence></complexType>
      <complexType name="UserTaskSortOrderC">
        <sequence>
          <element name="DATE_PRIORITY_NAME" type="tns:UserTaskSortOrderZ" nillable="true"/>
          <element name="NAME_PRIORITY_DATE" type="tns:UserTaskSortOrderZ" nillable="true"/>
          <element name="PRIORITY_DATE_NAME" type="tns:UserTaskSortOrderZ" nillable="true"/>
          <element name="bsetDATE_PRIORITY_NAME" type="long"/>
          <element name="bsetNAME_PRIORITY_DATE" type="long"/>
          <element name="bsetPRIORITY_DATE_NAME" type="long"/></sequence></complexType>
      <complexType name="VtDocC">
        <sequence>
          <element name="mbAllMembers" type="long"/>
          <element name="mbCode" type="long"/>
          <element name="mbDocId" type="long"/>
          <element name="mbObjId" type="long"/></sequence></complexType>
      <complexType name="WFDiagramC">
        <sequence>
          <element name="MAX_SUBNODES" type="int"/>
          <element name="TEMPLATE_ID_ADHOC" type="int"/>
          <element name="lnGuid" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnProcessOnServerId" type="int"/>
          <element name="lnTStamp" type="int"/>
          <element name="mbAccess" type="long"/>
          <element name="mbAcl" type="long"/>
          <element name="mbAll" type="tns:WFDiagramZ" nillable="true"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbCompletionDate" type="long"/>
          <element name="mbDeleted" type="long"/>
          <element name="mbFlags" type="long"/>
          <element name="mbGuid" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbLean" type="tns:WFDiagramZ" nillable="true"/>
          <element name="mbLeanMembers" type="long"/>
          <element name="mbLockId" type="long"/>
          <element name="mbMatrix" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbNodes" type="long"/>
          <element name="mbObjId" type="long"/>
          <element name="mbObjType" type="long"/>
          <element name="mbOnlyLock" type="tns:WFDiagramZ" nillable="true"/>
          <element name="mbOwnerId" type="long"/>
          <element name="mbPrio" type="long"/>
          <element name="mbProcessOnServerId" type="long"/>
          <element name="mbStartDate" type="long"/>
          <element name="mbTStamp" type="long"/>
          <element name="mbTemplateId" type="long"/>
          <element name="mbTimeLimit" type="long"/>
          <element name="mbTimeLimitEscalations" type="long"/>
          <element name="mbTimeLimitUserId" type="long"/>
          <element name="mbVersion" type="long"/></sequence></complexType>
      <complexType name="WFNodeC">
        <sequence>
          <element name="FLAG_CYCLE_END" type="int"/>
          <element name="FLAG_CYCLE_X" type="int"/>
          <element name="FLAG_NOT_VALID" type="int"/>
          <element name="FLAG_ONE_SUCCESSOR" type="int"/>
          <element name="FLAG_RESET_CHILDREN" type="int"/>
          <element name="FLAG_ROOT_ADHOC" type="int"/>
          <element name="FLAG_TERMINATE_USER" type="int"/>
          <element name="FLAG_WORKINGDAYS" type="int"/>
          <element name="TYPE_BEGINNODE" type="int"/>
          <element name="TYPE_COLLECTNODE" type="int"/>
          <element name="TYPE_CYCLE" type="int"/>
          <element name="TYPE_IFNODE" type="int"/>
          <element name="TYPE_NOTHING" type="int"/>
          <element name="TYPE_PERSONNODE" type="int"/>
          <element name="TYPE_SET_SERVER_ID" type="int"/>
          <element name="TYPE_SPLITNODE" type="int"/>
          <element name="USERID_OWNER" type="int"/>
          <element name="lnComment" type="int"/>
          <element name="lnCondition" type="int"/>
          <element name="lnName" type="int"/>
          <element name="lnOnEnter" type="int"/>
          <element name="lnOnExit" type="int"/>
          <element name="lnProcessOnServerId" type="int"/>
          <element name="lnYesNoCondition" type="int"/>
          <element name="mbAllMembers" type="long"/>
          <element name="mbComment" type="long"/>
          <element name="mbCondition" type="long"/>
          <element name="mbDelayDate" type="long"/>
          <element name="mbDelayDateIso" type="long"/>
          <element name="mbDelayDays" type="long"/>
          <element name="mbDepartment2" type="long"/>
          <element name="mbDesignDepartment" type="long"/>
          <element name="mbEnterDate" type="long"/>
          <element name="mbExitDate" type="long"/>
          <element name="mbFlags" type="long"/>
          <element name="mbId" type="long"/>
          <element name="mbInUseDate" type="long"/>
          <element name="mbInUseDateIso" type="long"/>
          <element name="mbIsNext" type="long"/>
          <element name="mbLockId" type="long"/>
          <element name="mbMoveCyclePosX" type="long"/>
          <element name="mbName" type="long"/>
          <element name="mbNbOfDonesToExit" type="long"/>
          <element name="mbObjKeyNames" type="long"/>
          <element name="mbOnEnter" type="long"/>
          <element name="mbOnExit" type="long"/>
          <element name="mbPosX" type="long"/>
          <element name="mbPosY" type="long"/>
          <element name="mbProcessOnServerId" type="long"/>
          <element name="mbResult" type="long"/>
          <element name="mbTag" type="long"/>
          <element name="mbTimeLimit" type="long"/>
          <element name="mbTimeLimitEscalations" type="long"/>
          <element name="mbTimeLimitIso" type="long"/>
          <element name="mbType" type="long"/>
          <element name="mbUserDelayDate" type="long"/>
          <element name="mbUserDelayDateIso" type="long"/>
          <element name="mbUserId" type="long"/>
          <element name="mbUserName" type="long"/>
          <element name="mbUserTerminate" type="long"/>
          <element name="mbYesNoCondition" type="long"/></sequence></complexType>
      <complexType name="WFNodeMatrixC">
        <sequence>
          <element name="ALWAYS" type="int"/>
          <element name="IF_FALSE" type="int"/>
          <element name="IF_TRUE" type="int"/></sequence></complexType>
      <complexType name="WFTypeC">
        <sequence>
          <element name="ACTIVE" type="tns:WFTypeZ" nillable="true"/>
          <element name="FINISHED" type="tns:WFTypeZ" nillable="true"/>
          <element name="TEMPLATE" type="tns:WFTypeZ" nillable="true"/>
          <element name="bsetACTIVE" type="long"/>
          <element name="bsetFINISHED" type="long"/>
          <element name="bsetTEMPLATE" type="long"/></sequence></complexType>
      <complexType name="WFVersionC">
        <sequence>
          <element name="lnComment" type="int"/>
          <element name="lnVersion" type="int"/></sequence></complexType>
      <complexType name="ArrayOfContextTerm">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:ContextTerm[]"/></restriction></complexContent></complexType>
      <complexType name="ContextTerm">
        <sequence>
          <element name="docNum" type="int"/>
          <element name="term" type="string" nillable="true"/></sequence></complexType>
      <complexType name="ValuesOfObjKey">
        <sequence>
          <element name="totalCount" type="int"/>
          <element name="usageCounts" type="tns:ArrayOfint" nillable="true"/>
          <element name="values" type="tns:ArrayOfstring" nillable="true"/></sequence></complexType>
      <complexType name="ArrayOfEditInfo">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:EditInfo[]"/></restriction></complexContent></complexType>
      <complexType name="EditInfoEswOptions">
        <sequence>
          <element name="reserved" type="int"/></sequence></complexType>
      <complexType name="ArrayOfFileData">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:FileData[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfUserName">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:UserName[]"/></restriction></complexContent></complexType>
      <complexType name="ArrayOfWFVersion">
        <complexContent>
          <restriction base="soap11-enc:Array">
            <attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:WFVersion[]"/></restriction></complexContent></complexType></schema></types>
  <message name="IXServicePortIF_adminMode">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/></message>
  <message name="IXServicePortIF_adminModeResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_alive">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_aliveResponse"/>
  <message name="IXServicePortIF_beginEditWorkFlowNode">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/>
    <part name="int_3" type="xsd:int"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_beginEditWorkFlowNodeResponse">
    <part name="result" type="ns2:WFEditNode"/></message>
  <message name="IXServicePortIF_changeSordMask">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="Sord_2" type="ns2:Sord"/>
    <part name="String_3" type="xsd:string"/>
    <part name="EditInfoZ_4" type="ns2:EditInfoZ"/></message>
  <message name="IXServicePortIF_changeSordMaskResponse">
    <part name="result" type="ns2:EditInfo"/></message>
  <message name="IXServicePortIF_checkinColors">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfColorData_2" type="ns2:ArrayOfColorData"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinColorsResponse"/>
  <message name="IXServicePortIF_checkinConfigFiles">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfConfigFile_2" type="ns2:ArrayOfConfigFile"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinConfigFilesResponse"/>
  <message name="IXServicePortIF_checkinConfigFilesBegin">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/></message>
  <message name="IXServicePortIF_checkinConfigFilesBeginResponse">
    <part name="result" type="ns2:ArrayOfConfigFile"/></message>
  <message name="IXServicePortIF_checkinConfigFilesEnd">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfConfigFile_2" type="ns2:ArrayOfConfigFile"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinConfigFilesEndResponse">
    <part name="result" type="ns2:ArrayOfConfigFile"/></message>
  <message name="IXServicePortIF_checkinCounters">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfCounterInfo_2" type="ns2:ArrayOfCounterInfo"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinCountersResponse"/>
  <message name="IXServicePortIF_checkinCryptInfos">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfCryptInfo_2" type="ns2:ArrayOfCryptInfo"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinCryptInfosResponse"/>
  <message name="IXServicePortIF_checkinDocBegin">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="Document_2" type="ns2:Document"/></message>
  <message name="IXServicePortIF_checkinDocBeginResponse">
    <part name="result" type="ns2:Document"/></message>
  <message name="IXServicePortIF_checkinDocDupl">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="Sord_2" type="ns2:Sord"/>
    <part name="SordZ_3" type="ns2:SordZ"/>
    <part name="Document_4" type="ns2:Document"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinDocDuplResponse">
    <part name="result" type="ns2:Document"/></message>
  <message name="IXServicePortIF_checkinDocEnd">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="Sord_2" type="ns2:Sord"/>
    <part name="SordZ_3" type="ns2:SordZ"/>
    <part name="Document_4" type="ns2:Document"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinDocEndResponse">
    <part name="result" type="ns2:Document"/></message>
  <message name="IXServicePortIF_checkinDocMask">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="DocMask_2" type="ns2:DocMask"/>
    <part name="DocMaskZ_3" type="ns2:DocMaskZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinDocMaskResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_checkinDocsBegin">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfDocument_2" type="ns2:ArrayOfDocument"/></message>
  <message name="IXServicePortIF_checkinDocsBeginResponse">
    <part name="result" type="ns2:ArrayOfDocument"/></message>
  <message name="IXServicePortIF_checkinDocsEnd">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfSord_2" type="ns2:ArrayOfSord"/>
    <part name="arrayOfSordZ_3" type="ns2:ArrayOfSordZ"/>
    <part name="arrayOfDocument_4" type="ns2:ArrayOfDocument"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinDocsEndResponse">
    <part name="result" type="ns2:ArrayOfDocument"/></message>
  <message name="IXServicePortIF_checkinKeys">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfKeyInfo_2" type="ns2:ArrayOfKeyInfo"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinKeysResponse">
    <part name="result" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_checkinKeywordList">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="KeywordList_2" type="ns2:KeywordList"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinKeywordListResponse"/>
  <message name="IXServicePortIF_checkinKeywords">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfKeyword_2" type="ns2:ArrayOfKeyword"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinKeywordsResponse"/>
  <message name="IXServicePortIF_checkinMap">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="int_4" type="xsd:int"/>
    <part name="arrayOfKeyValue_5" type="ns2:ArrayOfKeyValue"/>
    <part name="LockZ_6" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinMapResponse"/>
  <message name="IXServicePortIF_checkinMapDomain">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="MapDomain_2" type="ns2:MapDomain"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinMapDomainResponse"/>
  <message name="IXServicePortIF_checkinNoteTemplates">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfNoteTemplate_2" type="ns2:ArrayOfNoteTemplate"/>
    <part name="NoteTemplateZ_3" type="ns2:NoteTemplateZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinNoteTemplatesResponse">
    <part name="result" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_checkinNotes">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfNote_3" type="ns2:ArrayOfNote"/>
    <part name="NoteZ_4" type="ns2:NoteZ"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinNotesResponse">
    <part name="result" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_checkinReminder">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="Reminder_2" type="ns2:Reminder"/>
    <part name="arrayOfString_3" type="ns2:ArrayOfstring"/>
    <part name="boolean_4" type="xsd:boolean"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinReminderResponse">
    <part name="result" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_checkinReplNames">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfReplSetName_2" type="ns2:ArrayOfReplSetName"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinReplNamesResponse"/>
  <message name="IXServicePortIF_checkinReportOptions">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="ReportOptions_2" type="ns2:ReportOptions"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinReportOptionsResponse"/>
  <message name="IXServicePortIF_checkinSord">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="Sord_2" type="ns2:Sord"/>
    <part name="SordZ_3" type="ns2:SordZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinSordResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_checkinSordPath">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfSord_3" type="ns2:ArrayOfSord"/>
    <part name="SordZ_4" type="ns2:SordZ"/></message>
  <message name="IXServicePortIF_checkinSordPathResponse">
    <part name="result" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_checkinSordTypes">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfSordType_2" type="ns2:ArrayOfSordType"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinSordTypesResponse"/>
  <message name="IXServicePortIF_checkinStorage">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfStoreInfo_2" type="ns2:ArrayOfStoreInfo"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinStorageResponse">
    <part name="result" type="ns2:ArrayOfStoreInfo"/></message>
  <message name="IXServicePortIF_checkinSubs">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfSubsInfo_2" type="ns2:ArrayOfSubsInfo"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinSubsResponse"/>
  <message name="IXServicePortIF_checkinTranslateTerms">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfTranslateTerm_2" type="ns2:ArrayOfTranslateTerm"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinTranslateTermsResponse">
    <part name="result" type="ns2:ArrayOfstring"/></message>
  <message name="IXServicePortIF_checkinUserProfile">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="UserProfile_2" type="ns2:UserProfile"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinUserProfileResponse"/>
  <message name="IXServicePortIF_checkinUsers">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfUserInfo_2" type="ns2:ArrayOfUserInfo"/>
    <part name="CheckinUsersZ_3" type="ns2:CheckinUsersZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinUsersResponse">
    <part name="result" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_checkinWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="WFDiagram_2" type="ns2:WFDiagram"/>
    <part name="WFDiagramZ_3" type="ns2:WFDiagramZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinWorkFlowResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_checkinWorkflowTemplate">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="WFDiagram_2" type="ns2:WFDiagram"/>
    <part name="WFDiagramZ_3" type="ns2:WFDiagramZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkinWorkflowTemplateResponse">
    <part name="result" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_checkoutColors">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="LockZ_2" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutColorsResponse">
    <part name="result" type="ns2:ArrayOfColorData"/></message>
  <message name="IXServicePortIF_checkoutConfigFiles">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="ConfigFileZ_3" type="ns2:ConfigFileZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutConfigFilesResponse">
    <part name="result" type="ns2:ArrayOfConfigFile"/></message>
  <message name="IXServicePortIF_checkoutCounters">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="boolean_3" type="xsd:boolean"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutCountersResponse">
    <part name="result" type="ns2:ArrayOfCounterInfo"/></message>
  <message name="IXServicePortIF_checkoutCryptInfos">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutCryptInfosResponse">
    <part name="result" type="ns2:ArrayOfCryptInfo"/></message>
  <message name="IXServicePortIF_checkoutDoc">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="EditInfoZ_4" type="ns2:EditInfoZ"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutDocResponse">
    <part name="result" type="ns2:EditInfo"/></message>
  <message name="IXServicePortIF_checkoutDocMask">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="DocMaskZ_3" type="ns2:DocMaskZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutDocMaskResponse">
    <part name="result" type="ns2:DocMask"/></message>
  <message name="IXServicePortIF_checkoutKeys">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutKeysResponse">
    <part name="result" type="ns2:ArrayOfKeyInfo"/></message>
  <message name="IXServicePortIF_checkoutKeywordList">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="KeywordZ_3" type="ns2:KeywordZ"/>
    <part name="int_4" type="xsd:int"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutKeywordListResponse">
    <part name="result" type="ns2:KeywordList"/></message>
  <message name="IXServicePortIF_checkoutKeywords">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="KeywordZ_3" type="ns2:KeywordZ"/>
    <part name="int_4" type="xsd:int"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutKeywordsResponse">
    <part name="result" type="ns2:ArrayOfKeyword"/></message>
  <message name="IXServicePortIF_checkoutMap">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="arrayOfString_4" type="ns2:ArrayOfstring"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutMapResponse">
    <part name="result" type="ns2:MapData"/></message>
  <message name="IXServicePortIF_checkoutMapDomain">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutMapDomainResponse">
    <part name="result" type="ns2:MapDomain"/></message>
  <message name="IXServicePortIF_checkoutNoteTemplates">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfString_3" type="ns2:ArrayOfstring"/>
    <part name="NoteTemplateZ_4" type="ns2:NoteTemplateZ"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutNoteTemplatesResponse">
    <part name="result" type="ns2:ArrayOfNoteTemplate"/></message>
  <message name="IXServicePortIF_checkoutNotes">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfString_3" type="ns2:ArrayOfstring"/>
    <part name="NoteZ_4" type="ns2:NoteZ"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutNotesResponse">
    <part name="result" type="ns2:ArrayOfNote"/></message>
  <message name="IXServicePortIF_checkoutReminders">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfint_2" type="ns2:ArrayOfint"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutRemindersResponse">
    <part name="result" type="ns2:ArrayOfReminder"/></message>
  <message name="IXServicePortIF_checkoutReplNames">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="LockZ_2" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutReplNamesResponse">
    <part name="result" type="ns2:ArrayOfReplSetName"/></message>
  <message name="IXServicePortIF_checkoutReportOptions">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="LockZ_2" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutReportOptionsResponse">
    <part name="result" type="ns2:ReportOptions"/></message>
  <message name="IXServicePortIF_checkoutSord">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="EditInfoZ_3" type="ns2:EditInfoZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutSordResponse">
    <part name="result" type="ns2:EditInfo"/></message>
  <message name="IXServicePortIF_checkoutSordHistory">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_checkoutSordHistoryResponse">
    <part name="result" type="ns2:ArrayOfSordHist"/></message>
  <message name="IXServicePortIF_checkoutSordTypes">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfint_2" type="ns2:ArrayOfint"/>
    <part name="SordTypeZ_3" type="ns2:SordTypeZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutSordTypesResponse">
    <part name="result" type="ns2:ArrayOfSordType"/></message>
  <message name="IXServicePortIF_checkoutStorage">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutStorageResponse">
    <part name="result" type="ns2:ArrayOfStoreInfo"/></message>
  <message name="IXServicePortIF_checkoutSubs">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutSubsResponse">
    <part name="result" type="ns2:ArrayOfSubsInfo"/></message>
  <message name="IXServicePortIF_checkoutTranslateTerms">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutTranslateTermsResponse">
    <part name="result" type="ns2:ArrayOfTranslateTerm"/></message>
  <message name="IXServicePortIF_checkoutUserProfile">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="UserProfile_2" type="ns2:UserProfile"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutUserProfileResponse">
    <part name="result" type="ns2:UserProfile"/></message>
  <message name="IXServicePortIF_checkoutUsers">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="CheckoutUsersZ_3" type="ns2:CheckoutUsersZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutUsersResponse">
    <part name="result" type="ns2:ArrayOfUserInfo"/></message>
  <message name="IXServicePortIF_checkoutWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="WFTypeZ_3" type="ns2:WFTypeZ"/>
    <part name="WFDiagramZ_4" type="ns2:WFDiagramZ"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutWorkFlowResponse">
    <part name="result" type="ns2:WFDiagram"/></message>
  <message name="IXServicePortIF_checkoutWorkflowTemplate">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="WFDiagramZ_4" type="ns2:WFDiagramZ"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_checkoutWorkflowTemplateResponse">
    <part name="result" type="ns2:WFDiagram"/></message>
  <message name="IXServicePortIF_cleanupStart">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="DeleteOptions_2" type="ns2:DeleteOptions"/></message>
  <message name="IXServicePortIF_cleanupStartResponse">
    <part name="result" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_cleanupState">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_cleanupStateResponse">
    <part name="result" type="ns2:JobState"/></message>
  <message name="IXServicePortIF_cleanupStop">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_cleanupStopResponse">
    <part name="result" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_collectJobStates">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="boolean_2" type="xsd:boolean"/>
    <part name="boolean_3" type="xsd:boolean"/>
    <part name="boolean_4" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_collectJobStatesResponse">
    <part name="result" type="ns2:ArrayOfJobState"/></message>
  <message name="IXServicePortIF_collectMapDomains">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_collectMapDomainsResponse">
    <part name="result" type="ns2:ArrayOfMapDomain"/></message>
  <message name="IXServicePortIF_collectWorkFlowNodes">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="WFTypeZ_3" type="ns2:WFTypeZ"/>
    <part name="String_4" type="xsd:string"/>
    <part name="int_5" type="xsd:int"/>
    <part name="String_6" type="xsd:string"/>
    <part name="String_7" type="xsd:string"/>
    <part name="String_8" type="xsd:string"/>
    <part name="arrayOfString_9" type="ns2:ArrayOfstring"/>
    <part name="boolean_10" type="xsd:boolean"/>
    <part name="boolean_11" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_collectWorkFlowNodesResponse">
    <part name="result" type="ns2:ArrayOfWFCollectNode"/></message>
  <message name="IXServicePortIF_collectWorkFlows">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="WFTypeZ_2" type="ns2:WFTypeZ"/></message>
  <message name="IXServicePortIF_collectWorkFlowsResponse">
    <part name="result" type="ns2:ArrayOfIdName"/></message>
  <message name="IXServicePortIF_combineAcl">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfAclItem_2" type="ns2:ArrayOfAclItem"/>
    <part name="arrayOfAclItem_3" type="ns2:ArrayOfAclItem"/>
    <part name="CombineAclOptions_4" type="ns2:CombineAclOptions"/></message>
  <message name="IXServicePortIF_combineAclResponse">
    <part name="result" type="ns2:CombineAclResult"/></message>
  <message name="IXServicePortIF_configureFulltext">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="FulltextConfig_3" type="ns2:FulltextConfig"/></message>
  <message name="IXServicePortIF_configureFulltextResponse">
    <part name="result" type="ns2:FulltextConfig"/></message>
  <message name="IXServicePortIF_cookKeyword">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_cookKeywordResponse">
    <part name="result" type="xsd:string"/></message>
  <message name="IXServicePortIF_copySord">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="CopyInfo_4" type="ns2:CopyInfo"/>
    <part name="CopySordZ_5" type="ns2:CopySordZ"/></message>
  <message name="IXServicePortIF_copySordResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_createDoc">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/>
    <part name="EditInfoZ_5" type="ns2:EditInfoZ"/></message>
  <message name="IXServicePortIF_createDocResponse">
    <part name="result" type="ns2:EditInfo"/></message>
  <message name="IXServicePortIF_createDocMask">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_createDocMaskResponse">
    <part name="result" type="ns2:DocMask"/></message>
  <message name="IXServicePortIF_createKey">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_createKeyResponse">
    <part name="result" type="ns2:KeyInfo"/></message>
  <message name="IXServicePortIF_createNote">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_createNoteResponse">
    <part name="result" type="ns2:Note"/></message>
  <message name="IXServicePortIF_createNote2">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="String_4" type="xsd:string"/></message>
  <message name="IXServicePortIF_createNote2Response">
    <part name="result" type="ns2:Note"/></message>
  <message name="IXServicePortIF_createNoteTemplate">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_createNoteTemplateResponse">
    <part name="result" type="ns2:NoteTemplate"/></message>
  <message name="IXServicePortIF_createReminder">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_createReminderResponse">
    <part name="result" type="ns2:Reminder"/></message>
  <message name="IXServicePortIF_createSord">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="EditInfoZ_4" type="ns2:EditInfoZ"/></message>
  <message name="IXServicePortIF_createSordResponse">
    <part name="result" type="ns2:EditInfo"/></message>
  <message name="IXServicePortIF_createUser">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_createUserResponse">
    <part name="result" type="ns2:UserInfo"/></message>
  <message name="IXServicePortIF_createWFNode">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/>
    <part name="int_3" type="xsd:int"/></message>
  <message name="IXServicePortIF_createWFNodeResponse">
    <part name="result" type="ns2:WFNode"/></message>
  <message name="IXServicePortIF_createWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="WFTypeZ_3" type="ns2:WFTypeZ"/></message>
  <message name="IXServicePortIF_createWorkFlowResponse">
    <part name="result" type="ns2:WFDiagram"/></message>
  <message name="IXServicePortIF_deferWorkFlowNode">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="String_4" type="xsd:string"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deferWorkFlowNodeResponse"/>
  <message name="IXServicePortIF_delegateWorkFlowNode">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="WFDelegateNodeInfo_2" type="ns2:WFDelegateNodeInfo"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_delegateWorkFlowNodeResponse"/>
  <message name="IXServicePortIF_deleteConfigFiles">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteConfigFilesResponse"/>
  <message name="IXServicePortIF_deleteCounters">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteCountersResponse"/>
  <message name="IXServicePortIF_deleteDocMask">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteDocMaskResponse">
    <part name="result" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_deleteKeys">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteKeysResponse"/>
  <message name="IXServicePortIF_deleteKeywordList">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteKeywordListResponse"/>
  <message name="IXServicePortIF_deleteKeywords">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteKeywordsResponse"/>
  <message name="IXServicePortIF_deleteMap">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="arrayOfString_4" type="ns2:ArrayOfstring"/>
    <part name="LockZ_5" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteMapResponse"/>
  <message name="IXServicePortIF_deleteMapDomain">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteMapDomainResponse"/>
  <message name="IXServicePortIF_deleteNoteTemplates">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfString_3" type="ns2:ArrayOfstring"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteNoteTemplatesResponse"/>
  <message name="IXServicePortIF_deleteNotes">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteNotesResponse"/>
  <message name="IXServicePortIF_deleteReminders">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfint_2" type="ns2:ArrayOfint"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteRemindersResponse"/>
  <message name="IXServicePortIF_deleteReport">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_deleteReportResponse"/>
  <message name="IXServicePortIF_deleteSord">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="LockZ_4" type="ns2:LockZ"/>
    <part name="DeleteOptions_5" type="ns2:DeleteOptions"/></message>
  <message name="IXServicePortIF_deleteSordResponse">
    <part name="result" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_deleteSordTypes">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfint_2" type="ns2:ArrayOfint"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteSordTypesResponse"/>
  <message name="IXServicePortIF_deleteSubs">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfSubsInfo_2" type="ns2:ArrayOfSubsInfo"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteSubsResponse"/>
  <message name="IXServicePortIF_deleteTranslateTerms">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteTranslateTermsResponse"/>
  <message name="IXServicePortIF_deleteUserProfile">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="UserProfile_2" type="ns2:UserProfile"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteUserProfileResponse"/>
  <message name="IXServicePortIF_deleteUsers">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteUsersResponse"/>
  <message name="IXServicePortIF_deleteWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="WFTypeZ_3" type="ns2:WFTypeZ"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteWorkFlowResponse"/>
  <message name="IXServicePortIF_deleteWorkflowTemplate">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="LockZ_4" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_deleteWorkflowTemplateResponse"/>
  <message name="IXServicePortIF_endEditWorkFlowNode">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/>
    <part name="int_3" type="xsd:int"/>
    <part name="boolean_4" type="xsd:boolean"/>
    <part name="boolean_5" type="xsd:boolean"/>
    <part name="String_6" type="xsd:string"/>
    <part name="String_7" type="xsd:string"/>
    <part name="arrayOfint_8" type="ns2:ArrayOfint"/></message>
  <message name="IXServicePortIF_endEditWorkFlowNodeResponse"/>
  <message name="IXServicePortIF_executeRegisteredFunction">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="Any_3" type="ns2:Any"/></message>
  <message name="IXServicePortIF_executeRegisteredFunctionResponse">
    <part name="result" type="ns2:Any"/></message>
  <message name="IXServicePortIF_executeScript">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="ExecuteScriptParams_2" type="ns2:ExecuteScriptParams"/></message>
  <message name="IXServicePortIF_executeScriptResponse">
    <part name="result" type="ns2:ExecuteScriptResult"/></message>
  <message name="IXServicePortIF_exportWorkflow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="WorkflowExportOptions_2" type="ns2:WorkflowExportOptions"/></message>
  <message name="IXServicePortIF_exportWorkflowResponse">
    <part name="result" type="ns2:FileData"/></message>
  <message name="IXServicePortIF_findClose">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_findCloseResponse"/>
  <message name="IXServicePortIF_findFirstConfigFiles">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindConfigFileInfo_2" type="ns2:FindConfigFileInfo"/>
    <part name="int_3" type="xsd:int"/>
    <part name="ConfigFileZ_4" type="ns2:ConfigFileZ"/></message>
  <message name="IXServicePortIF_findFirstConfigFilesResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findFirstReportInfos">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindReportInfo_2" type="ns2:FindReportInfo"/>
    <part name="int_3" type="xsd:int"/></message>
  <message name="IXServicePortIF_findFirstReportInfosResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findFirstSords">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindInfo_2" type="ns2:FindInfo"/>
    <part name="int_3" type="xsd:int"/>
    <part name="SordZ_4" type="ns2:SordZ"/></message>
  <message name="IXServicePortIF_findFirstSordsResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findFirstTasks">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindTasksInfo_2" type="ns2:FindTasksInfo"/>
    <part name="int_3" type="xsd:int"/></message>
  <message name="IXServicePortIF_findFirstTasksResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findFirstTranslateTerms">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindTranslateTermInfo_2" type="ns2:FindTranslateTermInfo"/>
    <part name="int_3" type="xsd:int"/></message>
  <message name="IXServicePortIF_findFirstTranslateTermsResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findFirstWorkflows">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindWorkflowInfo_2" type="ns2:FindWorkflowInfo"/>
    <part name="int_3" type="xsd:int"/>
    <part name="WFDiagramZ_4" type="ns2:WFDiagramZ"/></message>
  <message name="IXServicePortIF_findFirstWorkflowsResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findNextConfigFiles">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="int_4" type="xsd:int"/>
    <part name="ConfigFileZ_5" type="ns2:ConfigFileZ"/></message>
  <message name="IXServicePortIF_findNextConfigFilesResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findNextReportInfos">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="int_4" type="xsd:int"/></message>
  <message name="IXServicePortIF_findNextReportInfosResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findNextSords">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="int_4" type="xsd:int"/>
    <part name="SordZ_5" type="ns2:SordZ"/></message>
  <message name="IXServicePortIF_findNextSordsResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findNextTasks">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="int_4" type="xsd:int"/></message>
  <message name="IXServicePortIF_findNextTasksResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findNextTranslateTerms">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="int_4" type="xsd:int"/></message>
  <message name="IXServicePortIF_findNextTranslateTermsResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_findNextWorkflows">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="int_4" type="xsd:int"/></message>
  <message name="IXServicePortIF_findNextWorkflowsResponse">
    <part name="result" type="ns2:FindResult"/></message>
  <message name="IXServicePortIF_finishExport">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_finishExportResponse"/>
  <message name="IXServicePortIF_getArchiveStatistics">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="long_2" type="xsd:long"/></message>
  <message name="IXServicePortIF_getArchiveStatisticsResponse">
    <part name="result" type="ns2:ArchiveStatistics"/></message>
  <message name="IXServicePortIF_getConstants">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_getConstantsResponse">
    <part name="result" type="ns2:IXServicePortC"/></message>
  <message name="IXServicePortIF_getContextTerms">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindInfo_2" type="ns2:FindInfo"/>
    <part name="String_3" type="xsd:string"/>
    <part name="int_4" type="xsd:int"/></message>
  <message name="IXServicePortIF_getContextTermsResponse">
    <part name="result" type="ns2:ArrayOfContextTerm"/></message>
  <message name="IXServicePortIF_getDistinctValuesOfObjKey">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="ValuesOfObjKeyOptions_3" type="ns2:ValuesOfObjKeyOptions"/></message>
  <message name="IXServicePortIF_getDistinctValuesOfObjKeyResponse">
    <part name="result" type="ns2:ValuesOfObjKey"/></message>
  <message name="IXServicePortIF_getESWFromEditInfo">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfEditInfo_2" type="ns2:ArrayOfEditInfo"/>
    <part name="EditInfoEswOptions_3" type="ns2:EditInfoEswOptions"/></message>
  <message name="IXServicePortIF_getESWFromEditInfoResponse">
    <part name="result" type="ns2:ArrayOfFileData"/></message>
  <message name="IXServicePortIF_getEditInfoFromESW">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfFileData_2" type="ns2:ArrayOfFileData"/>
    <part name="EditInfoEswOptions_3" type="ns2:EditInfoEswOptions"/></message>
  <message name="IXServicePortIF_getEditInfoFromESWResponse">
    <part name="result" type="ns2:ArrayOfEditInfo"/></message>
  <message name="IXServicePortIF_getExportZipUrl">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_getExportZipUrlResponse">
    <part name="result" type="xsd:string"/></message>
  <message name="IXServicePortIF_getImportZipUrl">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_getImportZipUrlResponse">
    <part name="result" type="xsd:string"/></message>
  <message name="IXServicePortIF_getSearchTerms">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="FindInfo_2" type="ns2:FindInfo"/>
    <part name="int_3" type="xsd:int"/></message>
  <message name="IXServicePortIF_getSearchTermsResponse">
    <part name="result" type="ns2:ArrayOfstring"/></message>
  <message name="IXServicePortIF_getServerInfo">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_getServerInfoResponse">
    <part name="result" type="ns2:ServerInfo"/></message>
  <message name="IXServicePortIF_getServerInfoDM">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_getServerInfoDMResponse">
    <part name="result" type="ns2:ServerInfoDM"/></message>
  <message name="IXServicePortIF_getSessionFromTicket">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/></message>
  <message name="IXServicePortIF_getSessionFromTicketResponse">
    <part name="result" type="ns2:LoginResult"/></message>
  <message name="IXServicePortIF_getSessionOptions">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_getSessionOptionsResponse">
    <part name="result" type="ns2:SessionOptions"/></message>
  <message name="IXServicePortIF_getUserNames">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="CheckoutUsersZ_3" type="ns2:CheckoutUsersZ"/></message>
  <message name="IXServicePortIF_getUserNamesResponse">
    <part name="result" type="ns2:ArrayOfUserName"/></message>
  <message name="IXServicePortIF_getWorkflowTemplateVersions">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="boolean_3" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_getWorkflowTemplateVersionsResponse">
    <part name="result" type="ns2:ArrayOfWFVersion"/></message>
  <message name="IXServicePortIF_importWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfbyte_3" type="xsd:base64Binary"/></message>
  <message name="IXServicePortIF_importWorkFlowResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_invalidateCache">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/></message>
  <message name="IXServicePortIF_invalidateCacheResponse"/>
  <message name="IXServicePortIF_linkSords">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfString_3" type="ns2:ArrayOfstring"/>
    <part name="LinkSordZ_4" type="ns2:LinkSordZ"/></message>
  <message name="IXServicePortIF_linkSordsResponse"/>
  <message name="IXServicePortIF_lockArchive">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_lockArchiveResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_login">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/>
    <part name="String_5" type="xsd:string"/></message>
  <message name="IXServicePortIF_loginResponse">
    <part name="result" type="ns2:LoginResult"/></message>
  <message name="IXServicePortIF_loginAdmin">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/>
    <part name="String_5" type="xsd:string"/></message>
  <message name="IXServicePortIF_loginAdminResponse">
    <part name="result" type="ns2:LoginResult"/></message>
  <message name="IXServicePortIF_loginEloProf">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/></message>
  <message name="IXServicePortIF_loginEloProfResponse">
    <part name="result" type="ns2:LoginResult"/></message>
  <message name="IXServicePortIF_loginKerberos">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfbyte_2" type="xsd:base64Binary"/>
    <part name="String_3" type="xsd:string"/></message>
  <message name="IXServicePortIF_loginKerberosResponse">
    <part name="result" type="ns2:LoginResult"/></message>
  <message name="IXServicePortIF_logout">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_logoutResponse"/>
  <message name="IXServicePortIF_parseException">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/></message>
  <message name="IXServicePortIF_parseExceptionResponse">
    <part name="result" type="ns2:IXExceptionData"/></message>
  <message name="IXServicePortIF_processFindResult">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="ProcessInfo_3" type="ns2:ProcessInfo"/></message>
  <message name="IXServicePortIF_processFindResultResponse">
    <part name="result" type="ns2:JobState"/></message>
  <message name="IXServicePortIF_processTrees">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="NavigationInfo_2" type="ns2:NavigationInfo"/>
    <part name="ProcessInfo_3" type="ns2:ProcessInfo"/></message>
  <message name="IXServicePortIF_processTreesResponse">
    <part name="result" type="ns2:JobState"/></message>
  <message name="IXServicePortIF_provideCryptPassword">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/></message>
  <message name="IXServicePortIF_provideCryptPasswordResponse"/>
  <message name="IXServicePortIF_queryJobState">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="boolean_3" type="xsd:boolean"/>
    <part name="boolean_4" type="xsd:boolean"/>
    <part name="boolean_5" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_queryJobStateResponse">
    <part name="result" type="ns2:JobState"/></message>
  <message name="IXServicePortIF_refSord">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/>
    <part name="int_5" type="xsd:int"/></message>
  <message name="IXServicePortIF_refSordResponse"/>
  <message name="IXServicePortIF_reload">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/></message>
  <message name="IXServicePortIF_reloadResponse"/>
  <message name="IXServicePortIF_restoreSord">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="RestoreOptions_3" type="ns2:RestoreOptions"/></message>
  <message name="IXServicePortIF_restoreSordResponse">
    <part name="result" type="xsd:boolean"/></message>
  <message name="IXServicePortIF_setServerInfo">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="ServerInfo_2" type="ns2:ServerInfo"/></message>
  <message name="IXServicePortIF_setServerInfoResponse"/>
  <message name="IXServicePortIF_setServerInfoDM">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="ServerInfoDM_2" type="ns2:ServerInfoDM"/></message>
  <message name="IXServicePortIF_setServerInfoDMResponse"/>
  <message name="IXServicePortIF_setSessionOptions">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="SessionOptions_2" type="ns2:SessionOptions"/></message>
  <message name="IXServicePortIF_setSessionOptionsResponse"/>
  <message name="IXServicePortIF_startAdHocWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="arrayOfString_4" type="ns2:ArrayOfstring"/>
    <part name="String_5" type="xsd:string"/>
    <part name="boolean_6" type="xsd:boolean"/>
    <part name="boolean_7" type="xsd:boolean"/>
    <part name="String_8" type="xsd:string"/>
    <part name="String_9" type="xsd:string"/>
    <part name="String_10" type="xsd:string"/>
    <part name="String_11" type="xsd:string"/>
    <part name="String_12" type="xsd:string"/></message>
  <message name="IXServicePortIF_startAdHocWorkFlowResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_startExport">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="arrayOfString_2" type="ns2:ArrayOfstring"/>
    <part name="long_3" type="xsd:long"/></message>
  <message name="IXServicePortIF_startExportResponse">
    <part name="result" type="xsd:string"/></message>
  <message name="IXServicePortIF_startImport">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="int_3" type="xsd:int"/>
    <part name="long_4" type="xsd:long"/></message>
  <message name="IXServicePortIF_startImportResponse">
    <part name="result" type="xsd:string"/></message>
  <message name="IXServicePortIF_startWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="String_3" type="xsd:string"/>
    <part name="String_4" type="xsd:string"/></message>
  <message name="IXServicePortIF_startWorkFlowResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_takeWorkFlowNode">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="int_2" type="xsd:int"/>
    <part name="int_3" type="xsd:int"/>
    <part name="String_4" type="xsd:string"/>
    <part name="int_5" type="xsd:int"/>
    <part name="LockZ_6" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_takeWorkFlowNodeResponse"/>
  <message name="IXServicePortIF_terminateWorkFlow">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="LockZ_3" type="ns2:LockZ"/></message>
  <message name="IXServicePortIF_terminateWorkFlowResponse">
    <part name="result" type="xsd:int"/></message>
  <message name="IXServicePortIF_testAdapter">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfString_3" type="ns2:ArrayOfstring"/></message>
  <message name="IXServicePortIF_testAdapterResponse">
    <part name="result" type="ns2:ArrayOfstring"/></message>
  <message name="IXServicePortIF_unlinkSords">
    <part name="ClientInfo_1" type="ns2:ClientInfo"/>
    <part name="String_2" type="xsd:string"/>
    <part name="arrayOfString_3" type="ns2:ArrayOfstring"/>
    <part name="LinkSordZ_4" type="ns2:LinkSordZ"/></message>
  <message name="IXServicePortIF_unlinkSordsResponse"/>
  <portType name="IXServicePortIF">
    <operation name="adminMode" parameterOrder="ClientInfo_1 int_2">
      <input message="tns:IXServicePortIF_adminMode"/>
      <output message="tns:IXServicePortIF_adminModeResponse"/></operation>
    <operation name="alive" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_alive"/>
      <output message="tns:IXServicePortIF_aliveResponse"/></operation>
    <operation name="beginEditWorkFlowNode" parameterOrder="ClientInfo_1 int_2 int_3 LockZ_4">
      <input message="tns:IXServicePortIF_beginEditWorkFlowNode"/>
      <output message="tns:IXServicePortIF_beginEditWorkFlowNodeResponse"/></operation>
    <operation name="changeSordMask" parameterOrder="ClientInfo_1 Sord_2 String_3 EditInfoZ_4">
      <input message="tns:IXServicePortIF_changeSordMask"/>
      <output message="tns:IXServicePortIF_changeSordMaskResponse"/></operation>
    <operation name="checkinColors" parameterOrder="ClientInfo_1 arrayOfColorData_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinColors"/>
      <output message="tns:IXServicePortIF_checkinColorsResponse"/></operation>
    <operation name="checkinConfigFiles" parameterOrder="ClientInfo_1 arrayOfConfigFile_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinConfigFiles"/>
      <output message="tns:IXServicePortIF_checkinConfigFilesResponse"/></operation>
    <operation name="checkinConfigFilesBegin" parameterOrder="ClientInfo_1 arrayOfString_2">
      <input message="tns:IXServicePortIF_checkinConfigFilesBegin"/>
      <output message="tns:IXServicePortIF_checkinConfigFilesBeginResponse"/></operation>
    <operation name="checkinConfigFilesEnd" parameterOrder="ClientInfo_1 arrayOfConfigFile_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinConfigFilesEnd"/>
      <output message="tns:IXServicePortIF_checkinConfigFilesEndResponse"/></operation>
    <operation name="checkinCounters" parameterOrder="ClientInfo_1 arrayOfCounterInfo_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinCounters"/>
      <output message="tns:IXServicePortIF_checkinCountersResponse"/></operation>
    <operation name="checkinCryptInfos" parameterOrder="ClientInfo_1 arrayOfCryptInfo_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinCryptInfos"/>
      <output message="tns:IXServicePortIF_checkinCryptInfosResponse"/></operation>
    <operation name="checkinDocBegin" parameterOrder="ClientInfo_1 Document_2">
      <input message="tns:IXServicePortIF_checkinDocBegin"/>
      <output message="tns:IXServicePortIF_checkinDocBeginResponse"/></operation>
    <operation name="checkinDocDupl" parameterOrder="ClientInfo_1 Sord_2 SordZ_3 Document_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkinDocDupl"/>
      <output message="tns:IXServicePortIF_checkinDocDuplResponse"/></operation>
    <operation name="checkinDocEnd" parameterOrder="ClientInfo_1 Sord_2 SordZ_3 Document_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkinDocEnd"/>
      <output message="tns:IXServicePortIF_checkinDocEndResponse"/></operation>
    <operation name="checkinDocMask" parameterOrder="ClientInfo_1 DocMask_2 DocMaskZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkinDocMask"/>
      <output message="tns:IXServicePortIF_checkinDocMaskResponse"/></operation>
    <operation name="checkinDocsBegin" parameterOrder="ClientInfo_1 arrayOfDocument_2">
      <input message="tns:IXServicePortIF_checkinDocsBegin"/>
      <output message="tns:IXServicePortIF_checkinDocsBeginResponse"/></operation>
    <operation name="checkinDocsEnd" parameterOrder="ClientInfo_1 arrayOfSord_2 arrayOfSordZ_3 arrayOfDocument_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkinDocsEnd"/>
      <output message="tns:IXServicePortIF_checkinDocsEndResponse"/></operation>
    <operation name="checkinKeys" parameterOrder="ClientInfo_1 arrayOfKeyInfo_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinKeys"/>
      <output message="tns:IXServicePortIF_checkinKeysResponse"/></operation>
    <operation name="checkinKeywordList" parameterOrder="ClientInfo_1 KeywordList_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinKeywordList"/>
      <output message="tns:IXServicePortIF_checkinKeywordListResponse"/></operation>
    <operation name="checkinKeywords" parameterOrder="ClientInfo_1 arrayOfKeyword_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinKeywords"/>
      <output message="tns:IXServicePortIF_checkinKeywordsResponse"/></operation>
    <operation name="checkinMap" parameterOrder="ClientInfo_1 String_2 String_3 int_4 arrayOfKeyValue_5 LockZ_6">
      <input message="tns:IXServicePortIF_checkinMap"/>
      <output message="tns:IXServicePortIF_checkinMapResponse"/></operation>
    <operation name="checkinMapDomain" parameterOrder="ClientInfo_1 MapDomain_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinMapDomain"/>
      <output message="tns:IXServicePortIF_checkinMapDomainResponse"/></operation>
    <operation name="checkinNoteTemplates" parameterOrder="ClientInfo_1 arrayOfNoteTemplate_2 NoteTemplateZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkinNoteTemplates"/>
      <output message="tns:IXServicePortIF_checkinNoteTemplatesResponse"/></operation>
    <operation name="checkinNotes" parameterOrder="ClientInfo_1 String_2 arrayOfNote_3 NoteZ_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkinNotes"/>
      <output message="tns:IXServicePortIF_checkinNotesResponse"/></operation>
    <operation name="checkinReminder" parameterOrder="ClientInfo_1 Reminder_2 arrayOfString_3 boolean_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkinReminder"/>
      <output message="tns:IXServicePortIF_checkinReminderResponse"/></operation>
    <operation name="checkinReplNames" parameterOrder="ClientInfo_1 arrayOfReplSetName_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinReplNames"/>
      <output message="tns:IXServicePortIF_checkinReplNamesResponse"/></operation>
    <operation name="checkinReportOptions" parameterOrder="ClientInfo_1 ReportOptions_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinReportOptions"/>
      <output message="tns:IXServicePortIF_checkinReportOptionsResponse"/></operation>
    <operation name="checkinSord" parameterOrder="ClientInfo_1 Sord_2 SordZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkinSord"/>
      <output message="tns:IXServicePortIF_checkinSordResponse"/></operation>
    <operation name="checkinSordPath" parameterOrder="ClientInfo_1 String_2 arrayOfSord_3 SordZ_4">
      <input message="tns:IXServicePortIF_checkinSordPath"/>
      <output message="tns:IXServicePortIF_checkinSordPathResponse"/></operation>
    <operation name="checkinSordTypes" parameterOrder="ClientInfo_1 arrayOfSordType_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinSordTypes"/>
      <output message="tns:IXServicePortIF_checkinSordTypesResponse"/></operation>
    <operation name="checkinStorage" parameterOrder="ClientInfo_1 arrayOfStoreInfo_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinStorage"/>
      <output message="tns:IXServicePortIF_checkinStorageResponse"/></operation>
    <operation name="checkinSubs" parameterOrder="ClientInfo_1 arrayOfSubsInfo_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinSubs"/>
      <output message="tns:IXServicePortIF_checkinSubsResponse"/></operation>
    <operation name="checkinTranslateTerms" parameterOrder="ClientInfo_1 arrayOfTranslateTerm_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinTranslateTerms"/>
      <output message="tns:IXServicePortIF_checkinTranslateTermsResponse"/></operation>
    <operation name="checkinUserProfile" parameterOrder="ClientInfo_1 UserProfile_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkinUserProfile"/>
      <output message="tns:IXServicePortIF_checkinUserProfileResponse"/></operation>
    <operation name="checkinUsers" parameterOrder="ClientInfo_1 arrayOfUserInfo_2 CheckinUsersZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkinUsers"/>
      <output message="tns:IXServicePortIF_checkinUsersResponse"/></operation>
    <operation name="checkinWorkFlow" parameterOrder="ClientInfo_1 WFDiagram_2 WFDiagramZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkinWorkFlow"/>
      <output message="tns:IXServicePortIF_checkinWorkFlowResponse"/></operation>
    <operation name="checkinWorkflowTemplate" parameterOrder="ClientInfo_1 WFDiagram_2 WFDiagramZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkinWorkflowTemplate"/>
      <output message="tns:IXServicePortIF_checkinWorkflowTemplateResponse"/></operation>
    <operation name="checkoutColors" parameterOrder="ClientInfo_1 LockZ_2">
      <input message="tns:IXServicePortIF_checkoutColors"/>
      <output message="tns:IXServicePortIF_checkoutColorsResponse"/></operation>
    <operation name="checkoutConfigFiles" parameterOrder="ClientInfo_1 arrayOfString_2 ConfigFileZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkoutConfigFiles"/>
      <output message="tns:IXServicePortIF_checkoutConfigFilesResponse"/></operation>
    <operation name="checkoutCounters" parameterOrder="ClientInfo_1 arrayOfString_2 boolean_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkoutCounters"/>
      <output message="tns:IXServicePortIF_checkoutCountersResponse"/></operation>
    <operation name="checkoutCryptInfos" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutCryptInfos"/>
      <output message="tns:IXServicePortIF_checkoutCryptInfosResponse"/></operation>
    <operation name="checkoutDoc" parameterOrder="ClientInfo_1 String_2 String_3 EditInfoZ_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutDoc"/>
      <output message="tns:IXServicePortIF_checkoutDocResponse"/></operation>
    <operation name="checkoutDocMask" parameterOrder="ClientInfo_1 String_2 DocMaskZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkoutDocMask"/>
      <output message="tns:IXServicePortIF_checkoutDocMaskResponse"/></operation>
    <operation name="checkoutKeys" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutKeys"/>
      <output message="tns:IXServicePortIF_checkoutKeysResponse"/></operation>
    <operation name="checkoutKeywordList" parameterOrder="ClientInfo_1 String_2 KeywordZ_3 int_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutKeywordList"/>
      <output message="tns:IXServicePortIF_checkoutKeywordListResponse"/></operation>
    <operation name="checkoutKeywords" parameterOrder="ClientInfo_1 arrayOfString_2 KeywordZ_3 int_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutKeywords"/>
      <output message="tns:IXServicePortIF_checkoutKeywordsResponse"/></operation>
    <operation name="checkoutMap" parameterOrder="ClientInfo_1 String_2 String_3 arrayOfString_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutMap"/>
      <output message="tns:IXServicePortIF_checkoutMapResponse"/></operation>
    <operation name="checkoutMapDomain" parameterOrder="ClientInfo_1 String_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutMapDomain"/>
      <output message="tns:IXServicePortIF_checkoutMapDomainResponse"/></operation>
    <operation name="checkoutNoteTemplates" parameterOrder="ClientInfo_1 String_2 arrayOfString_3 NoteTemplateZ_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutNoteTemplates"/>
      <output message="tns:IXServicePortIF_checkoutNoteTemplatesResponse"/></operation>
    <operation name="checkoutNotes" parameterOrder="ClientInfo_1 String_2 arrayOfString_3 NoteZ_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutNotes"/>
      <output message="tns:IXServicePortIF_checkoutNotesResponse"/></operation>
    <operation name="checkoutReminders" parameterOrder="ClientInfo_1 arrayOfint_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutReminders"/>
      <output message="tns:IXServicePortIF_checkoutRemindersResponse"/></operation>
    <operation name="checkoutReplNames" parameterOrder="ClientInfo_1 LockZ_2">
      <input message="tns:IXServicePortIF_checkoutReplNames"/>
      <output message="tns:IXServicePortIF_checkoutReplNamesResponse"/></operation>
    <operation name="checkoutReportOptions" parameterOrder="ClientInfo_1 LockZ_2">
      <input message="tns:IXServicePortIF_checkoutReportOptions"/>
      <output message="tns:IXServicePortIF_checkoutReportOptionsResponse"/></operation>
    <operation name="checkoutSord" parameterOrder="ClientInfo_1 String_2 EditInfoZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkoutSord"/>
      <output message="tns:IXServicePortIF_checkoutSordResponse"/></operation>
    <operation name="checkoutSordHistory" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_checkoutSordHistory"/>
      <output message="tns:IXServicePortIF_checkoutSordHistoryResponse"/></operation>
    <operation name="checkoutSordTypes" parameterOrder="ClientInfo_1 arrayOfint_2 SordTypeZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkoutSordTypes"/>
      <output message="tns:IXServicePortIF_checkoutSordTypesResponse"/></operation>
    <operation name="checkoutStorage" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutStorage"/>
      <output message="tns:IXServicePortIF_checkoutStorageResponse"/></operation>
    <operation name="checkoutSubs" parameterOrder="ClientInfo_1 String_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutSubs"/>
      <output message="tns:IXServicePortIF_checkoutSubsResponse"/></operation>
    <operation name="checkoutTranslateTerms" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutTranslateTerms"/>
      <output message="tns:IXServicePortIF_checkoutTranslateTermsResponse"/></operation>
    <operation name="checkoutUserProfile" parameterOrder="ClientInfo_1 UserProfile_2 LockZ_3">
      <input message="tns:IXServicePortIF_checkoutUserProfile"/>
      <output message="tns:IXServicePortIF_checkoutUserProfileResponse"/></operation>
    <operation name="checkoutUsers" parameterOrder="ClientInfo_1 arrayOfString_2 CheckoutUsersZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_checkoutUsers"/>
      <output message="tns:IXServicePortIF_checkoutUsersResponse"/></operation>
    <operation name="checkoutWorkFlow" parameterOrder="ClientInfo_1 String_2 WFTypeZ_3 WFDiagramZ_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutWorkFlow"/>
      <output message="tns:IXServicePortIF_checkoutWorkFlowResponse"/></operation>
    <operation name="checkoutWorkflowTemplate" parameterOrder="ClientInfo_1 String_2 String_3 WFDiagramZ_4 LockZ_5">
      <input message="tns:IXServicePortIF_checkoutWorkflowTemplate"/>
      <output message="tns:IXServicePortIF_checkoutWorkflowTemplateResponse"/></operation>
    <operation name="cleanupStart" parameterOrder="ClientInfo_1 DeleteOptions_2">
      <input message="tns:IXServicePortIF_cleanupStart"/>
      <output message="tns:IXServicePortIF_cleanupStartResponse"/></operation>
    <operation name="cleanupState" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_cleanupState"/>
      <output message="tns:IXServicePortIF_cleanupStateResponse"/></operation>
    <operation name="cleanupStop" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_cleanupStop"/>
      <output message="tns:IXServicePortIF_cleanupStopResponse"/></operation>
    <operation name="collectJobStates" parameterOrder="ClientInfo_1 boolean_2 boolean_3 boolean_4">
      <input message="tns:IXServicePortIF_collectJobStates"/>
      <output message="tns:IXServicePortIF_collectJobStatesResponse"/></operation>
    <operation name="collectMapDomains" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_collectMapDomains"/>
      <output message="tns:IXServicePortIF_collectMapDomainsResponse"/></operation>
    <operation name="collectWorkFlowNodes" parameterOrder="ClientInfo_1 String_2 WFTypeZ_3 String_4 int_5 String_6 String_7 String_8 arrayOfString_9 boolean_10 boolean_11">
      <input message="tns:IXServicePortIF_collectWorkFlowNodes"/>
      <output message="tns:IXServicePortIF_collectWorkFlowNodesResponse"/></operation>
    <operation name="collectWorkFlows" parameterOrder="ClientInfo_1 WFTypeZ_2">
      <input message="tns:IXServicePortIF_collectWorkFlows"/>
      <output message="tns:IXServicePortIF_collectWorkFlowsResponse"/></operation>
    <operation name="combineAcl" parameterOrder="ClientInfo_1 arrayOfAclItem_2 arrayOfAclItem_3 CombineAclOptions_4">
      <input message="tns:IXServicePortIF_combineAcl"/>
      <output message="tns:IXServicePortIF_combineAclResponse"/></operation>
    <operation name="configureFulltext" parameterOrder="ClientInfo_1 String_2 FulltextConfig_3">
      <input message="tns:IXServicePortIF_configureFulltext"/>
      <output message="tns:IXServicePortIF_configureFulltextResponse"/></operation>
    <operation name="cookKeyword" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_cookKeyword"/>
      <output message="tns:IXServicePortIF_cookKeywordResponse"/></operation>
    <operation name="copySord" parameterOrder="ClientInfo_1 String_2 String_3 CopyInfo_4 CopySordZ_5">
      <input message="tns:IXServicePortIF_copySord"/>
      <output message="tns:IXServicePortIF_copySordResponse"/></operation>
    <operation name="createDoc" parameterOrder="ClientInfo_1 String_2 String_3 String_4 EditInfoZ_5">
      <input message="tns:IXServicePortIF_createDoc"/>
      <output message="tns:IXServicePortIF_createDocResponse"/></operation>
    <operation name="createDocMask" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_createDocMask"/>
      <output message="tns:IXServicePortIF_createDocMaskResponse"/></operation>
    <operation name="createKey" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_createKey"/>
      <output message="tns:IXServicePortIF_createKeyResponse"/></operation>
    <operation name="createNote" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_createNote"/>
      <output message="tns:IXServicePortIF_createNoteResponse"/></operation>
    <operation name="createNote2" parameterOrder="ClientInfo_1 String_2 int_3 String_4">
      <input message="tns:IXServicePortIF_createNote2"/>
      <output message="tns:IXServicePortIF_createNote2Response"/></operation>
    <operation name="createNoteTemplate" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_createNoteTemplate"/>
      <output message="tns:IXServicePortIF_createNoteTemplateResponse"/></operation>
    <operation name="createReminder" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_createReminder"/>
      <output message="tns:IXServicePortIF_createReminderResponse"/></operation>
    <operation name="createSord" parameterOrder="ClientInfo_1 String_2 String_3 EditInfoZ_4">
      <input message="tns:IXServicePortIF_createSord"/>
      <output message="tns:IXServicePortIF_createSordResponse"/></operation>
    <operation name="createUser" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_createUser"/>
      <output message="tns:IXServicePortIF_createUserResponse"/></operation>
    <operation name="createWFNode" parameterOrder="ClientInfo_1 int_2 int_3">
      <input message="tns:IXServicePortIF_createWFNode"/>
      <output message="tns:IXServicePortIF_createWFNodeResponse"/></operation>
    <operation name="createWorkFlow" parameterOrder="ClientInfo_1 String_2 WFTypeZ_3">
      <input message="tns:IXServicePortIF_createWorkFlow"/>
      <output message="tns:IXServicePortIF_createWorkFlowResponse"/></operation>
    <operation name="deferWorkFlowNode" parameterOrder="ClientInfo_1 String_2 int_3 String_4 LockZ_5">
      <input message="tns:IXServicePortIF_deferWorkFlowNode"/>
      <output message="tns:IXServicePortIF_deferWorkFlowNodeResponse"/></operation>
    <operation name="delegateWorkFlowNode" parameterOrder="ClientInfo_1 WFDelegateNodeInfo_2 LockZ_3">
      <input message="tns:IXServicePortIF_delegateWorkFlowNode"/>
      <output message="tns:IXServicePortIF_delegateWorkFlowNodeResponse"/></operation>
    <operation name="deleteConfigFiles" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteConfigFiles"/>
      <output message="tns:IXServicePortIF_deleteConfigFilesResponse"/></operation>
    <operation name="deleteCounters" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteCounters"/>
      <output message="tns:IXServicePortIF_deleteCountersResponse"/></operation>
    <operation name="deleteDocMask" parameterOrder="ClientInfo_1 String_2 String_3 LockZ_4">
      <input message="tns:IXServicePortIF_deleteDocMask"/>
      <output message="tns:IXServicePortIF_deleteDocMaskResponse"/></operation>
    <operation name="deleteKeys" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteKeys"/>
      <output message="tns:IXServicePortIF_deleteKeysResponse"/></operation>
    <operation name="deleteKeywordList" parameterOrder="ClientInfo_1 String_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteKeywordList"/>
      <output message="tns:IXServicePortIF_deleteKeywordListResponse"/></operation>
    <operation name="deleteKeywords" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteKeywords"/>
      <output message="tns:IXServicePortIF_deleteKeywordsResponse"/></operation>
    <operation name="deleteMap" parameterOrder="ClientInfo_1 String_2 String_3 arrayOfString_4 LockZ_5">
      <input message="tns:IXServicePortIF_deleteMap"/>
      <output message="tns:IXServicePortIF_deleteMapResponse"/></operation>
    <operation name="deleteMapDomain" parameterOrder="ClientInfo_1 String_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteMapDomain"/>
      <output message="tns:IXServicePortIF_deleteMapDomainResponse"/></operation>
    <operation name="deleteNoteTemplates" parameterOrder="ClientInfo_1 String_2 arrayOfString_3 LockZ_4">
      <input message="tns:IXServicePortIF_deleteNoteTemplates"/>
      <output message="tns:IXServicePortIF_deleteNoteTemplatesResponse"/></operation>
    <operation name="deleteNotes" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteNotes"/>
      <output message="tns:IXServicePortIF_deleteNotesResponse"/></operation>
    <operation name="deleteReminders" parameterOrder="ClientInfo_1 arrayOfint_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteReminders"/>
      <output message="tns:IXServicePortIF_deleteRemindersResponse"/></operation>
    <operation name="deleteReport" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_deleteReport"/>
      <output message="tns:IXServicePortIF_deleteReportResponse"/></operation>
    <operation name="deleteSord" parameterOrder="ClientInfo_1 String_2 String_3 LockZ_4 DeleteOptions_5">
      <input message="tns:IXServicePortIF_deleteSord"/>
      <output message="tns:IXServicePortIF_deleteSordResponse"/></operation>
    <operation name="deleteSordTypes" parameterOrder="ClientInfo_1 arrayOfint_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteSordTypes"/>
      <output message="tns:IXServicePortIF_deleteSordTypesResponse"/></operation>
    <operation name="deleteSubs" parameterOrder="ClientInfo_1 arrayOfSubsInfo_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteSubs"/>
      <output message="tns:IXServicePortIF_deleteSubsResponse"/></operation>
    <operation name="deleteTranslateTerms" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteTranslateTerms"/>
      <output message="tns:IXServicePortIF_deleteTranslateTermsResponse"/></operation>
    <operation name="deleteUserProfile" parameterOrder="ClientInfo_1 UserProfile_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteUserProfile"/>
      <output message="tns:IXServicePortIF_deleteUserProfileResponse"/></operation>
    <operation name="deleteUsers" parameterOrder="ClientInfo_1 arrayOfString_2 LockZ_3">
      <input message="tns:IXServicePortIF_deleteUsers"/>
      <output message="tns:IXServicePortIF_deleteUsersResponse"/></operation>
    <operation name="deleteWorkFlow" parameterOrder="ClientInfo_1 String_2 WFTypeZ_3 LockZ_4">
      <input message="tns:IXServicePortIF_deleteWorkFlow"/>
      <output message="tns:IXServicePortIF_deleteWorkFlowResponse"/></operation>
    <operation name="deleteWorkflowTemplate" parameterOrder="ClientInfo_1 String_2 String_3 LockZ_4">
      <input message="tns:IXServicePortIF_deleteWorkflowTemplate"/>
      <output message="tns:IXServicePortIF_deleteWorkflowTemplateResponse"/></operation>
    <operation name="endEditWorkFlowNode" parameterOrder="ClientInfo_1 int_2 int_3 boolean_4 boolean_5 String_6 String_7 arrayOfint_8">
      <input message="tns:IXServicePortIF_endEditWorkFlowNode"/>
      <output message="tns:IXServicePortIF_endEditWorkFlowNodeResponse"/></operation>
    <operation name="executeRegisteredFunction" parameterOrder="ClientInfo_1 String_2 Any_3">
      <input message="tns:IXServicePortIF_executeRegisteredFunction"/>
      <output message="tns:IXServicePortIF_executeRegisteredFunctionResponse"/></operation>
    <operation name="executeScript" parameterOrder="ClientInfo_1 ExecuteScriptParams_2">
      <input message="tns:IXServicePortIF_executeScript"/>
      <output message="tns:IXServicePortIF_executeScriptResponse"/></operation>
    <operation name="exportWorkflow" parameterOrder="ClientInfo_1 WorkflowExportOptions_2">
      <input message="tns:IXServicePortIF_exportWorkflow"/>
      <output message="tns:IXServicePortIF_exportWorkflowResponse"/></operation>
    <operation name="findClose" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_findClose"/>
      <output message="tns:IXServicePortIF_findCloseResponse"/></operation>
    <operation name="findFirstConfigFiles" parameterOrder="ClientInfo_1 FindConfigFileInfo_2 int_3 ConfigFileZ_4">
      <input message="tns:IXServicePortIF_findFirstConfigFiles"/>
      <output message="tns:IXServicePortIF_findFirstConfigFilesResponse"/></operation>
    <operation name="findFirstReportInfos" parameterOrder="ClientInfo_1 FindReportInfo_2 int_3">
      <input message="tns:IXServicePortIF_findFirstReportInfos"/>
      <output message="tns:IXServicePortIF_findFirstReportInfosResponse"/></operation>
    <operation name="findFirstSords" parameterOrder="ClientInfo_1 FindInfo_2 int_3 SordZ_4">
      <input message="tns:IXServicePortIF_findFirstSords"/>
      <output message="tns:IXServicePortIF_findFirstSordsResponse"/></operation>
    <operation name="findFirstTasks" parameterOrder="ClientInfo_1 FindTasksInfo_2 int_3">
      <input message="tns:IXServicePortIF_findFirstTasks"/>
      <output message="tns:IXServicePortIF_findFirstTasksResponse"/></operation>
    <operation name="findFirstTranslateTerms" parameterOrder="ClientInfo_1 FindTranslateTermInfo_2 int_3">
      <input message="tns:IXServicePortIF_findFirstTranslateTerms"/>
      <output message="tns:IXServicePortIF_findFirstTranslateTermsResponse"/></operation>
    <operation name="findFirstWorkflows" parameterOrder="ClientInfo_1 FindWorkflowInfo_2 int_3 WFDiagramZ_4">
      <input message="tns:IXServicePortIF_findFirstWorkflows"/>
      <output message="tns:IXServicePortIF_findFirstWorkflowsResponse"/></operation>
    <operation name="findNextConfigFiles" parameterOrder="ClientInfo_1 String_2 int_3 int_4 ConfigFileZ_5">
      <input message="tns:IXServicePortIF_findNextConfigFiles"/>
      <output message="tns:IXServicePortIF_findNextConfigFilesResponse"/></operation>
    <operation name="findNextReportInfos" parameterOrder="ClientInfo_1 String_2 int_3 int_4">
      <input message="tns:IXServicePortIF_findNextReportInfos"/>
      <output message="tns:IXServicePortIF_findNextReportInfosResponse"/></operation>
    <operation name="findNextSords" parameterOrder="ClientInfo_1 String_2 int_3 int_4 SordZ_5">
      <input message="tns:IXServicePortIF_findNextSords"/>
      <output message="tns:IXServicePortIF_findNextSordsResponse"/></operation>
    <operation name="findNextTasks" parameterOrder="ClientInfo_1 String_2 int_3 int_4">
      <input message="tns:IXServicePortIF_findNextTasks"/>
      <output message="tns:IXServicePortIF_findNextTasksResponse"/></operation>
    <operation name="findNextTranslateTerms" parameterOrder="ClientInfo_1 String_2 int_3 int_4">
      <input message="tns:IXServicePortIF_findNextTranslateTerms"/>
      <output message="tns:IXServicePortIF_findNextTranslateTermsResponse"/></operation>
    <operation name="findNextWorkflows" parameterOrder="ClientInfo_1 String_2 int_3 int_4">
      <input message="tns:IXServicePortIF_findNextWorkflows"/>
      <output message="tns:IXServicePortIF_findNextWorkflowsResponse"/></operation>
    <operation name="finishExport" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_finishExport"/>
      <output message="tns:IXServicePortIF_finishExportResponse"/></operation>
    <operation name="getArchiveStatistics" parameterOrder="ClientInfo_1 long_2">
      <input message="tns:IXServicePortIF_getArchiveStatistics"/>
      <output message="tns:IXServicePortIF_getArchiveStatisticsResponse"/></operation>
    <operation name="getConstants" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_getConstants"/>
      <output message="tns:IXServicePortIF_getConstantsResponse"/></operation>
    <operation name="getContextTerms" parameterOrder="ClientInfo_1 FindInfo_2 String_3 int_4">
      <input message="tns:IXServicePortIF_getContextTerms"/>
      <output message="tns:IXServicePortIF_getContextTermsResponse"/></operation>
    <operation name="getDistinctValuesOfObjKey" parameterOrder="ClientInfo_1 String_2 ValuesOfObjKeyOptions_3">
      <input message="tns:IXServicePortIF_getDistinctValuesOfObjKey"/>
      <output message="tns:IXServicePortIF_getDistinctValuesOfObjKeyResponse"/></operation>
    <operation name="getESWFromEditInfo" parameterOrder="ClientInfo_1 arrayOfEditInfo_2 EditInfoEswOptions_3">
      <input message="tns:IXServicePortIF_getESWFromEditInfo"/>
      <output message="tns:IXServicePortIF_getESWFromEditInfoResponse"/></operation>
    <operation name="getEditInfoFromESW" parameterOrder="ClientInfo_1 arrayOfFileData_2 EditInfoEswOptions_3">
      <input message="tns:IXServicePortIF_getEditInfoFromESW"/>
      <output message="tns:IXServicePortIF_getEditInfoFromESWResponse"/></operation>
    <operation name="getExportZipUrl" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_getExportZipUrl"/>
      <output message="tns:IXServicePortIF_getExportZipUrlResponse"/></operation>
    <operation name="getImportZipUrl" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_getImportZipUrl"/>
      <output message="tns:IXServicePortIF_getImportZipUrlResponse"/></operation>
    <operation name="getSearchTerms" parameterOrder="ClientInfo_1 FindInfo_2 int_3">
      <input message="tns:IXServicePortIF_getSearchTerms"/>
      <output message="tns:IXServicePortIF_getSearchTermsResponse"/></operation>
    <operation name="getServerInfo" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_getServerInfo"/>
      <output message="tns:IXServicePortIF_getServerInfoResponse"/></operation>
    <operation name="getServerInfoDM" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_getServerInfoDM"/>
      <output message="tns:IXServicePortIF_getServerInfoDMResponse"/></operation>
    <operation name="getSessionFromTicket" parameterOrder="ClientInfo_1 int_2">
      <input message="tns:IXServicePortIF_getSessionFromTicket"/>
      <output message="tns:IXServicePortIF_getSessionFromTicketResponse"/></operation>
    <operation name="getSessionOptions" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_getSessionOptions"/>
      <output message="tns:IXServicePortIF_getSessionOptionsResponse"/></operation>
    <operation name="getUserNames" parameterOrder="ClientInfo_1 arrayOfString_2 CheckoutUsersZ_3">
      <input message="tns:IXServicePortIF_getUserNames"/>
      <output message="tns:IXServicePortIF_getUserNamesResponse"/></operation>
    <operation name="getWorkflowTemplateVersions" parameterOrder="ClientInfo_1 String_2 boolean_3">
      <input message="tns:IXServicePortIF_getWorkflowTemplateVersions"/>
      <output message="tns:IXServicePortIF_getWorkflowTemplateVersionsResponse"/></operation>
    <operation name="importWorkFlow" parameterOrder="ClientInfo_1 String_2 arrayOfbyte_3">
      <input message="tns:IXServicePortIF_importWorkFlow"/>
      <output message="tns:IXServicePortIF_importWorkFlowResponse"/></operation>
    <operation name="invalidateCache" parameterOrder="ClientInfo_1 int_2">
      <input message="tns:IXServicePortIF_invalidateCache"/>
      <output message="tns:IXServicePortIF_invalidateCacheResponse"/></operation>
    <operation name="linkSords" parameterOrder="ClientInfo_1 String_2 arrayOfString_3 LinkSordZ_4">
      <input message="tns:IXServicePortIF_linkSords"/>
      <output message="tns:IXServicePortIF_linkSordsResponse"/></operation>
    <operation name="lockArchive" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_lockArchive"/>
      <output message="tns:IXServicePortIF_lockArchiveResponse"/></operation>
    <operation name="login" parameterOrder="ClientInfo_1 String_2 String_3 String_4 String_5">
      <input message="tns:IXServicePortIF_login"/>
      <output message="tns:IXServicePortIF_loginResponse"/></operation>
    <operation name="loginAdmin" parameterOrder="ClientInfo_1 String_2 String_3 String_4 String_5">
      <input message="tns:IXServicePortIF_loginAdmin"/>
      <output message="tns:IXServicePortIF_loginAdminResponse"/></operation>
    <operation name="loginEloProf" parameterOrder="ClientInfo_1 int_2 String_3 String_4">
      <input message="tns:IXServicePortIF_loginEloProf"/>
      <output message="tns:IXServicePortIF_loginEloProfResponse"/></operation>
    <operation name="loginKerberos" parameterOrder="ClientInfo_1 arrayOfbyte_2 String_3">
      <input message="tns:IXServicePortIF_loginKerberos"/>
      <output message="tns:IXServicePortIF_loginKerberosResponse"/></operation>
    <operation name="logout" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_logout"/>
      <output message="tns:IXServicePortIF_logoutResponse"/></operation>
    <operation name="parseException" parameterOrder="ClientInfo_1 String_2">
      <input message="tns:IXServicePortIF_parseException"/>
      <output message="tns:IXServicePortIF_parseExceptionResponse"/></operation>
    <operation name="processFindResult" parameterOrder="ClientInfo_1 String_2 ProcessInfo_3">
      <input message="tns:IXServicePortIF_processFindResult"/>
      <output message="tns:IXServicePortIF_processFindResultResponse"/></operation>
    <operation name="processTrees" parameterOrder="ClientInfo_1 NavigationInfo_2 ProcessInfo_3">
      <input message="tns:IXServicePortIF_processTrees"/>
      <output message="tns:IXServicePortIF_processTreesResponse"/></operation>
    <operation name="provideCryptPassword" parameterOrder="ClientInfo_1 String_2 String_3">
      <input message="tns:IXServicePortIF_provideCryptPassword"/>
      <output message="tns:IXServicePortIF_provideCryptPasswordResponse"/></operation>
    <operation name="queryJobState" parameterOrder="ClientInfo_1 String_2 boolean_3 boolean_4 boolean_5">
      <input message="tns:IXServicePortIF_queryJobState"/>
      <output message="tns:IXServicePortIF_queryJobStateResponse"/></operation>
    <operation name="refSord" parameterOrder="ClientInfo_1 String_2 String_3 String_4 int_5">
      <input message="tns:IXServicePortIF_refSord"/>
      <output message="tns:IXServicePortIF_refSordResponse"/></operation>
    <operation name="reload" parameterOrder="ClientInfo_1">
      <input message="tns:IXServicePortIF_reload"/>
      <output message="tns:IXServicePortIF_reloadResponse"/></operation>
    <operation name="restoreSord" parameterOrder="ClientInfo_1 String_2 RestoreOptions_3">
      <input message="tns:IXServicePortIF_restoreSord"/>
      <output message="tns:IXServicePortIF_restoreSordResponse"/></operation>
    <operation name="setServerInfo" parameterOrder="ClientInfo_1 ServerInfo_2">
      <input message="tns:IXServicePortIF_setServerInfo"/>
      <output message="tns:IXServicePortIF_setServerInfoResponse"/></operation>
    <operation name="setServerInfoDM" parameterOrder="ClientInfo_1 ServerInfoDM_2">
      <input message="tns:IXServicePortIF_setServerInfoDM"/>
      <output message="tns:IXServicePortIF_setServerInfoDMResponse"/></operation>
    <operation name="setSessionOptions" parameterOrder="ClientInfo_1 SessionOptions_2">
      <input message="tns:IXServicePortIF_setSessionOptions"/>
      <output message="tns:IXServicePortIF_setSessionOptionsResponse"/></operation>
    <operation name="startAdHocWorkFlow" parameterOrder="ClientInfo_1 String_2 String_3 arrayOfString_4 String_5 boolean_6 boolean_7 String_8 String_9 String_10 String_11 String_12">
      <input message="tns:IXServicePortIF_startAdHocWorkFlow"/>
      <output message="tns:IXServicePortIF_startAdHocWorkFlowResponse"/></operation>
    <operation name="startExport" parameterOrder="ClientInfo_1 arrayOfString_2 long_3">
      <input message="tns:IXServicePortIF_startExport"/>
      <output message="tns:IXServicePortIF_startExportResponse"/></operation>
    <operation name="startImport" parameterOrder="ClientInfo_1 String_2 int_3 long_4">
      <input message="tns:IXServicePortIF_startImport"/>
      <output message="tns:IXServicePortIF_startImportResponse"/></operation>
    <operation name="startWorkFlow" parameterOrder="ClientInfo_1 String_2 String_3 String_4">
      <input message="tns:IXServicePortIF_startWorkFlow"/>
      <output message="tns:IXServicePortIF_startWorkFlowResponse"/></operation>
    <operation name="takeWorkFlowNode" parameterOrder="ClientInfo_1 int_2 int_3 String_4 int_5 LockZ_6">
      <input message="tns:IXServicePortIF_takeWorkFlowNode"/>
      <output message="tns:IXServicePortIF_takeWorkFlowNodeResponse"/></operation>
    <operation name="terminateWorkFlow" parameterOrder="ClientInfo_1 String_2 LockZ_3">
      <input message="tns:IXServicePortIF_terminateWorkFlow"/>
      <output message="tns:IXServicePortIF_terminateWorkFlowResponse"/></operation>
    <operation name="testAdapter" parameterOrder="ClientInfo_1 String_2 arrayOfString_3">
      <input message="tns:IXServicePortIF_testAdapter"/>
      <output message="tns:IXServicePortIF_testAdapterResponse"/></operation>
    <operation name="unlinkSords" parameterOrder="ClientInfo_1 String_2 arrayOfString_3 LinkSordZ_4">
      <input message="tns:IXServicePortIF_unlinkSords"/>
      <output message="tns:IXServicePortIF_unlinkSordsResponse"/></operation></portType>
  <binding name="IXServicePortIFBinding" type="tns:IXServicePortIF">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
    <operation name="adminMode">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="alive">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="beginEditWorkFlowNode">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="changeSordMask">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinColors">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinConfigFiles">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinConfigFilesBegin">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinConfigFilesEnd">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinCounters">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinCryptInfos">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinDocBegin">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinDocDupl">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinDocEnd">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinDocMask">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinDocsBegin">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinDocsEnd">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinKeys">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinKeywordList">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinKeywords">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinMap">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinMapDomain">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinNoteTemplates">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinNotes">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinReminder">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinReplNames">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinReportOptions">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinSord">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinSordPath">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinSordTypes">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinStorage">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinSubs">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinTranslateTerms">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinUserProfile">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinUsers">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkinWorkflowTemplate">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutColors">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutConfigFiles">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutCounters">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutCryptInfos">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutDoc">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutDocMask">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutKeys">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutKeywordList">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutKeywords">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutMap">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutMapDomain">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutNoteTemplates">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutNotes">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutReminders">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutReplNames">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutReportOptions">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutSord">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutSordHistory">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutSordTypes">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutStorage">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutSubs">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutTranslateTerms">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutUserProfile">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutUsers">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="checkoutWorkflowTemplate">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="cleanupStart">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="cleanupState">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="cleanupStop">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="collectJobStates">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="collectMapDomains">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="collectWorkFlowNodes">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="collectWorkFlows">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="combineAcl">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="configureFulltext">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="cookKeyword">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="copySord">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createDoc">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createDocMask">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createKey">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createNote">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createNote2">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createNoteTemplate">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createReminder">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createSord">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createUser">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createWFNode">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="createWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deferWorkFlowNode">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="delegateWorkFlowNode">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteConfigFiles">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteCounters">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteDocMask">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteKeys">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteKeywordList">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteKeywords">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteMap">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteMapDomain">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteNoteTemplates">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteNotes">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteReminders">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteReport">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteSord">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteSordTypes">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteSubs">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteTranslateTerms">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteUserProfile">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteUsers">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="deleteWorkflowTemplate">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="endEditWorkFlowNode">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="executeRegisteredFunction">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="executeScript">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="exportWorkflow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findClose">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findFirstConfigFiles">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findFirstReportInfos">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findFirstSords">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findFirstTasks">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findFirstTranslateTerms">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findFirstWorkflows">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findNextConfigFiles">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findNextReportInfos">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findNextSords">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findNextTasks">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findNextTranslateTerms">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="findNextWorkflows">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="finishExport">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getArchiveStatistics">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getConstants">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getContextTerms">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getDistinctValuesOfObjKey">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getESWFromEditInfo">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getEditInfoFromESW">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getExportZipUrl">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getImportZipUrl">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getSearchTerms">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getServerInfo">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getServerInfoDM">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getSessionFromTicket">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getSessionOptions">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getUserNames">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="getWorkflowTemplateVersions">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="importWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="invalidateCache">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="linkSords">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="lockArchive">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="login">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="loginAdmin">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="loginEloProf">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="loginKerberos">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="logout">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="parseException">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="processFindResult">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="processTrees">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="provideCryptPassword">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="queryJobState">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="refSord">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="reload">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="restoreSord">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="setServerInfo">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="setServerInfoDM">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="setSessionOptions">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="startAdHocWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="startExport">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="startImport">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="startWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="takeWorkFlowNode">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="terminateWorkFlow">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="testAdapter">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation>
    <operation name="unlinkSords">
      <soap:operation soapAction=""/>
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://de.elo.ix/wsdl/IndexServer"/></output></operation></binding>
  <service name="IndexServer">
    <port name="IXServicePortIFPort" binding="tns:IXServicePortIFBinding">
      <soap:address location="https://pod.tslux.lu:8443/ix-TSLUX/ix" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/></port></service></definitions>