You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/12/30 19:14:50 UTC

svn commit: r360128 [2/3] - in /maven/sandbox/wiki: ./ wiki-management-api/ wiki-management-api/src/ wiki-management-api/src/main/ wiki-management-api/src/main/java/ wiki-management-api/src/main/java/org/ wiki-management-api/src/main/java/org/apache/ w...

Added: maven/sandbox/wiki/wiki-management-providers/wiki-management-provider-confluence/src/main/wsdl/confluenceservice-v1.wsdl
URL: http://svn.apache.org/viewcvs/maven/sandbox/wiki/wiki-management-providers/wiki-management-provider-confluence/src/main/wsdl/confluenceservice-v1.wsdl?rev=360128&view=auto
==============================================================================
--- maven/sandbox/wiki/wiki-management-providers/wiki-management-provider-confluence/src/main/wsdl/confluenceservice-v1.wsdl (added)
+++ maven/sandbox/wiki/wiki-management-providers/wiki-management-provider-confluence/src/main/wsdl/confluenceservice-v1.wsdl Fri Dec 30 10:12:53 2005
@@ -0,0 +1,3031 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!--generated by Glue Standard 5.0 Beta2 on Fri Dec 23 07:36:54 CST 2005-->
+<wsdl:definitions name='ConfluenceService' targetNamespace='http://www.atlassian.com/software/confluence/$Proxy43/'
+                  xmlns:tns='http://www.atlassian.com/software/confluence/$Proxy43/'
+                  xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
+                  xmlns:soap12='http://schemas.xmlsoap.org/wsdl/soap12/'
+                  xmlns:http='http://schemas.xmlsoap.org/wsdl/http/' xmlns:mime='http://schemas.xmlsoap.org/wsdl/mime/'
+                  xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
+                  xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:tme='http://www.atlassian.com'
+                  xmlns:n11='http://www.atlassian.com/package/com.atlassian.confluence.rpc.soap.beans/'
+                  xmlns:n12='http://www.atlassian.com/package/com.atlassian.confluence.rpc/'
+                  xmlns:n13='http://www.themindelectric.com/2001/schemaArray/'
+                  xmlns:n14='http://www.atlassian.com/package/java.util/'>
+  <wsdl:types>
+    <xsd:schema targetNamespace='http://www.themindelectric.com/2001/schemaArray/'>
+      <xsd:import namespace='http://schemas.xmlsoap.org/soap/encoding/'/>
+      <xsd:complexType name='ArrayOfstring'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='xsd:string[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+    </xsd:schema>
+    <xsd:schema targetNamespace='http://www.atlassian.com/package/com.atlassian.confluence.rpc.soap.beans/'>
+      <xsd:import namespace='http://schemas.xmlsoap.org/soap/encoding/'/>
+      <xsd:complexType name='RemoteSearchResult'>
+        <xsd:all>
+          <xsd:element name='type' nillable='true' type='xsd:string'/>
+          <xsd:element name='id' type='xsd:long'/>
+          <xsd:element name='title' nillable='true' type='xsd:string'/>
+          <xsd:element name='url' nillable='true' type='xsd:string'/>
+          <xsd:element name='excerpt' nillable='true' type='xsd:string'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemoteSearchResult'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemoteSearchResult[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteComment'>
+        <xsd:all>
+          <xsd:element name='id' type='xsd:long'/>
+          <xsd:element name='pageId' type='xsd:long'/>
+          <xsd:element name='parentId' type='xsd:long'/>
+          <xsd:element name='created' type='xsd:dateTime'/>
+          <xsd:element name='title' nillable='true' type='xsd:string'/>
+          <xsd:element name='url' nillable='true' type='xsd:string'/>
+          <xsd:element name='creator' nillable='true' type='xsd:string'/>
+          <xsd:element name='content' nillable='true' type='xsd:string'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteUser'>
+        <xsd:all>
+          <xsd:element name='name' nillable='true' type='xsd:string'/>
+          <xsd:element name='fullname' nillable='true' type='xsd:string'/>
+          <xsd:element name='email' nillable='true' type='xsd:string'/>
+          <xsd:element name='url' nillable='true' type='xsd:string'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteServerInfo'>
+        <xsd:all>
+          <xsd:element name='majorVersion' type='xsd:int'/>
+          <xsd:element name='minorVersion' type='xsd:int'/>
+          <xsd:element name='patchLevel' type='xsd:int'/>
+          <xsd:element name='developmentBuild' type='xsd:boolean'/>
+          <xsd:element name='buildId' nillable='true' type='xsd:string'/>
+          <xsd:element name='baseUrl' nillable='true' type='xsd:string'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteSpaceSummary'>
+        <xsd:all>
+          <xsd:element name='key' nillable='true' type='xsd:string'/>
+          <xsd:element name='name' nillable='true' type='xsd:string'/>
+          <xsd:element name='url' nillable='true' type='xsd:string'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteSpace'>
+        <xsd:complexContent>
+          <xsd:extension base='n11:RemoteSpaceSummary'>
+            <xsd:all>
+              <xsd:element name='description' nillable='true' type='xsd:string'/>
+              <xsd:element name='homePage' type='xsd:long'/>
+            </xsd:all>
+          </xsd:extension>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemoteSpaceSummary'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemoteSpaceSummary[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='AbstractRemotePageSummary' abstract='true'>
+        <xsd:all>
+          <xsd:element name='id' type='xsd:long'/>
+          <xsd:element name='space' nillable='true' type='xsd:string'/>
+          <xsd:element name='title' nillable='true' type='xsd:string'/>
+          <xsd:element name='url' nillable='true' type='xsd:string'/>
+          <xsd:element name='permissions' type='xsd:int'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='RemotePageSummary'>
+        <xsd:complexContent>
+          <xsd:extension base='n11:AbstractRemotePageSummary'>
+            <xsd:all>
+              <xsd:element name='parentId' type='xsd:long'/>
+            </xsd:all>
+          </xsd:extension>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemotePageSummary'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemotePageSummary[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemotePage'>
+        <xsd:complexContent>
+          <xsd:extension base='n11:RemotePageSummary'>
+            <xsd:all>
+              <xsd:element name='created' type='xsd:dateTime'/>
+              <xsd:element name='modified' type='xsd:dateTime'/>
+              <xsd:element name='creator' nillable='true' type='xsd:string'/>
+              <xsd:element name='modifier' nillable='true' type='xsd:string'/>
+              <xsd:element name='content' nillable='true' type='xsd:string'/>
+              <xsd:element name='contentStatus' nillable='true' type='xsd:string'/>
+              <xsd:element name='version' type='xsd:int'/>
+              <xsd:element name='homePage' type='xsd:boolean'/>
+            </xsd:all>
+          </xsd:extension>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteAttachment'>
+        <xsd:all>
+          <xsd:element name='id' type='xsd:long'/>
+          <xsd:element name='pageId' type='xsd:long'/>
+          <xsd:element name='fileSize' type='xsd:long'/>
+          <xsd:element name='title' nillable='true' type='xsd:string'/>
+          <xsd:element name='fileName' nillable='true' type='xsd:string'/>
+          <xsd:element name='contentType' nillable='true' type='xsd:string'/>
+          <xsd:element name='creator' nillable='true' type='xsd:string'/>
+          <xsd:element name='url' nillable='true' type='xsd:string'/>
+          <xsd:element name='comment' nillable='true' type='xsd:string'/>
+          <xsd:element name='created' type='xsd:dateTime'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemoteAttachment'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemoteAttachment[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemoteComment'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemoteComment[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteLabel'>
+        <xsd:all>
+          <xsd:element name='name' nillable='true' type='xsd:string'/>
+          <xsd:element name='owner' nillable='true' type='xsd:string'/>
+          <xsd:element name='namespace' nillable='true' type='xsd:string'/>
+          <xsd:element name='id' type='xsd:long'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemoteLabel'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemoteLabel[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemoteSpace'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemoteSpace[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemotePageHistory'>
+        <xsd:all>
+          <xsd:element name='id' type='xsd:long'/>
+          <xsd:element name='version' type='xsd:int'/>
+          <xsd:element name='modifier' nillable='true' type='xsd:string'/>
+          <xsd:element name='modified' type='xsd:dateTime'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemotePageHistory'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemotePageHistory[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteUserInformation'>
+        <xsd:all>
+          <xsd:element name='username' nillable='true' type='xsd:string'/>
+          <xsd:element name='content' nillable='true' type='xsd:string'/>
+          <xsd:element name='creatorName' nillable='true' type='xsd:string'/>
+          <xsd:element name='lastModifierName' nillable='true' type='xsd:string'/>
+          <xsd:element name='version' type='xsd:int'/>
+          <xsd:element name='id' type='xsd:long'/>
+          <xsd:element name='creationDate' type='xsd:dateTime'/>
+          <xsd:element name='lastModificationDate' type='xsd:dateTime'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteBlogEntrySummary'>
+        <xsd:complexContent>
+          <xsd:extension base='n11:AbstractRemotePageSummary'>
+            <xsd:all>
+              <xsd:element name='publishDate' type='xsd:dateTime'/>
+              <xsd:element name='author' nillable='true' type='xsd:string'/>
+            </xsd:all>
+          </xsd:extension>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemoteBlogEntry'>
+        <xsd:complexContent>
+          <xsd:extension base='n11:RemoteBlogEntrySummary'>
+            <xsd:all>
+              <xsd:element name='content' nillable='true' type='xsd:string'/>
+              <xsd:element name='version' type='xsd:int'/>
+            </xsd:all>
+          </xsd:extension>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemoteBlogEntrySummary'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemoteBlogEntrySummary[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='RemotePermission'>
+        <xsd:all>
+          <xsd:element name='lockType' nillable='true' type='xsd:string'/>
+          <xsd:element name='lockedBy' nillable='true' type='xsd:string'/>
+        </xsd:all>
+      </xsd:complexType>
+      <xsd:complexType name='ArrayOfRemotePermission'>
+        <xsd:complexContent>
+          <xsd:restriction base='soapenc:Array'>
+            <xsd:attribute ref='soapenc:arrayType' wsdl:arrayType='n11:RemotePermission[]'/>
+          </xsd:restriction>
+        </xsd:complexContent>
+      </xsd:complexType>
+    </xsd:schema>
+    <xsd:schema targetNamespace='http://www.atlassian.com/package/java.util/'>
+      <xsd:complexType name='Map' abstract='true'/>
+    </xsd:schema>
+    <xsd:schema targetNamespace='http://www.atlassian.com/package/com.atlassian.confluence.rpc/'>
+      <xsd:complexType name='RemoteException'/>
+      <xsd:complexType name='InvalidSessionException'>
+        <xsd:complexContent>
+          <xsd:extension base='n12:RemoteException'/>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='NotPermittedException'>
+        <xsd:complexContent>
+          <xsd:extension base='n12:RemoteException'/>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='AuthenticationFailedException'>
+        <xsd:complexContent>
+          <xsd:extension base='n12:RemoteException'/>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='AlreadyExistsException'>
+        <xsd:complexContent>
+          <xsd:extension base='n12:RemoteException'/>
+        </xsd:complexContent>
+      </xsd:complexType>
+      <xsd:complexType name='VersionMismatchException'>
+        <xsd:complexContent>
+          <xsd:extension base='n12:RemoteException'/>
+        </xsd:complexContent>
+      </xsd:complexType>
+    </xsd:schema>
+  </wsdl:types>
+  <wsdl:message name='getPermissions0In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='InvalidSessionException'>
+    <wsdl:part name='InvalidSessionException' type='n12:InvalidSessionException'/>
+  </wsdl:message>
+  <wsdl:message name='RemoteException'>
+    <wsdl:part name='RemoteException' type='n12:RemoteException'/>
+  </wsdl:message>
+  <wsdl:message name='getPermissions0Out'>
+    <wsdl:part name='Result' type='n13:ArrayOfstring'/>
+  </wsdl:message>
+  <wsdl:message name='search1In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='search1Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSearchResult'/>
+  </wsdl:message>
+  <wsdl:message name='search2In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='n14:Map'/>
+    <wsdl:part name='arg3' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='search2Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSearchResult'/>
+  </wsdl:message>
+  <wsdl:message name='getComment3In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getComment3Out'>
+    <wsdl:part name='Result' type='n11:RemoteComment'/>
+  </wsdl:message>
+  <wsdl:message name='getUser4In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getUser4Out'>
+    <wsdl:part name='Result' type='n11:RemoteUser'/>
+  </wsdl:message>
+  <wsdl:message name='getGroups5In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='NotPermittedException'>
+    <wsdl:part name='NotPermittedException' type='n12:NotPermittedException'/>
+  </wsdl:message>
+  <wsdl:message name='getGroups5Out'>
+    <wsdl:part name='Result' type='n13:ArrayOfstring'/>
+  </wsdl:message>
+  <wsdl:message name='login6In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='AuthenticationFailedException'>
+    <wsdl:part name='AuthenticationFailedException' type='n12:AuthenticationFailedException'/>
+  </wsdl:message>
+  <wsdl:message name='login6Out'>
+    <wsdl:part name='Result' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getServerInfo7In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getServerInfo7Out'>
+    <wsdl:part name='Result' type='n11:RemoteServerInfo'/>
+  </wsdl:message>
+  <wsdl:message name='addUser8In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteUser'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addUser8Out'/>
+  <wsdl:message name='addGroup9In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addGroup9Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeSpace10In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeSpace10Out'>
+    <wsdl:part name='Result' type='soapenc:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getSpace11In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getSpace11Out'>
+    <wsdl:part name='Result' type='n11:RemoteSpace'/>
+  </wsdl:message>
+  <wsdl:message name='getSpaces12In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getSpaces12Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSpaceSummary'/>
+  </wsdl:message>
+  <wsdl:message name='getPages13In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getPages13Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemotePageSummary'/>
+  </wsdl:message>
+  <wsdl:message name='addComment14In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteComment'/>
+  </wsdl:message>
+  <wsdl:message name='addComment14Out'>
+    <wsdl:part name='Result' type='n11:RemoteComment'/>
+  </wsdl:message>
+  <wsdl:message name='removeGroup15In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeGroup15Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getPage16In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getPage16Out'>
+    <wsdl:part name='Result' type='n11:RemotePage'/>
+  </wsdl:message>
+  <wsdl:message name='getPage17In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getPage17Out'>
+    <wsdl:part name='Result' type='n11:RemotePage'/>
+  </wsdl:message>
+  <wsdl:message name='getDescendents18In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getDescendents18Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemotePageSummary'/>
+  </wsdl:message>
+  <wsdl:message name='getAttachments19In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getAttachments19Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteAttachment'/>
+  </wsdl:message>
+  <wsdl:message name='addAttachment20In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+    <wsdl:part name='arg2' type='n11:RemoteAttachment'/>
+    <wsdl:part name='arg3' type='xsd:base64Binary'/>
+  </wsdl:message>
+  <wsdl:message name='addAttachment20Out'>
+    <wsdl:part name='Result' type='n11:RemoteAttachment'/>
+  </wsdl:message>
+  <wsdl:message name='addAttachment21In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteAttachment'/>
+    <wsdl:part name='arg2' type='xsd:base64Binary'/>
+  </wsdl:message>
+  <wsdl:message name='addAttachment21Out'>
+    <wsdl:part name='Result' type='n11:RemoteAttachment'/>
+  </wsdl:message>
+  <wsdl:message name='removeAttachment22In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeAttachment22Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getChildren23In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getChildren23Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemotePageSummary'/>
+  </wsdl:message>
+  <wsdl:message name='getAncestors24In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getAncestors24Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemotePageSummary'/>
+  </wsdl:message>
+  <wsdl:message name='getComments25In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getComments25Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteComment'/>
+  </wsdl:message>
+  <wsdl:message name='removeComment26In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='removeComment26Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeUser27In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeUser27Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='deactivateUser28In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='deactivateUser28Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='reactivateUser29In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='reactivateUser29Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getRelatedLabels30In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getRelatedLabels30Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getRelatedLabelsInSpace31In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getRelatedLabelsInSpace31Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getSpacesContainingContentWithLabel32In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getSpacesContainingContentWithLabel32Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSpace'/>
+  </wsdl:message>
+  <wsdl:message name='getRecentlyUsedLabelsInSpace33In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getRecentlyUsedLabelsInSpace33Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getRecentlyUsedLabels34In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getRecentlyUsedLabels34Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getSpacesWithLabel35In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getSpacesWithLabel35Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSpace'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelsByDetail36In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:string'/>
+    <wsdl:part name='arg4' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelsByDetail36Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getMostPopularLabels37In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getMostPopularLabels37Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getMostPopularLabelsInSpace38In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getMostPopularLabelsInSpace38Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getAttachment39In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getAttachment39Out'>
+    <wsdl:part name='Result' type='n11:RemoteAttachment'/>
+  </wsdl:message>
+  <wsdl:message name='getAttachmentData40In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:int'/>
+  </wsdl:message>
+  <wsdl:message name='getAttachmentData40Out'>
+    <wsdl:part name='Result' type='xsd:base64Binary'/>
+  </wsdl:message>
+  <wsdl:message name='moveAttachment41In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:long'/>
+    <wsdl:part name='arg4' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='moveAttachment41Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeAllPermissionsForGroup42In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeAllPermissionsForGroup42Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='logout43In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='logout43Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='exportSpace44In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='exportSpace44Out'>
+    <wsdl:part name='Result' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='hasUser45In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='hasUser45Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='addSpace46In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteSpace'/>
+  </wsdl:message>
+  <wsdl:message name='AlreadyExistsException'>
+    <wsdl:part name='AlreadyExistsException' type='n12:AlreadyExistsException'/>
+  </wsdl:message>
+  <wsdl:message name='addSpace46Out'>
+    <wsdl:part name='Result' type='n11:RemoteSpace'/>
+  </wsdl:message>
+  <wsdl:message name='getActiveUsers47In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getActiveUsers47Out'>
+    <wsdl:part name='Result' type='n13:ArrayOfstring'/>
+  </wsdl:message>
+  <wsdl:message name='getPageHistory48In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getPageHistory48Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemotePageHistory'/>
+  </wsdl:message>
+  <wsdl:message name='removePage49In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='removePage49Out'>
+    <wsdl:part name='Result' type='soapenc:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='renderContent50In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+    <wsdl:part name='arg3' type='xsd:string'/>
+    <wsdl:part name='arg4' type='n14:Map'/>
+  </wsdl:message>
+  <wsdl:message name='renderContent50Out'>
+    <wsdl:part name='Result' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='renderContent51In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+    <wsdl:part name='arg3' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='renderContent51Out'>
+    <wsdl:part name='Result' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='storePage52In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemotePage'/>
+  </wsdl:message>
+  <wsdl:message name='VersionMismatchException'>
+    <wsdl:part name='VersionMismatchException' type='n12:VersionMismatchException'/>
+  </wsdl:message>
+  <wsdl:message name='storePage52Out'>
+    <wsdl:part name='Result' type='n11:RemotePage'/>
+  </wsdl:message>
+  <wsdl:message name='getSpaceLevelPermissions53In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getSpaceLevelPermissions53Out'>
+    <wsdl:part name='Result' type='n13:ArrayOfstring'/>
+  </wsdl:message>
+  <wsdl:message name='addPermissionToSpace54In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addPermissionToSpace54Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='addPermissionsToSpace55In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n13:ArrayOfstring'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addPermissionsToSpace55Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removePermissionFromSpace56In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+    <wsdl:part name='arg3' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removePermissionFromSpace56Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='editUser57In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteUser'/>
+  </wsdl:message>
+  <wsdl:message name='editUser57Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getUserGroups58In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getUserGroups58Out'>
+    <wsdl:part name='Result' type='n13:ArrayOfstring'/>
+  </wsdl:message>
+  <wsdl:message name='addUserToGroup59In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addUserToGroup59Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeUserFromGroup60In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeUserFromGroup60Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='changeMyPassword61In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='changeMyPassword61Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='changeUserPassword62In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='changeUserPassword62Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='setUserInformation63In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteUserInformation'/>
+  </wsdl:message>
+  <wsdl:message name='setUserInformation63Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getUserInformation64In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getUserInformation64Out'>
+    <wsdl:part name='Result' type='n11:RemoteUserInformation'/>
+  </wsdl:message>
+  <wsdl:message name='hasGroup65In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='hasGroup65Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getBlogEntryByDayAndTitle66In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:int'/>
+    <wsdl:part name='arg3' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getBlogEntryByDayAndTitle66Out'>
+    <wsdl:part name='Result' type='n11:RemoteBlogEntry'/>
+  </wsdl:message>
+  <wsdl:message name='getBlogEntry67In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getBlogEntry67Out'>
+    <wsdl:part name='Result' type='n11:RemoteBlogEntry'/>
+  </wsdl:message>
+  <wsdl:message name='getBlogEntries68In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getBlogEntries68Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteBlogEntrySummary'/>
+  </wsdl:message>
+  <wsdl:message name='storeBlogEntry69In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteBlogEntry'/>
+  </wsdl:message>
+  <wsdl:message name='storeBlogEntry69Out'>
+    <wsdl:part name='Result' type='n11:RemoteBlogEntry'/>
+  </wsdl:message>
+  <wsdl:message name='exportSite70In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='exportSite70Out'>
+    <wsdl:part name='Result' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelsById71In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelsById71Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelContentById72In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelContentById72Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSearchResult'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelContentByName73In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelContentByName73Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSearchResult'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelContentByObject74In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteLabel'/>
+  </wsdl:message>
+  <wsdl:message name='getLabelContentByObject74Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemoteSearchResult'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelByName75In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelByName75Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelById76In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelById76Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelByObject77In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteLabel'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelByObject77Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelByNameToSpace78In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addLabelByNameToSpace78Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelByName79In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelByName79Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelById80In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelById80Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelByObject81In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n11:RemoteLabel'/>
+    <wsdl:part name='arg2' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelByObject81Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelByNameFromSpace82In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeLabelByNameFromSpace82Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='addAnonymousPermissionToSpace83In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addAnonymousPermissionToSpace83Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='addAnonymousPermissionsToSpace84In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='n13:ArrayOfstring'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='addAnonymousPermissionsToSpace84Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='removeAnonymousPermissionFromSpace85In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:string'/>
+    <wsdl:part name='arg2' type='xsd:string'/>
+  </wsdl:message>
+  <wsdl:message name='removeAnonymousPermissionFromSpace85Out'>
+    <wsdl:part name='Result' type='xsd:boolean'/>
+  </wsdl:message>
+  <wsdl:message name='getPagePermissions86In'>
+    <wsdl:part name='arg0' type='xsd:string'/>
+    <wsdl:part name='arg1' type='xsd:long'/>
+  </wsdl:message>
+  <wsdl:message name='getPagePermissions86Out'>
+    <wsdl:part name='Result' type='n11:ArrayOfRemotePermission'/>
+  </wsdl:message>
+  <wsdl:portType name='ConfluenceSoapService'>
+    <wsdl:operation name='getPermissions' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getPermissions0In' message='tns:getPermissions0In'/>
+      <wsdl:output name='getPermissions0Out' message='tns:getPermissions0Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='search' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='search1In' message='tns:search1In'/>
+      <wsdl:output name='search1Out' message='tns:search1Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='search' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='search2In' message='tns:search2In'/>
+      <wsdl:output name='search2Out' message='tns:search2Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getComment' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getComment3In' message='tns:getComment3In'/>
+      <wsdl:output name='getComment3Out' message='tns:getComment3Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getUser' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getUser4In' message='tns:getUser4In'/>
+      <wsdl:output name='getUser4Out' message='tns:getUser4Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getGroups' parameterOrder='arg0'>
+      <wsdl:input name='getGroups5In' message='tns:getGroups5In'/>
+      <wsdl:output name='getGroups5Out' message='tns:getGroups5Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='login' parameterOrder='arg0 arg1'>
+      <wsdl:input name='login6In' message='tns:login6In'/>
+      <wsdl:output name='login6Out' message='tns:login6Out'/>
+      <wsdl:fault name='AuthenticationFailedException' message='tns:AuthenticationFailedException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getServerInfo' parameterOrder='arg0'>
+      <wsdl:input name='getServerInfo7In' message='tns:getServerInfo7In'/>
+      <wsdl:output name='getServerInfo7Out' message='tns:getServerInfo7Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addUser' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addUser8In' message='tns:addUser8In'/>
+      <wsdl:output name='addUser8Out' message='tns:addUser8Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addGroup' parameterOrder='arg0 arg1'>
+      <wsdl:input name='addGroup9In' message='tns:addGroup9In'/>
+      <wsdl:output name='addGroup9Out' message='tns:addGroup9Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeSpace' parameterOrder='arg0 arg1'>
+      <wsdl:input name='removeSpace10In' message='tns:removeSpace10In'/>
+      <wsdl:output name='removeSpace10Out' message='tns:removeSpace10Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getSpace' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getSpace11In' message='tns:getSpace11In'/>
+      <wsdl:output name='getSpace11Out' message='tns:getSpace11Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getSpaces' parameterOrder='arg0'>
+      <wsdl:input name='getSpaces12In' message='tns:getSpaces12In'/>
+      <wsdl:output name='getSpaces12Out' message='tns:getSpaces12Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getPages' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getPages13In' message='tns:getPages13In'/>
+      <wsdl:output name='getPages13Out' message='tns:getPages13Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addComment' parameterOrder='arg0 arg1'>
+      <wsdl:input name='addComment14In' message='tns:addComment14In'/>
+      <wsdl:output name='addComment14Out' message='tns:addComment14Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeGroup' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeGroup15In' message='tns:removeGroup15In'/>
+      <wsdl:output name='removeGroup15Out' message='tns:removeGroup15Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getPage' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getPage16In' message='tns:getPage16In'/>
+      <wsdl:output name='getPage16Out' message='tns:getPage16Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getPage' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='getPage17In' message='tns:getPage17In'/>
+      <wsdl:output name='getPage17Out' message='tns:getPage17Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getDescendents' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getDescendents18In' message='tns:getDescendents18In'/>
+      <wsdl:output name='getDescendents18Out' message='tns:getDescendents18Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getAttachments' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getAttachments19In' message='tns:getAttachments19In'/>
+      <wsdl:output name='getAttachments19Out' message='tns:getAttachments19Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addAttachment' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='addAttachment20In' message='tns:addAttachment20In'/>
+      <wsdl:output name='addAttachment20Out' message='tns:addAttachment20Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addAttachment' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addAttachment21In' message='tns:addAttachment21In'/>
+      <wsdl:output name='addAttachment21Out' message='tns:addAttachment21Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeAttachment' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeAttachment22In' message='tns:removeAttachment22In'/>
+      <wsdl:output name='removeAttachment22Out' message='tns:removeAttachment22Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getChildren' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getChildren23In' message='tns:getChildren23In'/>
+      <wsdl:output name='getChildren23Out' message='tns:getChildren23Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getAncestors' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getAncestors24In' message='tns:getAncestors24In'/>
+      <wsdl:output name='getAncestors24Out' message='tns:getAncestors24Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getComments' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getComments25In' message='tns:getComments25In'/>
+      <wsdl:output name='getComments25Out' message='tns:getComments25Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeComment' parameterOrder='arg0 arg1'>
+      <wsdl:input name='removeComment26In' message='tns:removeComment26In'/>
+      <wsdl:output name='removeComment26Out' message='tns:removeComment26Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeUser' parameterOrder='arg0 arg1'>
+      <wsdl:input name='removeUser27In' message='tns:removeUser27In'/>
+      <wsdl:output name='removeUser27Out' message='tns:removeUser27Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='deactivateUser' parameterOrder='arg0 arg1'>
+      <wsdl:input name='deactivateUser28In' message='tns:deactivateUser28In'/>
+      <wsdl:output name='deactivateUser28Out' message='tns:deactivateUser28Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='reactivateUser' parameterOrder='arg0 arg1'>
+      <wsdl:input name='reactivateUser29In' message='tns:reactivateUser29In'/>
+      <wsdl:output name='reactivateUser29Out' message='tns:reactivateUser29Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getRelatedLabels' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='getRelatedLabels30In' message='tns:getRelatedLabels30In'/>
+      <wsdl:output name='getRelatedLabels30Out' message='tns:getRelatedLabels30Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getRelatedLabelsInSpace' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='getRelatedLabelsInSpace31In' message='tns:getRelatedLabelsInSpace31In'/>
+      <wsdl:output name='getRelatedLabelsInSpace31Out' message='tns:getRelatedLabelsInSpace31Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getSpacesContainingContentWithLabel' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getSpacesContainingContentWithLabel32In' message='tns:getSpacesContainingContentWithLabel32In'/>
+      <wsdl:output name='getSpacesContainingContentWithLabel32Out'
+                   message='tns:getSpacesContainingContentWithLabel32Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getRecentlyUsedLabelsInSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='getRecentlyUsedLabelsInSpace33In' message='tns:getRecentlyUsedLabelsInSpace33In'/>
+      <wsdl:output name='getRecentlyUsedLabelsInSpace33Out' message='tns:getRecentlyUsedLabelsInSpace33Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getRecentlyUsedLabels' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getRecentlyUsedLabels34In' message='tns:getRecentlyUsedLabels34In'/>
+      <wsdl:output name='getRecentlyUsedLabels34Out' message='tns:getRecentlyUsedLabels34Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getSpacesWithLabel' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getSpacesWithLabel35In' message='tns:getSpacesWithLabel35In'/>
+      <wsdl:output name='getSpacesWithLabel35Out' message='tns:getSpacesWithLabel35Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getLabelsByDetail' parameterOrder='arg0 arg1 arg2 arg3 arg4'>
+      <wsdl:input name='getLabelsByDetail36In' message='tns:getLabelsByDetail36In'/>
+      <wsdl:output name='getLabelsByDetail36Out' message='tns:getLabelsByDetail36Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getMostPopularLabels' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getMostPopularLabels37In' message='tns:getMostPopularLabels37In'/>
+      <wsdl:output name='getMostPopularLabels37Out' message='tns:getMostPopularLabels37Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getMostPopularLabelsInSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='getMostPopularLabelsInSpace38In' message='tns:getMostPopularLabelsInSpace38In'/>
+      <wsdl:output name='getMostPopularLabelsInSpace38Out' message='tns:getMostPopularLabelsInSpace38Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getAttachment' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='getAttachment39In' message='tns:getAttachment39In'/>
+      <wsdl:output name='getAttachment39Out' message='tns:getAttachment39Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getAttachmentData' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='getAttachmentData40In' message='tns:getAttachmentData40In'/>
+      <wsdl:output name='getAttachmentData40Out' message='tns:getAttachmentData40Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='moveAttachment' parameterOrder='arg0 arg1 arg2 arg3 arg4'>
+      <wsdl:input name='moveAttachment41In' message='tns:moveAttachment41In'/>
+      <wsdl:output name='moveAttachment41Out' message='tns:moveAttachment41Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeAllPermissionsForGroup' parameterOrder='arg0 arg1'>
+      <wsdl:input name='removeAllPermissionsForGroup42In' message='tns:removeAllPermissionsForGroup42In'/>
+      <wsdl:output name='removeAllPermissionsForGroup42Out' message='tns:removeAllPermissionsForGroup42Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='logout' parameterOrder='arg0'>
+      <wsdl:input name='logout43In' message='tns:logout43In'/>
+      <wsdl:output name='logout43Out' message='tns:logout43Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='exportSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='exportSpace44In' message='tns:exportSpace44In'/>
+      <wsdl:output name='exportSpace44Out' message='tns:exportSpace44Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='hasUser' parameterOrder='arg0 arg1'>
+      <wsdl:input name='hasUser45In' message='tns:hasUser45In'/>
+      <wsdl:output name='hasUser45Out' message='tns:hasUser45Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addSpace' parameterOrder='arg0 arg1'>
+      <wsdl:input name='addSpace46In' message='tns:addSpace46In'/>
+      <wsdl:output name='addSpace46Out' message='tns:addSpace46Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='AlreadyExistsException' message='tns:AlreadyExistsException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getActiveUsers' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getActiveUsers47In' message='tns:getActiveUsers47In'/>
+      <wsdl:output name='getActiveUsers47Out' message='tns:getActiveUsers47Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getPageHistory' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getPageHistory48In' message='tns:getPageHistory48In'/>
+      <wsdl:output name='getPageHistory48Out' message='tns:getPageHistory48Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removePage' parameterOrder='arg0 arg1'>
+      <wsdl:input name='removePage49In' message='tns:removePage49In'/>
+      <wsdl:output name='removePage49Out' message='tns:removePage49Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='renderContent' parameterOrder='arg0 arg1 arg2 arg3 arg4'>
+      <wsdl:input name='renderContent50In' message='tns:renderContent50In'/>
+      <wsdl:output name='renderContent50Out' message='tns:renderContent50Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='renderContent' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='renderContent51In' message='tns:renderContent51In'/>
+      <wsdl:output name='renderContent51Out' message='tns:renderContent51Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='storePage' parameterOrder='arg0 arg1'>
+      <wsdl:input name='storePage52In' message='tns:storePage52In'/>
+      <wsdl:output name='storePage52Out' message='tns:storePage52Out'/>
+      <wsdl:fault name='VersionMismatchException' message='tns:VersionMismatchException'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getSpaceLevelPermissions' parameterOrder='arg0'>
+      <wsdl:input name='getSpaceLevelPermissions53In' message='tns:getSpaceLevelPermissions53In'/>
+      <wsdl:output name='getSpaceLevelPermissions53Out' message='tns:getSpaceLevelPermissions53Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addPermissionToSpace' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='addPermissionToSpace54In' message='tns:addPermissionToSpace54In'/>
+      <wsdl:output name='addPermissionToSpace54Out' message='tns:addPermissionToSpace54Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addPermissionsToSpace' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='addPermissionsToSpace55In' message='tns:addPermissionsToSpace55In'/>
+      <wsdl:output name='addPermissionsToSpace55Out' message='tns:addPermissionsToSpace55Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removePermissionFromSpace' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='removePermissionFromSpace56In' message='tns:removePermissionFromSpace56In'/>
+      <wsdl:output name='removePermissionFromSpace56Out' message='tns:removePermissionFromSpace56Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='editUser' parameterOrder='arg0 arg1'>
+      <wsdl:input name='editUser57In' message='tns:editUser57In'/>
+      <wsdl:output name='editUser57Out' message='tns:editUser57Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getUserGroups' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getUserGroups58In' message='tns:getUserGroups58In'/>
+      <wsdl:output name='getUserGroups58Out' message='tns:getUserGroups58Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addUserToGroup' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addUserToGroup59In' message='tns:addUserToGroup59In'/>
+      <wsdl:output name='addUserToGroup59Out' message='tns:addUserToGroup59Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeUserFromGroup' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeUserFromGroup60In' message='tns:removeUserFromGroup60In'/>
+      <wsdl:output name='removeUserFromGroup60Out' message='tns:removeUserFromGroup60Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='changeMyPassword' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='changeMyPassword61In' message='tns:changeMyPassword61In'/>
+      <wsdl:output name='changeMyPassword61Out' message='tns:changeMyPassword61Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='changeUserPassword' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='changeUserPassword62In' message='tns:changeUserPassword62In'/>
+      <wsdl:output name='changeUserPassword62Out' message='tns:changeUserPassword62Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='setUserInformation' parameterOrder='arg0 arg1'>
+      <wsdl:input name='setUserInformation63In' message='tns:setUserInformation63In'/>
+      <wsdl:output name='setUserInformation63Out' message='tns:setUserInformation63Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getUserInformation' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getUserInformation64In' message='tns:getUserInformation64In'/>
+      <wsdl:output name='getUserInformation64Out' message='tns:getUserInformation64Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='hasGroup' parameterOrder='arg0 arg1'>
+      <wsdl:input name='hasGroup65In' message='tns:hasGroup65In'/>
+      <wsdl:output name='hasGroup65Out' message='tns:hasGroup65Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getBlogEntryByDayAndTitle' parameterOrder='arg0 arg1 arg2 arg3'>
+      <wsdl:input name='getBlogEntryByDayAndTitle66In' message='tns:getBlogEntryByDayAndTitle66In'/>
+      <wsdl:output name='getBlogEntryByDayAndTitle66Out' message='tns:getBlogEntryByDayAndTitle66Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getBlogEntry' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getBlogEntry67In' message='tns:getBlogEntry67In'/>
+      <wsdl:output name='getBlogEntry67Out' message='tns:getBlogEntry67Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getBlogEntries' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getBlogEntries68In' message='tns:getBlogEntries68In'/>
+      <wsdl:output name='getBlogEntries68Out' message='tns:getBlogEntries68Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='storeBlogEntry' parameterOrder='arg0 arg1'>
+      <wsdl:input name='storeBlogEntry69In' message='tns:storeBlogEntry69In'/>
+      <wsdl:output name='storeBlogEntry69Out' message='tns:storeBlogEntry69Out'/>
+      <wsdl:fault name='VersionMismatchException' message='tns:VersionMismatchException'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='exportSite' parameterOrder='arg0 arg1'>
+      <wsdl:input name='exportSite70In' message='tns:exportSite70In'/>
+      <wsdl:output name='exportSite70Out' message='tns:exportSite70Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getLabelsById' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getLabelsById71In' message='tns:getLabelsById71In'/>
+      <wsdl:output name='getLabelsById71Out' message='tns:getLabelsById71Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getLabelContentById' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getLabelContentById72In' message='tns:getLabelContentById72In'/>
+      <wsdl:output name='getLabelContentById72Out' message='tns:getLabelContentById72Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getLabelContentByName' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getLabelContentByName73In' message='tns:getLabelContentByName73In'/>
+      <wsdl:output name='getLabelContentByName73Out' message='tns:getLabelContentByName73Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getLabelContentByObject' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getLabelContentByObject74In' message='tns:getLabelContentByObject74In'/>
+      <wsdl:output name='getLabelContentByObject74Out' message='tns:getLabelContentByObject74Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addLabelByName' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addLabelByName75In' message='tns:addLabelByName75In'/>
+      <wsdl:output name='addLabelByName75Out' message='tns:addLabelByName75Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addLabelById' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addLabelById76In' message='tns:addLabelById76In'/>
+      <wsdl:output name='addLabelById76Out' message='tns:addLabelById76Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addLabelByObject' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addLabelByObject77In' message='tns:addLabelByObject77In'/>
+      <wsdl:output name='addLabelByObject77Out' message='tns:addLabelByObject77Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addLabelByNameToSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addLabelByNameToSpace78In' message='tns:addLabelByNameToSpace78In'/>
+      <wsdl:output name='addLabelByNameToSpace78Out' message='tns:addLabelByNameToSpace78Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeLabelByName' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeLabelByName79In' message='tns:removeLabelByName79In'/>
+      <wsdl:output name='removeLabelByName79Out' message='tns:removeLabelByName79Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeLabelById' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeLabelById80In' message='tns:removeLabelById80In'/>
+      <wsdl:output name='removeLabelById80Out' message='tns:removeLabelById80Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeLabelByObject' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeLabelByObject81In' message='tns:removeLabelByObject81In'/>
+      <wsdl:output name='removeLabelByObject81Out' message='tns:removeLabelByObject81Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeLabelByNameFromSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeLabelByNameFromSpace82In' message='tns:removeLabelByNameFromSpace82In'/>
+      <wsdl:output name='removeLabelByNameFromSpace82Out' message='tns:removeLabelByNameFromSpace82Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addAnonymousPermissionToSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addAnonymousPermissionToSpace83In' message='tns:addAnonymousPermissionToSpace83In'/>
+      <wsdl:output name='addAnonymousPermissionToSpace83Out' message='tns:addAnonymousPermissionToSpace83Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='addAnonymousPermissionsToSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='addAnonymousPermissionsToSpace84In' message='tns:addAnonymousPermissionsToSpace84In'/>
+      <wsdl:output name='addAnonymousPermissionsToSpace84Out' message='tns:addAnonymousPermissionsToSpace84Out'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='removeAnonymousPermissionFromSpace' parameterOrder='arg0 arg1 arg2'>
+      <wsdl:input name='removeAnonymousPermissionFromSpace85In' message='tns:removeAnonymousPermissionFromSpace85In'/>
+      <wsdl:output name='removeAnonymousPermissionFromSpace85Out'
+                   message='tns:removeAnonymousPermissionFromSpace85Out'/>
+      <wsdl:fault name='NotPermittedException' message='tns:NotPermittedException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+    <wsdl:operation name='getPagePermissions' parameterOrder='arg0 arg1'>
+      <wsdl:input name='getPagePermissions86In' message='tns:getPagePermissions86In'/>
+      <wsdl:output name='getPagePermissions86Out' message='tns:getPagePermissions86Out'/>
+      <wsdl:fault name='InvalidSessionException' message='tns:InvalidSessionException'/>
+      <wsdl:fault name='RemoteException' message='tns:RemoteException'/>
+    </wsdl:operation>
+  </wsdl:portType>
+  <wsdl:binding name='ConfluenceSoapService' type='tns:ConfluenceSoapService'>
+    <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
+    <wsdl:operation name='getPermissions'>
+      <soap:operation soapAction='getPermissions' style='rpc'/>
+      <wsdl:input name='getPermissions0In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='getPermissions0Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='InvalidSessionException'>
+        <soap:fault name='InvalidSessionException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='search'>
+      <soap:operation soapAction='search' style='rpc'/>
+      <wsdl:input name='search1In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='search1Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='InvalidSessionException'>
+        <soap:fault name='InvalidSessionException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='search'>
+      <soap:operation soapAction='search' style='rpc'/>
+      <wsdl:input name='search2In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='search2Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='getComment'>
+      <soap:operation soapAction='getComment' style='rpc'/>
+      <wsdl:input name='getComment3In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='getComment3Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='InvalidSessionException'>
+        <soap:fault name='InvalidSessionException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='getUser'>
+      <soap:operation soapAction='getUser' style='rpc'/>
+      <wsdl:input name='getUser4In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='getUser4Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='InvalidSessionException'>
+        <soap:fault name='InvalidSessionException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='getGroups'>
+      <soap:operation soapAction='getGroups' style='rpc'/>
+      <wsdl:input name='getGroups5In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='getGroups5Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='NotPermittedException'>
+        <soap:fault name='NotPermittedException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='login'>
+      <soap:operation soapAction='login' style='rpc'/>
+      <wsdl:input name='login6In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='login6Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='AuthenticationFailedException'>
+        <soap:fault name='AuthenticationFailedException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='getServerInfo'>
+      <soap:operation soapAction='getServerInfo' style='rpc'/>
+      <wsdl:input name='getServerInfo7In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='getServerInfo7Out'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:output>
+      <wsdl:fault name='InvalidSessionException'>
+        <soap:fault name='InvalidSessionException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+      <wsdl:fault name='RemoteException'>
+        <soap:fault name='RemoteException' use='encoded' namespace='x'
+                    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:fault>
+    </wsdl:operation>
+    <wsdl:operation name='addUser'>
+      <soap:operation soapAction='addUser' style='rpc'/>
+      <wsdl:input name='addUser8In'>
+        <soap:body use='encoded' namespace='x' encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
+      </wsdl:input>
+      <wsdl:output name='addUser8Out'>

[... 1395 lines stripped ...]