Created
May 15, 2019 03:53
-
-
Save nddipiazza/66dad8b01881a27e717d21e58c656e7f to your computer and use it in GitHub Desktop.
Soap UI project that can create a bunch of test users. Just update your password and go.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <con:soapui-project id="5bd9ce8d-2762-4c4f-ba6c-d8870f999878" activeEnvironment="Default" name="confluence" resourceRoot="" soapui-version="5.4.0" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" id="241b4ecf-ef3e-4ad5-b9dd-99f86f597f8c" wsaVersion="NONE" name="confluenceservice-v2SoapBinding" type="wsdl" bindingName="{http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2}confluenceservice-v2SoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8090/rpc/soap-axis/confluenceservice-v2?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8090/rpc/soap-axis/confluenceservice-v2?wsdl"><con:part><con:url>http://localhost:8090/rpc/soap-axis/confluenceservice-v2?wsdl</con:url><con:content><![CDATA[<wsdl:definitions targetNamespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" xmlns:intf="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.confluence.atlassian.com" xmlns:tns2="http://beans.soap.rpc.confluence.atlassian.com" xmlns:tns3="http://cluster.confluence.atlassian.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <!--WSDL created by Apache Axis version: 1.2.1 | |
| Built on Jun 14, 2005 (09:15:57 EDT)--> | |
| <wsdl:types> | |
| <schema targetNamespace="http://rpc.confluence.atlassian.com" xmlns="http://www.w3.org/2001/XMLSchema"> | |
| <import namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| <import namespace="http://xml.apache.org/xml-soap"/> | |
| <import namespace="http://beans.soap.rpc.confluence.atlassian.com"/> | |
| <import namespace="http://cluster.confluence.atlassian.com"/> | |
| <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> | |
| <complexType name="RemoteException"> | |
| <sequence/> | |
| </complexType> | |
| <complexType name="VersionMismatchException"> | |
| <complexContent> | |
| <extension base="tns1:RemoteException"> | |
| <sequence/> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="InvalidSessionException"> | |
| <complexContent> | |
| <extension base="tns1:RemoteException"> | |
| <sequence/> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="AuthenticationFailedException"> | |
| <complexContent> | |
| <extension base="tns1:RemoteException"> | |
| <sequence/> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="AlreadyExistsException"> | |
| <complexContent> | |
| <extension base="tns1:RemoteException"> | |
| <sequence/> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="NotPermittedException"> | |
| <complexContent> | |
| <extension base="tns1:RemoteException"> | |
| <sequence/> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| </schema> | |
| <schema targetNamespace="http://beans.soap.rpc.confluence.atlassian.com" xmlns="http://www.w3.org/2001/XMLSchema"> | |
| <import namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| <import namespace="http://rpc.confluence.atlassian.com"/> | |
| <import namespace="http://xml.apache.org/xml-soap"/> | |
| <import namespace="http://cluster.confluence.atlassian.com"/> | |
| <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> | |
| <complexType name="RemoteLabel"> | |
| <sequence> | |
| <element name="id" type="xsd:long"/> | |
| <element name="name" nillable="true" type="xsd:string"/> | |
| <element name="namespace" nillable="true" type="xsd:string"/> | |
| <element name="owner" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteSpaceSummary"> | |
| <sequence> | |
| <element name="key" nillable="true" type="xsd:string"/> | |
| <element name="name" nillable="true" type="xsd:string"/> | |
| <element name="type" nillable="true" type="xsd:string"/> | |
| <element name="url" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteSpace"> | |
| <complexContent> | |
| <extension base="tns2:RemoteSpaceSummary"> | |
| <sequence> | |
| <element name="description" nillable="true" type="xsd:string"/> | |
| <element name="homePage" type="xsd:long"/> | |
| <element name="spaceGroup" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType abstract="true" name="AbstractRemotePageSummary"> | |
| <sequence> | |
| <element name="id" type="xsd:long"/> | |
| <element name="permissions" type="xsd:int"/> | |
| <element name="space" nillable="true" type="xsd:string"/> | |
| <element name="title" nillable="true" type="xsd:string"/> | |
| <element name="url" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemotePageSummary"> | |
| <complexContent> | |
| <extension base="tns2:AbstractRemotePageSummary"> | |
| <sequence> | |
| <element name="parentId" type="xsd:long"/> | |
| <element name="version" type="xsd:int"/> | |
| </sequence> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="RemotePage"> | |
| <complexContent> | |
| <extension base="tns2:RemotePageSummary"> | |
| <sequence> | |
| <element name="content" nillable="true" type="xsd:string"/> | |
| <element name="contentStatus" nillable="true" type="xsd:string"/> | |
| <element name="created" nillable="true" type="xsd:dateTime"/> | |
| <element name="creator" nillable="true" type="xsd:string"/> | |
| <element name="current" type="xsd:boolean"/> | |
| <element name="homePage" type="xsd:boolean"/> | |
| <element name="modified" nillable="true" type="xsd:dateTime"/> | |
| <element name="modifier" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="RemotePageUpdateOptions"> | |
| <sequence> | |
| <element name="minorEdit" type="xsd:boolean"/> | |
| <element name="versionComment" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteSpaceGroup"> | |
| <sequence> | |
| <element name="creatorName" nillable="true" type="xsd:string"/> | |
| <element name="key" nillable="true" type="xsd:string"/> | |
| <element name="licenseKey" nillable="true" type="xsd:string"/> | |
| <element name="name" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemotePageHistory"> | |
| <sequence> | |
| <element name="id" type="xsd:long"/> | |
| <element name="modified" nillable="true" type="xsd:dateTime"/> | |
| <element name="modifier" nillable="true" type="xsd:string"/> | |
| <element name="version" type="xsd:int"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteContentPermission"> | |
| <sequence> | |
| <element name="groupName" nillable="true" type="xsd:string"/> | |
| <element name="type" nillable="true" type="xsd:string"/> | |
| <element name="userName" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteSpacePermissionSet"> | |
| <sequence> | |
| <element name="spacePermissions" nillable="true" type="impl:ArrayOf_tns2_RemoteContentPermission"/> | |
| <element name="type" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteUser"> | |
| <sequence> | |
| <element name="email" nillable="true" type="xsd:string"/> | |
| <element name="fullname" nillable="true" type="xsd:string"/> | |
| <element name="name" nillable="true" type="xsd:string"/> | |
| <element name="url" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteUserInformation"> | |
| <sequence> | |
| <element name="content" nillable="true" type="xsd:string"/> | |
| <element name="creationDate" nillable="true" type="xsd:dateTime"/> | |
| <element name="creatorName" nillable="true" type="xsd:string"/> | |
| <element name="id" type="xsd:long"/> | |
| <element name="lastModificationDate" nillable="true" type="xsd:dateTime"/> | |
| <element name="lastModifierName" nillable="true" type="xsd:string"/> | |
| <element name="username" nillable="true" type="xsd:string"/> | |
| <element name="version" type="xsd:int"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteBlogEntrySummary"> | |
| <complexContent> | |
| <extension base="tns2:AbstractRemotePageSummary"> | |
| <sequence> | |
| <element name="author" nillable="true" type="xsd:string"/> | |
| <element name="publishDate" nillable="true" type="xsd:dateTime"/> | |
| </sequence> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="RemoteBlogEntry"> | |
| <complexContent> | |
| <extension base="tns2:RemoteBlogEntrySummary"> | |
| <sequence> | |
| <element name="content" nillable="true" type="xsd:string"/> | |
| <element name="version" type="xsd:int"/> | |
| </sequence> | |
| </extension> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="RemoteSearchResult"> | |
| <sequence> | |
| <element name="excerpt" nillable="true" type="xsd:string"/> | |
| <element name="id" type="xsd:long"/> | |
| <element name="title" nillable="true" type="xsd:string"/> | |
| <element name="type" nillable="true" type="xsd:string"/> | |
| <element name="url" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteNodeStatus"> | |
| <sequence> | |
| <element name="JVMstats" nillable="true" type="apachesoap:Map"/> | |
| <element name="buildStats" nillable="true" type="apachesoap:Map"/> | |
| <element name="nodeId" type="xsd:int"/> | |
| <element name="props" nillable="true" type="apachesoap:Map"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteConfluenceUser"> | |
| <sequence> | |
| <element name="email" nillable="true" type="xsd:string"/> | |
| <element name="fullname" nillable="true" type="xsd:string"/> | |
| <element name="key" nillable="true" type="xsd:string"/> | |
| <element name="name" nillable="true" type="xsd:string"/> | |
| <element name="url" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteClusterInformation"> | |
| <sequence> | |
| <element name="clusterJoinConfig" nillable="true" type="tns3:ClusterJoinConfig"/> | |
| <element name="description" nillable="true" type="xsd:string"/> | |
| <element name="memberCount" type="xsd:int"/> | |
| <element name="members" nillable="true" type="impl:ArrayOf_xsd_anyType"/> | |
| <element name="multicastAddress" nillable="true" type="xsd:string"/> | |
| <element name="multicastPort" nillable="true" type="xsd:string"/> | |
| <element name="name" nillable="true" type="xsd:string"/> | |
| <element name="running" type="xsd:boolean"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteComment"> | |
| <sequence> | |
| <element name="content" nillable="true" type="xsd:string"/> | |
| <element name="created" nillable="true" type="xsd:dateTime"/> | |
| <element name="creator" nillable="true" type="xsd:string"/> | |
| <element name="id" type="xsd:long"/> | |
| <element name="modified" nillable="true" type="xsd:dateTime"/> | |
| <element name="modifier" nillable="true" type="xsd:string"/> | |
| <element name="pageId" type="xsd:long"/> | |
| <element name="parentId" type="xsd:long"/> | |
| <element name="title" nillable="true" type="xsd:string"/> | |
| <element name="url" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteAttachment"> | |
| <sequence> | |
| <element name="comment" nillable="true" type="xsd:string"/> | |
| <element name="contentType" nillable="true" type="xsd:string"/> | |
| <element name="created" nillable="true" type="xsd:dateTime"/> | |
| <element name="creator" nillable="true" type="xsd:string"/> | |
| <element name="fileName" nillable="true" type="xsd:string"/> | |
| <element name="fileSize" type="xsd:long"/> | |
| <element name="id" type="xsd:long"/> | |
| <element name="pageId" type="xsd:long"/> | |
| <element name="title" nillable="true" type="xsd:string"/> | |
| <element name="url" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteContentPermissionSet"> | |
| <sequence> | |
| <element name="contentPermissions" nillable="true" type="impl:ArrayOf_tns2_RemoteContentPermission"/> | |
| <element name="type" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemotePermission"> | |
| <sequence> | |
| <element name="lockType" nillable="true" type="xsd:string"/> | |
| <element name="lockedBy" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteContentSummary"> | |
| <sequence> | |
| <element name="created" nillable="true" type="xsd:dateTime"/> | |
| <element name="creator" nillable="true" type="xsd:string"/> | |
| <element name="id" type="xsd:long"/> | |
| <element name="modified" nillable="true" type="xsd:dateTime"/> | |
| <element name="modifier" nillable="true" type="xsd:string"/> | |
| <element name="space" nillable="true" type="xsd:string"/> | |
| <element name="status" nillable="true" type="xsd:string"/> | |
| <element name="title" nillable="true" type="xsd:string"/> | |
| <element name="type" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteContentSummaries"> | |
| <sequence> | |
| <element name="content" nillable="true" type="impl:ArrayOf_tns2_RemoteContentSummary"/> | |
| <element name="offset" type="xsd:int"/> | |
| <element name="totalAvailable" type="xsd:int"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="RemoteServerInfo"> | |
| <sequence> | |
| <element name="baseUrl" nillable="true" type="xsd:string"/> | |
| <element name="buildId" nillable="true" type="xsd:string"/> | |
| <element name="developmentBuild" type="xsd:boolean"/> | |
| <element name="majorVersion" type="xsd:int"/> | |
| <element name="minorVersion" type="xsd:int"/> | |
| <element name="patchLevel" type="xsd:int"/> | |
| </sequence> | |
| </complexType> | |
| </schema> | |
| <schema targetNamespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" xmlns="http://www.w3.org/2001/XMLSchema"> | |
| <import namespace="http://rpc.confluence.atlassian.com"/> | |
| <import namespace="http://xml.apache.org/xml-soap"/> | |
| <import namespace="http://beans.soap.rpc.confluence.atlassian.com"/> | |
| <import namespace="http://cluster.confluence.atlassian.com"/> | |
| <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> | |
| <complexType name="ArrayOf_tns2_RemoteLabel"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteLabel[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteSpace"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteSpace[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_xsd_string"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteSpaceGroup"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteSpaceGroup[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemotePageHistory"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemotePageHistory[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteContentPermission"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteContentPermission[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteSpacePermissionSet"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteSpacePermissionSet[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteUser"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteUser[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteSpaceSummary"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteSpaceSummary[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteBlogEntrySummary"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteBlogEntrySummary[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteSearchResult"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteSearchResult[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteNodeStatus"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteNodeStatus[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_xsd_anyType"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteAttachment"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteAttachment[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteContentPermissionSet"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteContentPermissionSet[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteComment"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteComment[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemotePageSummary"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemotePageSummary[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemotePermission"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemotePermission[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| <complexType name="ArrayOf_tns2_RemoteContentSummary"> | |
| <complexContent> | |
| <restriction base="soapenc:Array"> | |
| <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RemoteContentSummary[]"/> | |
| </restriction> | |
| </complexContent> | |
| </complexType> | |
| </schema> | |
| <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema"> | |
| <import namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| <import namespace="http://rpc.confluence.atlassian.com"/> | |
| <import namespace="http://beans.soap.rpc.confluence.atlassian.com"/> | |
| <import namespace="http://cluster.confluence.atlassian.com"/> | |
| <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> | |
| <complexType name="mapItem"> | |
| <sequence> | |
| <element name="key" nillable="true" type="xsd:anyType"/> | |
| <element name="value" nillable="true" type="xsd:anyType"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="Map"> | |
| <sequence> | |
| <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/> | |
| </sequence> | |
| </complexType> | |
| <complexType name="Vector"> | |
| <sequence> | |
| <element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:anyType"/> | |
| </sequence> | |
| </complexType> | |
| </schema> | |
| <schema targetNamespace="http://cluster.confluence.atlassian.com" xmlns="http://www.w3.org/2001/XMLSchema"> | |
| <import namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| <import namespace="http://rpc.confluence.atlassian.com"/> | |
| <import namespace="http://xml.apache.org/xml-soap"/> | |
| <import namespace="http://beans.soap.rpc.confluence.atlassian.com"/> | |
| <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> | |
| <complexType abstract="true" name="ClusterJoinConfig"> | |
| <sequence> | |
| <element name="humanReadableName" nillable="true" type="xsd:string"/> | |
| </sequence> | |
| </complexType> | |
| </schema> | |
| </wsdl:types> | |
| <wsdl:message name="movePageToTopLevelResponse"> | |
| <wsdl:part name="movePageToTopLevelReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeCommentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAnonymousPermissionFromSpaceResponse"> | |
| <wsdl:part name="removeAnonymousPermissionFromSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="purgeFromTrashRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceLevelPermissionsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setEnableAnonymousAccessRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelContentByObjectResponse"> | |
| <wsdl:part name="getLabelContentByObjectReturn" type="impl:ArrayOf_tns2_RemoteSearchResult"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="emptyTrashRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousUsePermissionResponse"> | |
| <wsdl:part name="addAnonymousUsePermissionReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="moveAttachmentResponse"> | |
| <wsdl:part name="moveAttachmentReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserPreferenceLongResponse"> | |
| <wsdl:part name="getUserPreferenceLongReturn" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="importSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:base64Binary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeGlobalPermissionRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setContentPermissionsResponse"> | |
| <wsdl:part name="setContentPermissionsReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addSpaceGroupResponse"> | |
| <wsdl:part name="addSpaceGroupReturn" type="tns2:RemoteSpaceGroup"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="emptyTrashResponse"> | |
| <wsdl:part name="emptyTrashReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="exportSpaceRequest1"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageVersionByVersionResponse"> | |
| <wsdl:part name="removePageVersionByVersionReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="exportSpaceResponse1"> | |
| <wsdl:part name="exportSpaceReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageSummaryResponse"> | |
| <wsdl:part name="getPageSummaryReturn" type="tns2:RemotePageSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renderContentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setEnableWysiwygResponse"> | |
| <wsdl:part name="setEnableWysiwygReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAnonymousUsePermissionResponse"> | |
| <wsdl:part name="removeAnonymousUsePermissionReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAnonymousUsePermissionRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByObjectResponse"> | |
| <wsdl:part name="removeLabelByObjectReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPersonalSpaceWithDefaultPermissionsResponse"> | |
| <wsdl:part name="addPersonalSpaceWithDefaultPermissionsReturn" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelsByIdRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="installPluginResponse"> | |
| <wsdl:part name="installPluginReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAnonymousPermissionFromSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserResponse"> | |
| <wsdl:part name="getUserReturn" type="tns2:RemoteUser"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAttachmentsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getMostPopularLabelsInSpaceResponse"> | |
| <wsdl:part name="getMostPopularLabelsInSpaceReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceStatusResponse"> | |
| <wsdl:part name="getSpaceStatusReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isWatchingSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addProfilePictureRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in4" type="xsd:base64Binary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renameUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addSpaceGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteSpaceGroup"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntryByDayAndTitleResponse"> | |
| <wsdl:part name="getBlogEntryByDayAndTitleReturn" type="tns2:RemoteBlogEntry"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getWatchersForPageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeUserResponse"> | |
| <wsdl:part name="removeUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="changeUserPasswordRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getClusterNodeStatusesRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRelatedLabelsInSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesInGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacePermissionSetRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserGroupsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addUserRequest1"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteUser"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getContentPermissionSetResponse"> | |
| <wsdl:part name="getContentPermissionSetReturn" type="tns2:RemoteContentPermissionSet"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renderContentResponse1"> | |
| <wsdl:part name="renderContentReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="exportSpaceResponse"> | |
| <wsdl:part name="exportSpaceReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="flushIndexQueueRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageWatchResponse"> | |
| <wsdl:part name="removePageWatchReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="moveAttachmentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in4" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserInformationRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="editCommentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteComment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAttachmentsResponse"> | |
| <wsdl:part name="getAttachmentsReturn" type="impl:ArrayOf_tns2_RemoteAttachment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addUserResponse1"></wsdl:message> | |
| <wsdl:message name="deactivateUserResponse"> | |
| <wsdl:part name="deactivateUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceGroupsResponse"> | |
| <wsdl:part name="getSpaceGroupsReturn" type="impl:ArrayOf_tns2_RemoteSpaceGroup"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="watchPageForUserResponse"> | |
| <wsdl:part name="watchPageForUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesWithLabelResponse"> | |
| <wsdl:part name="getSpacesWithLabelReturn" type="impl:ArrayOf_tns2_RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="movePageResponse"> | |
| <wsdl:part name="movePageReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addSpaceWithDefaultPermissionsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesWithLabelRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageResponse"> | |
| <wsdl:part name="getPageReturn" type="tns2:RemotePage"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addGlobalPermissionsResponse"> | |
| <wsdl:part name="addGlobalPermissionsReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousPermissionsToSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="editCommentResponse"> | |
| <wsdl:part name="editCommentReturn" type="tns2:RemoteComment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="watchPageForUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRecentlyUsedLabelsInSpaceResponse"> | |
| <wsdl:part name="getRecentlyUsedLabelsInSpaceReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageWatchForUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getTrashContentsResponse"> | |
| <wsdl:part name="getTrashContentsReturn" type="tns2:RemoteContentSummaries"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="purgeFromTrashResponse"> | |
| <wsdl:part name="purgeFromTrashReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntryRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousPermissionToSpaceResponse"> | |
| <wsdl:part name="addAnonymousPermissionToSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getCommentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setSpaceStatusRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getGroupsResponse"> | |
| <wsdl:part name="getGroupsReturn" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="editUserResponse"> | |
| <wsdl:part name="editUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="changeMyPasswordResponse"> | |
| <wsdl:part name="changeMyPasswordReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isWatchingSpaceForTypeResponse"> | |
| <wsdl:part name="isWatchingSpaceForTypeReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renameUsersRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="apachesoap:Map"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelContentByNameResponse"> | |
| <wsdl:part name="getLabelContentByNameReturn" type="impl:ArrayOf_tns2_RemoteSearchResult"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByNameRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addGlobalPermissionRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAttachmentResponse"> | |
| <wsdl:part name="addAttachmentReturn" type="tns2:RemoteAttachment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="exportSiteRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="exportSiteResponse"> | |
| <wsdl:part name="exportSiteReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAttachmentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteAttachment"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:base64Binary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageResponse"> | |
| <wsdl:part name="removePageReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByIdResponse"> | |
| <wsdl:part name="removeLabelByIdReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageVersionByVersionRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPermissionToSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isWatchingPageResponse"> | |
| <wsdl:part name="isWatchingPageReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacePermissionSetsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelsByIdResponse"> | |
| <wsdl:part name="getLabelsByIdReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceGroupResponse"> | |
| <wsdl:part name="getSpaceGroupReturn" type="tns2:RemoteSpaceGroup"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAttachmentResponse1"> | |
| <wsdl:part name="addAttachmentReturn" type="tns2:RemoteAttachment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addCommentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteComment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageRequest1"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntryByDateAndTitleRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:int"></wsdl:part> | |
| <wsdl:part name="in4" type="xsd:int"></wsdl:part> | |
| <wsdl:part name="in5" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="stopActivityResponse"> | |
| <wsdl:part name="stopActivityReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="loginRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isPluginEnabledRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserPreferenceStringResponse"> | |
| <wsdl:part name="getUserPreferenceStringReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPermissionsForUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAttachmentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addUserResponse"></wsdl:message> | |
| <wsdl:message name="removePermissionFromSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="changeMyPasswordRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPermissionsToSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByIdResponse"> | |
| <wsdl:part name="addLabelByIdReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getContentPermissionSetsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isActiveUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAllPermissionsForGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePermissionFromSpaceResponse"> | |
| <wsdl:part name="removePermissionFromSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="clearIndexQueueRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isPluginInstalledResponse"> | |
| <wsdl:part name="isPluginInstalledReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAnonymousViewUserProfilePermissionResponse"> | |
| <wsdl:part name="removeAnonymousViewUserProfilePermissionReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAttachmentDataResponse"> | |
| <wsdl:part name="getAttachmentDataReturn" type="xsd:base64Binary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageWatchRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="updatePageResponse"> | |
| <wsdl:part name="updatePageReturn" type="tns2:RemotePage"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserPreferenceStringResponse"> | |
| <wsdl:part name="setUserPreferenceStringReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByObjectRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteLabel"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelContentByIdRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="watchPageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getClusterNodeStatusesResponse"> | |
| <wsdl:part name="getClusterNodeStatusesReturn" type="impl:ArrayOf_tns2_RemoteNodeStatus"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPermissionsResponse"> | |
| <wsdl:part name="getPermissionsReturn" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getWatchersForSpaceResponse"> | |
| <wsdl:part name="getWatchersForSpaceReturn" type="impl:ArrayOf_tns2_RemoteUser"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="logoutResponse"> | |
| <wsdl:part name="logoutReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPersonalSpaceWithDefaultPermissionsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteSpace"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousPermissionToSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAttachmentResponse"> | |
| <wsdl:part name="removeAttachmentReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getCommentResponse"> | |
| <wsdl:part name="getCommentReturn" type="tns2:RemoteComment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPersonalSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteSpace"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByObjectRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteLabel"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageSummaryRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelContentByIdResponse"> | |
| <wsdl:part name="getLabelContentByIdReturn" type="impl:ArrayOf_tns2_RemoteSearchResult"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="convertWikiToStorageFormatResponse"> | |
| <wsdl:part name="convertWikiToStorageFormatReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getActiveUsersRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="updatePageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemotePage"></wsdl:part> | |
| <wsdl:part name="in2" type="tns2:RemotePageUpdateOptions"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeUserFromGroupResponse"> | |
| <wsdl:part name="removeUserFromGroupReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserPreferenceLongRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getContentPermissionSetRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="movePageToTopLevelRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getClusterInformationResponse"> | |
| <wsdl:part name="getClusterInformationReturn" type="tns2:RemoteClusterInformation"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAnonymousViewUserProfilePermissionRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="recoverMainIndexResponse"> | |
| <wsdl:part name="recoverMainIndexReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAttachmentRequest1"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="tns2:RemoteAttachment"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:base64Binary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPermissionsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntryResponse"> | |
| <wsdl:part name="getBlogEntryReturn" type="tns2:RemoteBlogEntry"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getContentPermissionSetsResponse"> | |
| <wsdl:part name="getContentPermissionSetsReturn" type="impl:ArrayOf_tns2_RemoteContentPermissionSet"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousViewUserProfilePermissionResponse"> | |
| <wsdl:part name="addAnonymousViewUserProfilePermissionReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntriesRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserPreferenceBooleanResponse"> | |
| <wsdl:part name="getUserPreferenceBooleanReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="hasGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getTrashContentsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserByKeyRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserByKeyResponse"> | |
| <wsdl:part name="getUserByKeyReturn" type="tns2:RemoteConfluenceUser"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="RemoteException"> | |
| <wsdl:part name="fault" type="tns1:RemoteException"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceStatusRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="startActivityResponse"> | |
| <wsdl:part name="startActivityReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isActiveUserResponse"> | |
| <wsdl:part name="isActiveUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setSpaceStatusResponse"> | |
| <wsdl:part name="setSpaceStatusReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageSummaryRequest1"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAttachmentRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByNameFromSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRecentlyUsedLabelsResponse"> | |
| <wsdl:part name="getRecentlyUsedLabelsReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserInformationResponse"> | |
| <wsdl:part name="setUserInformationReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getTopLevelPagesResponse"> | |
| <wsdl:part name="getTopLevelPagesReturn" type="impl:ArrayOf_tns2_RemotePageSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isDarkFeatureEnabledResponse"> | |
| <wsdl:part name="isDarkFeatureEnabledReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getTopLevelPagesRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isPluginInstalledRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="storeSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageHistoryRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeCommentResponse"> | |
| <wsdl:part name="removeCommentReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="InvalidSessionException"> | |
| <wsdl:part name="fault" type="tns1:InvalidSessionException"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeSpaceGroupResponse"> | |
| <wsdl:part name="removeSpaceGroupReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="reactivateUserResponse"> | |
| <wsdl:part name="reactivateUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesContainingContentWithLabelResponse"> | |
| <wsdl:part name="getSpacesContainingContentWithLabelReturn" type="impl:ArrayOf_tns2_RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesInGroupResponse"> | |
| <wsdl:part name="getSpacesInGroupReturn" type="impl:ArrayOf_tns2_RemoteSpaceSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getMostPopularLabelsResponse"> | |
| <wsdl:part name="getMostPopularLabelsReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="importSpaceResponse"> | |
| <wsdl:part name="importSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="storeBlogEntryRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteBlogEntry"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="NotPermittedException"> | |
| <wsdl:part name="fault" type="tns1:NotPermittedException"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserPreferenceLongResponse"> | |
| <wsdl:part name="setUserPreferenceLongReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="searchRequest1"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPermissionsToSpaceResponse"> | |
| <wsdl:part name="addPermissionsToSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByNameToSpaceResponse"> | |
| <wsdl:part name="addLabelByNameToSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="stopActivityRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getCommentsResponse"> | |
| <wsdl:part name="getCommentsReturn" type="impl:ArrayOf_tns2_RemoteComment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacePermissionSetsResponse"> | |
| <wsdl:part name="getSpacePermissionSetsReturn" type="impl:ArrayOf_tns2_RemoteSpacePermissionSet"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeSpaceWatchRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserPreferenceBooleanRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelContentByObjectRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isWatchingSpaceForTypeRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="storePageResponse"> | |
| <wsdl:part name="storePageReturn" type="tns2:RemotePage"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addGlobalPermissionResponse"> | |
| <wsdl:part name="addGlobalPermissionReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeSpaceResponse"> | |
| <wsdl:part name="removeSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserPreferenceStringRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addSpaceResponse"> | |
| <wsdl:part name="addSpaceReturn" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="searchResponse"> | |
| <wsdl:part name="searchReturn" type="impl:ArrayOf_tns2_RemoteSearchResult"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRecentlyUsedLabelsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageVersionByIdResponse"> | |
| <wsdl:part name="removePageVersionByIdReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="VersionMismatchException"> | |
| <wsdl:part name="fault" type="tns1:VersionMismatchException"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPermissionsForUserResponse"> | |
| <wsdl:part name="getPermissionsForUserReturn" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPagesRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelsByDetailResponse"> | |
| <wsdl:part name="getLabelsByDetailReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="movePageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserPreferenceBooleanRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAttachmentDataRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="reactivateUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeUserFromGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousPermissionsToSpaceResponse"> | |
| <wsdl:part name="addAnonymousPermissionsToSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPagesResponse"> | |
| <wsdl:part name="getPagesReturn" type="impl:ArrayOf_tns2_RemotePageSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="hasUserResponse"> | |
| <wsdl:part name="hasUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renameUserResponse"> | |
| <wsdl:part name="renameUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addCommentResponse"> | |
| <wsdl:part name="addCommentReturn" type="tns2:RemoteComment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceResponse"> | |
| <wsdl:part name="getSpaceReturn" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renderContentRequest1"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in4" type="apachesoap:Map"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="performBackupResponse"> | |
| <wsdl:part name="performBackupReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="performBackupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageResponse1"> | |
| <wsdl:part name="getPageReturn" type="tns2:RemotePage"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesResponse"> | |
| <wsdl:part name="getSpacesReturn" type="impl:ArrayOf_tns2_RemoteSpaceSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPagePermissionsResponse"> | |
| <wsdl:part name="getPagePermissionsReturn" type="impl:ArrayOf_tns2_RemotePermission"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeSpaceGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="hasUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousViewUserProfilePermissionRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getServerInfoRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRelatedLabelsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceGroupsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageSummaryResponse1"> | |
| <wsdl:part name="getPageSummaryReturn" type="tns2:RemotePageSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByIdRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getChildrenResponse"> | |
| <wsdl:part name="getChildrenReturn" type="impl:ArrayOf_tns2_RemotePageSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="searchRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="apachesoap:Map"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserPreferenceLongRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getChildrenRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="searchResponse1"> | |
| <wsdl:part name="searchReturn" type="impl:ArrayOf_tns2_RemoteSearchResult"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getDescendentsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPersonalSpaceResponse"> | |
| <wsdl:part name="addPersonalSpaceReturn" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="flushIndexQueueResponse"> | |
| <wsdl:part name="flushIndexQueueReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserInformationRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteUserInformation"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntriesResponse"> | |
| <wsdl:part name="getBlogEntriesReturn" type="impl:ArrayOf_tns2_RemoteBlogEntrySummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByIdRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addUserToGroupResponse"> | |
| <wsdl:part name="addUserToGroupReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addAnonymousUsePermissionRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="editUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteUser"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addGroupResponse"> | |
| <wsdl:part name="addGroupReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getMostPopularLabelsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="watchSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isWatchingSpaceResponse"> | |
| <wsdl:part name="isWatchingSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeGroupResponse"> | |
| <wsdl:part name="removeGroupReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getGroupsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="exportSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getActiveUsersResponse"> | |
| <wsdl:part name="getActiveUsersReturn" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isDarkFeatureEnabledRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="convertWikiToStorageFormatRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="storeBlogEntryResponse"> | |
| <wsdl:part name="storeBlogEntryReturn" type="tns2:RemoteBlogEntry"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelsByDetailRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in4" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setEnableAnonymousAccessResponse"> | |
| <wsdl:part name="setEnableAnonymousAccessReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="storePageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemotePage"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renameUsersResponse"> | |
| <wsdl:part name="renameUsersReturn" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeAllPermissionsForGroupResponse"> | |
| <wsdl:part name="removeAllPermissionsForGroupReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="recoverMainIndexRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacesContainingContentWithLabelRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="watchSpaceResponse"> | |
| <wsdl:part name="watchSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserByNameResponse"> | |
| <wsdl:part name="getUserByNameReturn" type="tns2:RemoteConfluenceUser"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isWatchingPageRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="hasGroupResponse"> | |
| <wsdl:part name="hasGroupReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceLevelPermissionsResponse"> | |
| <wsdl:part name="getSpaceLevelPermissionsReturn" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="clearIndexQueueResponse"> | |
| <wsdl:part name="clearIndexQueueReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByNameFromSpaceResponse"> | |
| <wsdl:part name="removeLabelByNameFromSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="storeSpaceResponse"> | |
| <wsdl:part name="storeSpaceReturn" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addUserToGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserInformationResponse"> | |
| <wsdl:part name="getUserInformationReturn" type="tns2:RemoteUserInformation"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="installPluginRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:base64Binary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeGlobalPermissionResponse"> | |
| <wsdl:part name="removeGlobalPermissionReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserPreferenceBooleanResponse"> | |
| <wsdl:part name="setUserPreferenceBooleanReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByNameResponse"> | |
| <wsdl:part name="addLabelByNameReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntryByDateAndTitleResponse"> | |
| <wsdl:part name="getBlogEntryByDateAndTitleReturn" type="tns2:RemoteBlogEntry"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="AuthenticationFailedException"> | |
| <wsdl:part name="fault" type="tns1:AuthenticationFailedException"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addGlobalPermissionsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getMostPopularLabelsInSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByObjectResponse"> | |
| <wsdl:part name="addLabelByObjectReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageVersionByIdRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getWatchersForSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByNameToSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addProfilePictureResponse"> | |
| <wsdl:part name="addProfilePictureReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getDescendentsResponse"> | |
| <wsdl:part name="getDescendentsReturn" type="impl:ArrayOf_tns2_RemotePageSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRelatedLabelsResponse"> | |
| <wsdl:part name="getRelatedLabelsReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setEnableWysiwygRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeSpaceWatchResponse"> | |
| <wsdl:part name="removeSpaceWatchReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setUserPreferenceStringRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addLabelByNameRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteUser"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpaceGroupRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getWatchersForPageResponse"> | |
| <wsdl:part name="getWatchersForPageReturn" type="impl:ArrayOf_tns2_RemoteUser"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAttachmentResponse"> | |
| <wsdl:part name="getAttachmentReturn" type="tns2:RemoteAttachment"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getLabelContentByNameRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="watchPageResponse"> | |
| <wsdl:part name="watchPageReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAncestorsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getClusterInformationRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getSpacePermissionSetResponse"> | |
| <wsdl:part name="getSpacePermissionSetReturn" type="tns2:RemoteSpacePermissionSet"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="isPluginEnabledResponse"> | |
| <wsdl:part name="isPluginEnabledReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="logoutRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserGroupsResponse"> | |
| <wsdl:part name="getUserGroupsReturn" type="impl:ArrayOf_xsd_string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="AlreadyExistsException"> | |
| <wsdl:part name="fault" type="tns1:AlreadyExistsException"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addSpaceWithDefaultPermissionsResponse"> | |
| <wsdl:part name="addSpaceWithDefaultPermissionsReturn" type="tns2:RemoteSpace"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getServerInfoResponse"> | |
| <wsdl:part name="getServerInfoReturn" type="tns2:RemoteServerInfo"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="addPermissionToSpaceResponse"> | |
| <wsdl:part name="addPermissionToSpaceReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPagePermissionsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="loginResponse"> | |
| <wsdl:part name="loginReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removeLabelByNameResponse"> | |
| <wsdl:part name="removeLabelByNameReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getBlogEntryByDayAndTitleRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| <wsdl:part name="in3" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getUserByNameRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="startActivityRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="changeUserPasswordResponse"> | |
| <wsdl:part name="changeUserPasswordReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="removePageWatchForUserResponse"> | |
| <wsdl:part name="removePageWatchForUserReturn" type="xsd:boolean"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getCommentsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="deactivateUserRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRecentlyUsedLabelsInSpaceRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:int"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getAncestorsResponse"> | |
| <wsdl:part name="getAncestorsReturn" type="impl:ArrayOf_tns2_RemotePageSummary"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="setContentPermissionsRequest"> | |
| <wsdl:part name="in0" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in1" type="xsd:long"></wsdl:part> | |
| <wsdl:part name="in2" type="xsd:string"></wsdl:part> | |
| <wsdl:part name="in3" type="impl:ArrayOf_tns2_RemoteContentPermission"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getPageHistoryResponse"> | |
| <wsdl:part name="getPageHistoryReturn" type="impl:ArrayOf_tns2_RemotePageHistory"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="renderContentResponse"> | |
| <wsdl:part name="renderContentReturn" type="xsd:string"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:message name="getRelatedLabelsInSpaceResponse"> | |
| <wsdl:part name="getRelatedLabelsInSpaceReturn" type="impl:ArrayOf_tns2_RemoteLabel"></wsdl:part> | |
| </wsdl:message> | |
| <wsdl:portType name="ConfluenceSoapService"> | |
| <wsdl:operation name="removeAllPermissionsForGroup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removeAllPermissionsForGroupRequest" name="removeAllPermissionsForGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeAllPermissionsForGroupResponse" name="removeAllPermissionsForGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelsByDetail" parameterOrder="in0 in1 in2 in3 in4"> | |
| <wsdl:input message="impl:getLabelsByDetailRequest" name="getLabelsByDetailRequest"></wsdl:input> | |
| <wsdl:output message="impl:getLabelsByDetailResponse" name="getLabelsByDetailResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getMostPopularLabels" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getMostPopularLabelsRequest" name="getMostPopularLabelsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getMostPopularLabelsResponse" name="getMostPopularLabelsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getMostPopularLabelsInSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getMostPopularLabelsInSpaceRequest" name="getMostPopularLabelsInSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:getMostPopularLabelsInSpaceResponse" name="getMostPopularLabelsInSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRecentlyUsedLabels" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getRecentlyUsedLabelsRequest" name="getRecentlyUsedLabelsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getRecentlyUsedLabelsResponse" name="getRecentlyUsedLabelsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRecentlyUsedLabelsInSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getRecentlyUsedLabelsInSpaceRequest" name="getRecentlyUsedLabelsInSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:getRecentlyUsedLabelsInSpaceResponse" name="getRecentlyUsedLabelsInSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRelatedLabelsInSpace" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:getRelatedLabelsInSpaceRequest" name="getRelatedLabelsInSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:getRelatedLabelsInSpaceResponse" name="getRelatedLabelsInSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacesContainingContentWithLabel" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getSpacesContainingContentWithLabelRequest" name="getSpacesContainingContentWithLabelRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpacesContainingContentWithLabelResponse" name="getSpacesContainingContentWithLabelResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacesWithLabel" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getSpacesWithLabelRequest" name="getSpacesWithLabelRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpacesWithLabelResponse" name="getSpacesWithLabelResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isPluginInstalled" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:isPluginInstalledRequest" name="isPluginInstalledRequest"></wsdl:input> | |
| <wsdl:output message="impl:isPluginInstalledResponse" name="isPluginInstalledResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getActiveUsers" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getActiveUsersRequest" name="getActiveUsersRequest"></wsdl:input> | |
| <wsdl:output message="impl:getActiveUsersResponse" name="getActiveUsersResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="updatePage" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:updatePageRequest" name="updatePageRequest"></wsdl:input> | |
| <wsdl:output message="impl:updatePageResponse" name="updatePageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| <wsdl:fault message="impl:VersionMismatchException" name="VersionMismatchException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceGroups" parameterOrder="in0"> | |
| <wsdl:input message="impl:getSpaceGroupsRequest" name="getSpaceGroupsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpaceGroupsResponse" name="getSpaceGroupsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeSpaceGroup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removeSpaceGroupRequest" name="removeSpaceGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeSpaceGroupResponse" name="removeSpaceGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="movePageToTopLevel" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:movePageToTopLevelRequest" name="movePageToTopLevelRequest"></wsdl:input> | |
| <wsdl:output message="impl:movePageToTopLevelResponse" name="movePageToTopLevelResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeSpace" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removeSpaceRequest" name="removeSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeSpaceResponse" name="removeSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPageHistory" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getPageHistoryRequest" name="getPageHistoryRequest"></wsdl:input> | |
| <wsdl:output message="impl:getPageHistoryResponse" name="getPageHistoryResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renderContent" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:renderContentRequest" name="renderContentRequest"></wsdl:input> | |
| <wsdl:output message="impl:renderContentResponse" name="renderContentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renderContent" parameterOrder="in0 in1 in2 in3 in4"> | |
| <wsdl:input message="impl:renderContentRequest1" name="renderContentRequest1"></wsdl:input> | |
| <wsdl:output message="impl:renderContentResponse1" name="renderContentResponse1"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="hasGroup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:hasGroupRequest" name="hasGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:hasGroupResponse" name="hasGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="exportSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:exportSpaceRequest" name="exportSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:exportSpaceResponse" name="exportSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="exportSpace" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:exportSpaceRequest1" name="exportSpaceRequest1"></wsdl:input> | |
| <wsdl:output message="impl:exportSpaceResponse1" name="exportSpaceResponse1"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePage" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removePageRequest" name="removePageRequest"></wsdl:input> | |
| <wsdl:output message="impl:removePageResponse" name="removePageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeUserFromGroup" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeUserFromGroupRequest" name="removeUserFromGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeUserFromGroupResponse" name="removeUserFromGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="watchSpace" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:watchSpaceRequest" name="watchSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:watchSpaceResponse" name="watchSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserGroups" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getUserGroupsRequest" name="getUserGroupsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserGroupsResponse" name="getUserGroupsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addSpace" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:addSpaceRequest" name="addSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:addSpaceResponse" name="addSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:AlreadyExistsException" name="AlreadyExistsException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="movePage" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:movePageRequest" name="movePageRequest"></wsdl:input> | |
| <wsdl:output message="impl:movePageResponse" name="movePageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="storePage" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:storePageRequest" name="storePageRequest"></wsdl:input> | |
| <wsdl:output message="impl:storePageResponse" name="storePageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| <wsdl:fault message="impl:VersionMismatchException" name="VersionMismatchException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="purgeFromTrash" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:purgeFromTrashRequest" name="purgeFromTrashRequest"></wsdl:input> | |
| <wsdl:output message="impl:purgeFromTrashResponse" name="purgeFromTrashResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPageSummary" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getPageSummaryRequest" name="getPageSummaryRequest"></wsdl:input> | |
| <wsdl:output message="impl:getPageSummaryResponse" name="getPageSummaryResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPageSummary" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getPageSummaryRequest1" name="getPageSummaryRequest1"></wsdl:input> | |
| <wsdl:output message="impl:getPageSummaryResponse1" name="getPageSummaryResponse1"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacePermissionSets" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getSpacePermissionSetsRequest" name="getSpacePermissionSetsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpacePermissionSetsResponse" name="getSpacePermissionSetsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacePermissionSet" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getSpacePermissionSetRequest" name="getSpacePermissionSetRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpacePermissionSetResponse" name="getSpacePermissionSetResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addSpaceWithDefaultPermissions" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:addSpaceWithDefaultPermissionsRequest" name="addSpaceWithDefaultPermissionsRequest"></wsdl:input> | |
| <wsdl:output message="impl:addSpaceWithDefaultPermissionsResponse" name="addSpaceWithDefaultPermissionsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:AlreadyExistsException" name="AlreadyExistsException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPersonalSpaceWithDefaultPermissions" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addPersonalSpaceWithDefaultPermissionsRequest" name="addPersonalSpaceWithDefaultPermissionsRequest"></wsdl:input> | |
| <wsdl:output message="impl:addPersonalSpaceWithDefaultPermissionsResponse" name="addPersonalSpaceWithDefaultPermissionsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:AlreadyExistsException" name="AlreadyExistsException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceLevelPermissions" parameterOrder="in0"> | |
| <wsdl:input message="impl:getSpaceLevelPermissionsRequest" name="getSpaceLevelPermissionsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpaceLevelPermissionsResponse" name="getSpaceLevelPermissionsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPermissionToSpace" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:addPermissionToSpaceRequest" name="addPermissionToSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:addPermissionToSpaceResponse" name="addPermissionToSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addGlobalPermissions" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addGlobalPermissionsRequest" name="addGlobalPermissionsRequest"></wsdl:input> | |
| <wsdl:output message="impl:addGlobalPermissionsResponse" name="addGlobalPermissionsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addGlobalPermission" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addGlobalPermissionRequest" name="addGlobalPermissionRequest"></wsdl:input> | |
| <wsdl:output message="impl:addGlobalPermissionResponse" name="addGlobalPermissionResponse"></wsdl:output> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousUsePermission" parameterOrder="in0"> | |
| <wsdl:input message="impl:addAnonymousUsePermissionRequest" name="addAnonymousUsePermissionRequest"></wsdl:input> | |
| <wsdl:output message="impl:addAnonymousUsePermissionResponse" name="addAnonymousUsePermissionResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousViewUserProfilePermission" parameterOrder="in0"> | |
| <wsdl:input message="impl:addAnonymousViewUserProfilePermissionRequest" name="addAnonymousViewUserProfilePermissionRequest"></wsdl:input> | |
| <wsdl:output message="impl:addAnonymousViewUserProfilePermissionResponse" name="addAnonymousViewUserProfilePermissionResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAnonymousViewUserProfilePermission" parameterOrder="in0"> | |
| <wsdl:input message="impl:removeAnonymousViewUserProfilePermissionRequest" name="removeAnonymousViewUserProfilePermissionRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeAnonymousViewUserProfilePermissionResponse" name="removeAnonymousViewUserProfilePermissionResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeGlobalPermission" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeGlobalPermissionRequest" name="removeGlobalPermissionRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeGlobalPermissionResponse" name="removeGlobalPermissionResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPermissionsToSpace" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:addPermissionsToSpaceRequest" name="addPermissionsToSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:addPermissionsToSpaceResponse" name="addPermissionsToSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePermissionFromSpace" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:removePermissionFromSpaceRequest" name="removePermissionFromSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:removePermissionFromSpaceResponse" name="removePermissionFromSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isActiveUser" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:isActiveUserRequest" name="isActiveUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:isActiveUserResponse" name="isActiveUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="editUser" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:editUserRequest" name="editUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:editUserResponse" name="editUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="changeMyPassword" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:changeMyPasswordRequest" name="changeMyPasswordRequest"></wsdl:input> | |
| <wsdl:output message="impl:changeMyPasswordResponse" name="changeMyPasswordResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getWatchersForPage" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getWatchersForPageRequest" name="getWatchersForPageRequest"></wsdl:input> | |
| <wsdl:output message="impl:getWatchersForPageResponse" name="getWatchersForPageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isWatchingSpaceForType" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:isWatchingSpaceForTypeRequest" name="isWatchingSpaceForTypeRequest"></wsdl:input> | |
| <wsdl:output message="impl:isWatchingSpaceForTypeResponse" name="isWatchingSpaceForTypeResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getWatchersForSpace" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getWatchersForSpaceRequest" name="getWatchersForSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:getWatchersForSpaceResponse" name="getWatchersForSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addSpaceGroup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:addSpaceGroupRequest" name="addSpaceGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:addSpaceGroupResponse" name="addSpaceGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:AlreadyExistsException" name="AlreadyExistsException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPersonalSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addPersonalSpaceRequest" name="addPersonalSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:addPersonalSpaceResponse" name="addPersonalSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:AlreadyExistsException" name="AlreadyExistsException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="storeSpace" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:storeSpaceRequest" name="storeSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:storeSpaceResponse" name="storeSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacesInGroup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getSpacesInGroupRequest" name="getSpacesInGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpacesInGroupResponse" name="getSpacesInGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="changeUserPassword" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:changeUserPasswordRequest" name="changeUserPasswordRequest"></wsdl:input> | |
| <wsdl:output message="impl:changeUserPasswordResponse" name="changeUserPasswordResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserInformation" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:setUserInformationRequest" name="setUserInformationRequest"></wsdl:input> | |
| <wsdl:output message="impl:setUserInformationResponse" name="setUserInformationResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserInformation" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getUserInformationRequest" name="getUserInformationRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserInformationResponse" name="getUserInformationResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserPreferenceBoolean" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:setUserPreferenceBooleanRequest" name="setUserPreferenceBooleanRequest"></wsdl:input> | |
| <wsdl:output message="impl:setUserPreferenceBooleanResponse" name="setUserPreferenceBooleanResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserPreferenceBoolean" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getUserPreferenceBooleanRequest" name="getUserPreferenceBooleanRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserPreferenceBooleanResponse" name="getUserPreferenceBooleanResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserPreferenceLong" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:setUserPreferenceLongRequest" name="setUserPreferenceLongRequest"></wsdl:input> | |
| <wsdl:output message="impl:setUserPreferenceLongResponse" name="setUserPreferenceLongResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserPreferenceLong" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getUserPreferenceLongRequest" name="getUserPreferenceLongRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserPreferenceLongResponse" name="getUserPreferenceLongResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserPreferenceString" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:setUserPreferenceStringRequest" name="setUserPreferenceStringRequest"></wsdl:input> | |
| <wsdl:output message="impl:setUserPreferenceStringResponse" name="setUserPreferenceStringResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserPreferenceString" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getUserPreferenceStringRequest" name="getUserPreferenceStringRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserPreferenceStringResponse" name="getUserPreferenceStringResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="hasUser" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:hasUserRequest" name="hasUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:hasUserResponse" name="hasUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addProfilePicture" parameterOrder="in0 in1 in2 in3 in4"> | |
| <wsdl:input message="impl:addProfilePictureRequest" name="addProfilePictureRequest"></wsdl:input> | |
| <wsdl:output message="impl:addProfilePictureResponse" name="addProfilePictureResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renameUsers" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:renameUsersRequest" name="renameUsersRequest"></wsdl:input> | |
| <wsdl:output message="impl:renameUsersResponse" name="renameUsersResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntries" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getBlogEntriesRequest" name="getBlogEntriesRequest"></wsdl:input> | |
| <wsdl:output message="impl:getBlogEntriesResponse" name="getBlogEntriesResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="storeBlogEntry" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:storeBlogEntryRequest" name="storeBlogEntryRequest"></wsdl:input> | |
| <wsdl:output message="impl:storeBlogEntryResponse" name="storeBlogEntryResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| <wsdl:fault message="impl:VersionMismatchException" name="VersionMismatchException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntry" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getBlogEntryRequest" name="getBlogEntryRequest"></wsdl:input> | |
| <wsdl:output message="impl:getBlogEntryResponse" name="getBlogEntryResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelsById" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getLabelsByIdRequest" name="getLabelsByIdRequest"></wsdl:input> | |
| <wsdl:output message="impl:getLabelsByIdResponse" name="getLabelsByIdResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelContentById" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getLabelContentByIdRequest" name="getLabelContentByIdRequest"></wsdl:input> | |
| <wsdl:output message="impl:getLabelContentByIdResponse" name="getLabelContentByIdResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelContentByName" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getLabelContentByNameRequest" name="getLabelContentByNameRequest"></wsdl:input> | |
| <wsdl:output message="impl:getLabelContentByNameResponse" name="getLabelContentByNameResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelContentByObject" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getLabelContentByObjectRequest" name="getLabelContentByObjectRequest"></wsdl:input> | |
| <wsdl:output message="impl:getLabelContentByObjectResponse" name="getLabelContentByObjectResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelByName" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addLabelByNameRequest" name="addLabelByNameRequest"></wsdl:input> | |
| <wsdl:output message="impl:addLabelByNameResponse" name="addLabelByNameResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelById" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addLabelByIdRequest" name="addLabelByIdRequest"></wsdl:input> | |
| <wsdl:output message="impl:addLabelByIdResponse" name="addLabelByIdResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelByObject" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addLabelByObjectRequest" name="addLabelByObjectRequest"></wsdl:input> | |
| <wsdl:output message="impl:addLabelByObjectResponse" name="addLabelByObjectResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelByNameToSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addLabelByNameToSpaceRequest" name="addLabelByNameToSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:addLabelByNameToSpaceResponse" name="addLabelByNameToSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelByName" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeLabelByNameRequest" name="removeLabelByNameRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeLabelByNameResponse" name="removeLabelByNameResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelById" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeLabelByIdRequest" name="removeLabelByIdRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeLabelByIdResponse" name="removeLabelByIdResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelByObject" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeLabelByObjectRequest" name="removeLabelByObjectRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeLabelByObjectResponse" name="removeLabelByObjectResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelByNameFromSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeLabelByNameFromSpaceRequest" name="removeLabelByNameFromSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeLabelByNameFromSpaceResponse" name="removeLabelByNameFromSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntryByDayAndTitle" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:getBlogEntryByDayAndTitleRequest" name="getBlogEntryByDayAndTitleRequest"></wsdl:input> | |
| <wsdl:output message="impl:getBlogEntryByDayAndTitleResponse" name="getBlogEntryByDayAndTitleResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntryByDateAndTitle" parameterOrder="in0 in1 in2 in3 in4 in5"> | |
| <wsdl:input message="impl:getBlogEntryByDateAndTitleRequest" name="getBlogEntryByDateAndTitleRequest"></wsdl:input> | |
| <wsdl:output message="impl:getBlogEntryByDateAndTitleResponse" name="getBlogEntryByDateAndTitleResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="importSpace" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:importSpaceRequest" name="importSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:importSpaceResponse" name="importSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="flushIndexQueue" parameterOrder="in0"> | |
| <wsdl:input message="impl:flushIndexQueueRequest" name="flushIndexQueueRequest"></wsdl:input> | |
| <wsdl:output message="impl:flushIndexQueueResponse" name="flushIndexQueueResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="exportSite" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:exportSiteRequest" name="exportSiteRequest"></wsdl:input> | |
| <wsdl:output message="impl:exportSiteResponse" name="exportSiteResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="performBackup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:performBackupRequest" name="performBackupRequest"></wsdl:input> | |
| <wsdl:output message="impl:performBackupResponse" name="performBackupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="clearIndexQueue" parameterOrder="in0"> | |
| <wsdl:input message="impl:clearIndexQueueRequest" name="clearIndexQueueRequest"></wsdl:input> | |
| <wsdl:output message="impl:clearIndexQueueResponse" name="clearIndexQueueResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getClusterNodeStatuses" parameterOrder="in0"> | |
| <wsdl:input message="impl:getClusterNodeStatusesRequest" name="getClusterNodeStatusesRequest"></wsdl:input> | |
| <wsdl:output message="impl:getClusterNodeStatusesResponse" name="getClusterNodeStatusesResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setEnableAnonymousAccess" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:setEnableAnonymousAccessRequest" name="setEnableAnonymousAccessRequest"></wsdl:input> | |
| <wsdl:output message="impl:setEnableAnonymousAccessResponse" name="setEnableAnonymousAccessResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageWatch" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removePageWatchRequest" name="removePageWatchRequest"></wsdl:input> | |
| <wsdl:output message="impl:removePageWatchResponse" name="removePageWatchResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageWatchForUser" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removePageWatchForUserRequest" name="removePageWatchForUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:removePageWatchForUserResponse" name="removePageWatchForUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="watchPageForUser" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:watchPageForUserRequest" name="watchPageForUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:watchPageForUserResponse" name="watchPageForUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeSpaceWatch" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removeSpaceWatchRequest" name="removeSpaceWatchRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeSpaceWatchResponse" name="removeSpaceWatchResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="watchPage" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:watchPageRequest" name="watchPageRequest"></wsdl:input> | |
| <wsdl:output message="impl:watchPageResponse" name="watchPageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPermissionsForUser" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getPermissionsForUserRequest" name="getPermissionsForUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:getPermissionsForUserResponse" name="getPermissionsForUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAnonymousUsePermission" parameterOrder="in0"> | |
| <wsdl:input message="impl:removeAnonymousUsePermissionRequest" name="removeAnonymousUsePermissionRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeAnonymousUsePermissionResponse" name="removeAnonymousUsePermissionResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousPermissionToSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addAnonymousPermissionToSpaceRequest" name="addAnonymousPermissionToSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:addAnonymousPermissionToSpaceResponse" name="addAnonymousPermissionToSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousPermissionsToSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addAnonymousPermissionsToSpaceRequest" name="addAnonymousPermissionsToSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:addAnonymousPermissionsToSpaceResponse" name="addAnonymousPermissionsToSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAnonymousPermissionFromSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeAnonymousPermissionFromSpaceRequest" name="removeAnonymousPermissionFromSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeAnonymousPermissionFromSpaceResponse" name="removeAnonymousPermissionFromSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="convertWikiToStorageFormat" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:convertWikiToStorageFormatRequest" name="convertWikiToStorageFormatRequest"></wsdl:input> | |
| <wsdl:output message="impl:convertWikiToStorageFormatResponse" name="convertWikiToStorageFormatResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageVersionById" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removePageVersionByIdRequest" name="removePageVersionByIdRequest"></wsdl:input> | |
| <wsdl:output message="impl:removePageVersionByIdResponse" name="removePageVersionByIdResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageVersionByVersion" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removePageVersionByVersionRequest" name="removePageVersionByVersionRequest"></wsdl:input> | |
| <wsdl:output message="impl:removePageVersionByVersionResponse" name="removePageVersionByVersionResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="recoverMainIndex" parameterOrder="in0"> | |
| <wsdl:input message="impl:recoverMainIndexRequest" name="recoverMainIndexRequest"></wsdl:input> | |
| <wsdl:output message="impl:recoverMainIndexResponse" name="recoverMainIndexResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUser" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getUserRequest" name="getUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserResponse" name="getUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserByName" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getUserByNameRequest" name="getUserByNameRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserByNameResponse" name="getUserByNameResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isPluginEnabled" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:isPluginEnabledRequest" name="isPluginEnabledRequest"></wsdl:input> | |
| <wsdl:output message="impl:isPluginEnabledResponse" name="isPluginEnabledResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getClusterInformation" parameterOrder="in0"> | |
| <wsdl:input message="impl:getClusterInformationRequest" name="getClusterInformationRequest"></wsdl:input> | |
| <wsdl:output message="impl:getClusterInformationResponse" name="getClusterInformationResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addComment" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:addCommentRequest" name="addCommentRequest"></wsdl:input> | |
| <wsdl:output message="impl:addCommentResponse" name="addCommentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAttachments" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getAttachmentsRequest" name="getAttachmentsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getAttachmentsResponse" name="getAttachmentsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAttachment" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addAttachmentRequest" name="addAttachmentRequest"></wsdl:input> | |
| <wsdl:output message="impl:addAttachmentResponse" name="addAttachmentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAttachment" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:addAttachmentRequest1" name="addAttachmentRequest1"></wsdl:input> | |
| <wsdl:output message="impl:addAttachmentResponse1" name="addAttachmentResponse1"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAttachment" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeAttachmentRequest" name="removeAttachmentRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeAttachmentResponse" name="removeAttachmentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getContentPermissionSet" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getContentPermissionSetRequest" name="getContentPermissionSetRequest"></wsdl:input> | |
| <wsdl:output message="impl:getContentPermissionSetResponse" name="getContentPermissionSetResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getContentPermissionSets" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getContentPermissionSetsRequest" name="getContentPermissionSetsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getContentPermissionSetsResponse" name="getContentPermissionSetsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getComments" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getCommentsRequest" name="getCommentsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getCommentsResponse" name="getCommentsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeComment" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removeCommentRequest" name="removeCommentRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeCommentResponse" name="removeCommentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addUser" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:addUserRequest" name="addUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:addUserResponse" name="addUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addUser" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addUserRequest1" name="addUserRequest1"></wsdl:input> | |
| <wsdl:output message="impl:addUserResponse1" name="addUserResponse1"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeUser" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:removeUserRequest" name="removeUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeUserResponse" name="removeUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaces" parameterOrder="in0"> | |
| <wsdl:input message="impl:getSpacesRequest" name="getSpacesRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpacesResponse" name="getSpacesResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getDescendents" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getDescendentsRequest" name="getDescendentsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getDescendentsResponse" name="getDescendentsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAncestors" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getAncestorsRequest" name="getAncestorsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getAncestorsResponse" name="getAncestorsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceStatus" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getSpaceStatusRequest" name="getSpaceStatusRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpaceStatusResponse" name="getSpaceStatusResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPages" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getPagesRequest" name="getPagesRequest"></wsdl:input> | |
| <wsdl:output message="impl:getPagesResponse" name="getPagesResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getGroups" parameterOrder="in0"> | |
| <wsdl:input message="impl:getGroupsRequest" name="getGroupsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getGroupsResponse" name="getGroupsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPagePermissions" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getPagePermissionsRequest" name="getPagePermissionsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getPagePermissionsResponse" name="getPagePermissionsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserByKey" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getUserByKeyRequest" name="getUserByKeyRequest"></wsdl:input> | |
| <wsdl:output message="impl:getUserByKeyResponse" name="getUserByKeyResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setContentPermissions" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:setContentPermissionsRequest" name="setContentPermissionsRequest"></wsdl:input> | |
| <wsdl:output message="impl:setContentPermissionsResponse" name="setContentPermissionsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="stopActivity" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:stopActivityRequest" name="stopActivityRequest"></wsdl:input> | |
| <wsdl:output message="impl:stopActivityResponse" name="stopActivityResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="moveAttachment" parameterOrder="in0 in1 in2 in3 in4"> | |
| <wsdl:input message="impl:moveAttachmentRequest" name="moveAttachmentRequest"></wsdl:input> | |
| <wsdl:output message="impl:moveAttachmentResponse" name="moveAttachmentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="editComment" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:editCommentRequest" name="editCommentRequest"></wsdl:input> | |
| <wsdl:output message="impl:editCommentResponse" name="editCommentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getTopLevelPages" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getTopLevelPagesRequest" name="getTopLevelPagesRequest"></wsdl:input> | |
| <wsdl:output message="impl:getTopLevelPagesResponse" name="getTopLevelPagesResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="startActivity" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:startActivityRequest" name="startActivityRequest"></wsdl:input> | |
| <wsdl:output message="impl:startActivityResponse" name="startActivityResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="emptyTrash" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:emptyTrashRequest" name="emptyTrashRequest"></wsdl:input> | |
| <wsdl:output message="impl:emptyTrashResponse" name="emptyTrashResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAttachmentData" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:getAttachmentDataRequest" name="getAttachmentDataRequest"></wsdl:input> | |
| <wsdl:output message="impl:getAttachmentDataResponse" name="getAttachmentDataResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isWatchingSpace" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:isWatchingSpaceRequest" name="isWatchingSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:isWatchingSpaceResponse" name="isWatchingSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isWatchingPage" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:isWatchingPageRequest" name="isWatchingPageRequest"></wsdl:input> | |
| <wsdl:output message="impl:isWatchingPageResponse" name="isWatchingPageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getTrashContents" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:getTrashContentsRequest" name="getTrashContentsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getTrashContentsResponse" name="getTrashContentsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="deactivateUser" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:deactivateUserRequest" name="deactivateUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:deactivateUserResponse" name="deactivateUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="reactivateUser" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:reactivateUserRequest" name="reactivateUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:reactivateUserResponse" name="reactivateUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renameUser" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:renameUserRequest" name="renameUserRequest"></wsdl:input> | |
| <wsdl:output message="impl:renameUserResponse" name="renameUserResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeGroup" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:removeGroupRequest" name="removeGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:removeGroupResponse" name="removeGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addGroup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:addGroupRequest" name="addGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:addGroupResponse" name="addGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addUserToGroup" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:addUserToGroupRequest" name="addUserToGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:addUserToGroupResponse" name="addUserToGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceGroup" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getSpaceGroupRequest" name="getSpaceGroupRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpaceGroupResponse" name="getSpaceGroupResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:AlreadyExistsException" name="AlreadyExistsException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setSpaceStatus" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:setSpaceStatusRequest" name="setSpaceStatusRequest"></wsdl:input> | |
| <wsdl:output message="impl:setSpaceStatusResponse" name="setSpaceStatusResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:NotPermittedException" name="NotPermittedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRelatedLabels" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getRelatedLabelsRequest" name="getRelatedLabelsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getRelatedLabelsResponse" name="getRelatedLabelsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="installPlugin" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:installPluginRequest" name="installPluginRequest"></wsdl:input> | |
| <wsdl:output message="impl:installPluginResponse" name="installPluginResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setEnableWysiwyg" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:setEnableWysiwygRequest" name="setEnableWysiwygRequest"></wsdl:input> | |
| <wsdl:output message="impl:setEnableWysiwygResponse" name="setEnableWysiwygResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isDarkFeatureEnabled" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:isDarkFeatureEnabledRequest" name="isDarkFeatureEnabledRequest"></wsdl:input> | |
| <wsdl:output message="impl:isDarkFeatureEnabledResponse" name="isDarkFeatureEnabledResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPage" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:getPageRequest" name="getPageRequest"></wsdl:input> | |
| <wsdl:output message="impl:getPageResponse" name="getPageResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPage" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getPageRequest1" name="getPageRequest1"></wsdl:input> | |
| <wsdl:output message="impl:getPageResponse1" name="getPageResponse1"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getComment" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getCommentRequest" name="getCommentRequest"></wsdl:input> | |
| <wsdl:output message="impl:getCommentResponse" name="getCommentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPermissions" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getPermissionsRequest" name="getPermissionsRequest"></wsdl:input> | |
| <wsdl:output message="impl:getPermissionsResponse" name="getPermissionsResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpace" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getSpaceRequest" name="getSpaceRequest"></wsdl:input> | |
| <wsdl:output message="impl:getSpaceResponse" name="getSpaceResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="search" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:searchRequest" name="searchRequest"></wsdl:input> | |
| <wsdl:output message="impl:searchResponse" name="searchResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="search" parameterOrder="in0 in1 in2"> | |
| <wsdl:input message="impl:searchRequest1" name="searchRequest1"></wsdl:input> | |
| <wsdl:output message="impl:searchResponse1" name="searchResponse1"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getChildren" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:getChildrenRequest" name="getChildrenRequest"></wsdl:input> | |
| <wsdl:output message="impl:getChildrenResponse" name="getChildrenResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getServerInfo" parameterOrder="in0"> | |
| <wsdl:input message="impl:getServerInfoRequest" name="getServerInfoRequest"></wsdl:input> | |
| <wsdl:output message="impl:getServerInfoResponse" name="getServerInfoResponse"></wsdl:output> | |
| <wsdl:fault message="impl:InvalidSessionException" name="InvalidSessionException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAttachment" parameterOrder="in0 in1 in2 in3"> | |
| <wsdl:input message="impl:getAttachmentRequest" name="getAttachmentRequest"></wsdl:input> | |
| <wsdl:output message="impl:getAttachmentResponse" name="getAttachmentResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="login" parameterOrder="in0 in1"> | |
| <wsdl:input message="impl:loginRequest" name="loginRequest"></wsdl:input> | |
| <wsdl:output message="impl:loginResponse" name="loginResponse"></wsdl:output> | |
| <wsdl:fault message="impl:AuthenticationFailedException" name="AuthenticationFailedException"></wsdl:fault> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="logout" parameterOrder="in0"> | |
| <wsdl:input message="impl:logoutRequest" name="logoutRequest"></wsdl:input> | |
| <wsdl:output message="impl:logoutResponse" name="logoutResponse"></wsdl:output> | |
| <wsdl:fault message="impl:RemoteException" name="RemoteException"></wsdl:fault> | |
| </wsdl:operation> | |
| </wsdl:portType> | |
| <wsdl:binding name="confluenceservice-v2SoapBinding" type="impl:ConfluenceSoapService"> | |
| <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> | |
| <wsdl:operation name="removeAllPermissionsForGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeAllPermissionsForGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeAllPermissionsForGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelsByDetail"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getLabelsByDetailRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getLabelsByDetailResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getMostPopularLabels"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getMostPopularLabelsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getMostPopularLabelsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getMostPopularLabelsInSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getMostPopularLabelsInSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getMostPopularLabelsInSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRecentlyUsedLabels"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getRecentlyUsedLabelsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getRecentlyUsedLabelsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRecentlyUsedLabelsInSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getRecentlyUsedLabelsInSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getRecentlyUsedLabelsInSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRelatedLabelsInSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getRelatedLabelsInSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getRelatedLabelsInSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacesContainingContentWithLabel"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpacesContainingContentWithLabelRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpacesContainingContentWithLabelResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacesWithLabel"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpacesWithLabelRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpacesWithLabelResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isPluginInstalled"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="isPluginInstalledRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="isPluginInstalledResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getActiveUsers"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getActiveUsersRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getActiveUsersResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="updatePage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="updatePageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="updatePageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="VersionMismatchException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="VersionMismatchException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceGroups"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpaceGroupsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpaceGroupsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeSpaceGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeSpaceGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeSpaceGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="movePageToTopLevel"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="movePageToTopLevelRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="movePageToTopLevelResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPageHistory"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPageHistoryRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPageHistoryResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renderContent"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="renderContentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="renderContentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renderContent"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="renderContentRequest1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="renderContentResponse1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="hasGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="hasGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="hasGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="exportSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="exportSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="exportSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="exportSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="exportSpaceRequest1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="exportSpaceResponse1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removePageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removePageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeUserFromGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeUserFromGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeUserFromGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="watchSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="watchSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="watchSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserGroups"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserGroupsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserGroupsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="AlreadyExistsException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AlreadyExistsException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="movePage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="movePageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="movePageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="storePage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="storePageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="storePageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="VersionMismatchException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="VersionMismatchException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="purgeFromTrash"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="purgeFromTrashRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="purgeFromTrashResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPageSummary"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPageSummaryRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPageSummaryResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPageSummary"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPageSummaryRequest1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPageSummaryResponse1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacePermissionSets"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpacePermissionSetsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpacePermissionSetsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacePermissionSet"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpacePermissionSetRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpacePermissionSetResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addSpaceWithDefaultPermissions"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addSpaceWithDefaultPermissionsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addSpaceWithDefaultPermissionsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="AlreadyExistsException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AlreadyExistsException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPersonalSpaceWithDefaultPermissions"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addPersonalSpaceWithDefaultPermissionsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addPersonalSpaceWithDefaultPermissionsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="AlreadyExistsException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AlreadyExistsException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceLevelPermissions"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpaceLevelPermissionsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpaceLevelPermissionsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPermissionToSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addPermissionToSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addPermissionToSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addGlobalPermissions"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addGlobalPermissionsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addGlobalPermissionsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addGlobalPermission"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addGlobalPermissionRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addGlobalPermissionResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousUsePermission"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addAnonymousUsePermissionRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addAnonymousUsePermissionResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousViewUserProfilePermission"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addAnonymousViewUserProfilePermissionRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addAnonymousViewUserProfilePermissionResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAnonymousViewUserProfilePermission"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeAnonymousViewUserProfilePermissionRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeAnonymousViewUserProfilePermissionResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeGlobalPermission"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeGlobalPermissionRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeGlobalPermissionResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPermissionsToSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addPermissionsToSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addPermissionsToSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePermissionFromSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removePermissionFromSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removePermissionFromSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isActiveUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="isActiveUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="isActiveUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="editUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="editUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="editUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="changeMyPassword"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="changeMyPasswordRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="changeMyPasswordResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getWatchersForPage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getWatchersForPageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getWatchersForPageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isWatchingSpaceForType"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="isWatchingSpaceForTypeRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="isWatchingSpaceForTypeResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getWatchersForSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getWatchersForSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getWatchersForSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addSpaceGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addSpaceGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addSpaceGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="AlreadyExistsException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AlreadyExistsException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addPersonalSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addPersonalSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addPersonalSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="AlreadyExistsException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AlreadyExistsException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="storeSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="storeSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="storeSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpacesInGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpacesInGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpacesInGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="changeUserPassword"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="changeUserPasswordRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="changeUserPasswordResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserInformation"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setUserInformationRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setUserInformationResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserInformation"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserInformationRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserInformationResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserPreferenceBoolean"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setUserPreferenceBooleanRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setUserPreferenceBooleanResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserPreferenceBoolean"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserPreferenceBooleanRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserPreferenceBooleanResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserPreferenceLong"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setUserPreferenceLongRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setUserPreferenceLongResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserPreferenceLong"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserPreferenceLongRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserPreferenceLongResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setUserPreferenceString"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setUserPreferenceStringRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setUserPreferenceStringResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserPreferenceString"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserPreferenceStringRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserPreferenceStringResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="hasUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="hasUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="hasUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addProfilePicture"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addProfilePictureRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addProfilePictureResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renameUsers"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="renameUsersRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="renameUsersResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntries"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getBlogEntriesRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getBlogEntriesResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="storeBlogEntry"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="storeBlogEntryRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="storeBlogEntryResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="VersionMismatchException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="VersionMismatchException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntry"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getBlogEntryRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getBlogEntryResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelsById"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getLabelsByIdRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getLabelsByIdResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelContentById"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getLabelContentByIdRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getLabelContentByIdResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelContentByName"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getLabelContentByNameRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getLabelContentByNameResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getLabelContentByObject"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getLabelContentByObjectRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getLabelContentByObjectResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelByName"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addLabelByNameRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addLabelByNameResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelById"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addLabelByIdRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addLabelByIdResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelByObject"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addLabelByObjectRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addLabelByObjectResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addLabelByNameToSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addLabelByNameToSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addLabelByNameToSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelByName"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeLabelByNameRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeLabelByNameResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelById"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeLabelByIdRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeLabelByIdResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelByObject"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeLabelByObjectRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeLabelByObjectResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeLabelByNameFromSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeLabelByNameFromSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeLabelByNameFromSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntryByDayAndTitle"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getBlogEntryByDayAndTitleRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getBlogEntryByDayAndTitleResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getBlogEntryByDateAndTitle"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getBlogEntryByDateAndTitleRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getBlogEntryByDateAndTitleResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="importSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="importSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="importSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="flushIndexQueue"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="flushIndexQueueRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="flushIndexQueueResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="exportSite"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="exportSiteRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="exportSiteResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="performBackup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="performBackupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="performBackupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="clearIndexQueue"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="clearIndexQueueRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="clearIndexQueueResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getClusterNodeStatuses"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getClusterNodeStatusesRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getClusterNodeStatusesResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setEnableAnonymousAccess"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setEnableAnonymousAccessRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setEnableAnonymousAccessResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageWatch"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removePageWatchRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removePageWatchResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageWatchForUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removePageWatchForUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removePageWatchForUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="watchPageForUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="watchPageForUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="watchPageForUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeSpaceWatch"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeSpaceWatchRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeSpaceWatchResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="watchPage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="watchPageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="watchPageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPermissionsForUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPermissionsForUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPermissionsForUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAnonymousUsePermission"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeAnonymousUsePermissionRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeAnonymousUsePermissionResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousPermissionToSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addAnonymousPermissionToSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addAnonymousPermissionToSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAnonymousPermissionsToSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addAnonymousPermissionsToSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addAnonymousPermissionsToSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAnonymousPermissionFromSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeAnonymousPermissionFromSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeAnonymousPermissionFromSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="convertWikiToStorageFormat"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="convertWikiToStorageFormatRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="convertWikiToStorageFormatResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageVersionById"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removePageVersionByIdRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removePageVersionByIdResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removePageVersionByVersion"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removePageVersionByVersionRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removePageVersionByVersionResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="recoverMainIndex"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="recoverMainIndexRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="recoverMainIndexResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserByName"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserByNameRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserByNameResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isPluginEnabled"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="isPluginEnabledRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="isPluginEnabledResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getClusterInformation"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getClusterInformationRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getClusterInformationResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addComment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addCommentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addCommentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAttachments"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getAttachmentsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getAttachmentsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAttachment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addAttachmentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addAttachmentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addAttachment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addAttachmentRequest1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addAttachmentResponse1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeAttachment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeAttachmentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeAttachmentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getContentPermissionSet"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getContentPermissionSetRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getContentPermissionSetResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getContentPermissionSets"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getContentPermissionSetsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getContentPermissionSetsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getComments"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getCommentsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getCommentsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeComment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeCommentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeCommentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addUserRequest1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addUserResponse1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaces"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpacesRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpacesResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getDescendents"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getDescendentsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getDescendentsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAncestors"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getAncestorsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getAncestorsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceStatus"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpaceStatusRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpaceStatusResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPages"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPagesRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPagesResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getGroups"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getGroupsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getGroupsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPagePermissions"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPagePermissionsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPagePermissionsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getUserByKey"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getUserByKeyRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getUserByKeyResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setContentPermissions"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setContentPermissionsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setContentPermissionsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="stopActivity"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="stopActivityRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="stopActivityResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="moveAttachment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="moveAttachmentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="moveAttachmentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="editComment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="editCommentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="editCommentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getTopLevelPages"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getTopLevelPagesRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getTopLevelPagesResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="startActivity"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="startActivityRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="startActivityResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="emptyTrash"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="emptyTrashRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="emptyTrashResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAttachmentData"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getAttachmentDataRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getAttachmentDataResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isWatchingSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="isWatchingSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="isWatchingSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isWatchingPage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="isWatchingPageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="isWatchingPageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getTrashContents"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getTrashContentsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getTrashContentsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="deactivateUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="deactivateUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="deactivateUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="reactivateUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="reactivateUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="reactivateUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="renameUser"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="renameUserRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="renameUserResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="removeGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="removeGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="removeGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="addUserToGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="addUserToGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="addUserToGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpaceGroup"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpaceGroupRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpaceGroupResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="AlreadyExistsException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AlreadyExistsException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setSpaceStatus"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setSpaceStatusRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setSpaceStatusResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="NotPermittedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="NotPermittedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getRelatedLabels"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getRelatedLabelsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getRelatedLabelsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="installPlugin"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="installPluginRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="installPluginResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="setEnableWysiwyg"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="setEnableWysiwygRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="setEnableWysiwygResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="isDarkFeatureEnabled"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="isDarkFeatureEnabledRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="isDarkFeatureEnabledResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPageRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPageResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPage"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPageRequest1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPageResponse1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getComment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getCommentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getCommentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getPermissions"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getPermissionsRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getPermissionsResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getSpace"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getSpaceRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getSpaceResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="search"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="searchRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="searchResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="search"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="searchRequest1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="searchResponse1"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getChildren"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getChildrenRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getChildrenResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getServerInfo"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getServerInfoRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getServerInfoResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="InvalidSessionException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="InvalidSessionException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="getAttachment"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="getAttachmentRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="getAttachmentResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="login"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="loginRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="loginResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="AuthenticationFailedException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="AuthenticationFailedException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| <wsdl:operation name="logout"> | |
| <wsdlsoap:operation soapAction=""/> | |
| <wsdl:input name="logoutRequest"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.rpc.confluence.atlassian.com" use="encoded"/> | |
| </wsdl:input> | |
| <wsdl:output name="logoutResponse"> | |
| <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:output> | |
| <wsdl:fault name="RemoteException"> | |
| <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="RemoteException" namespace="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" use="encoded"/> | |
| </wsdl:fault> | |
| </wsdl:operation> | |
| </wsdl:binding> | |
| <wsdl:service name="ConfluenceSoapServiceService"> | |
| <wsdl:port binding="impl:confluenceservice-v2SoapBinding" name="confluenceservice-v2"> | |
| <wsdlsoap:address location="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| </wsdl:port> | |
| </wsdl:service> | |
| </wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint></con:endpoints><con:operation id="352d0f6f-267e-4428-865d-d613873d968f" isOneWay="false" action="" name="addAnonymousPermissionsToSpace" bindingOperationName="addAnonymousPermissionsToSpace" type="Request-Response" outputName="addAnonymousPermissionsToSpaceResponse" inputName="addAnonymousPermissionsToSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="bfa128ca-1649-43c8-88bc-fb6e832a66ed" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addAnonymousPermissionsToSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="con:ArrayOf_xsd_string" soapenc:arrayType="xsd:string[]" xmlns:con="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addAnonymousPermissionsToSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addAnonymousPermissionsToSpaceRequest"/></con:call></con:operation><con:operation id="35ecdae9-c2b7-41e9-9b05-718532c4e9f5" isOneWay="false" action="" name="addAnonymousPermissionToSpace" bindingOperationName="addAnonymousPermissionToSpace" type="Request-Response" outputName="addAnonymousPermissionToSpaceResponse" inputName="addAnonymousPermissionToSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="6c3f8bb7-e447-433d-832a-635726e001a5" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addAnonymousPermissionToSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addAnonymousPermissionToSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addAnonymousPermissionToSpaceRequest"/></con:call></con:operation><con:operation id="00475ed0-7b9d-4149-a65c-df5c9eacbb7f" isOneWay="false" action="" name="addAnonymousUsePermission" bindingOperationName="addAnonymousUsePermission" type="Request-Response" outputName="addAnonymousUsePermissionResponse" inputName="addAnonymousUsePermissionRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="0b5f7617-d772-4b2f-9687-abc1ddd83b85" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addAnonymousUsePermission soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:addAnonymousUsePermission> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addAnonymousUsePermissionRequest"/></con:call></con:operation><con:operation id="743bb671-e41d-42ae-8f14-0a1dccf7b4f0" isOneWay="false" action="" name="addAnonymousViewUserProfilePermission" bindingOperationName="addAnonymousViewUserProfilePermission" type="Request-Response" outputName="addAnonymousViewUserProfilePermissionResponse" inputName="addAnonymousViewUserProfilePermissionRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="20076318-0a2c-4375-b999-438815a70015" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addAnonymousViewUserProfilePermission soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:addAnonymousViewUserProfilePermission> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addAnonymousViewUserProfilePermissionRequest"/></con:call></con:operation><con:operation id="d76e8bca-71f7-46b3-9c4a-83bb84369e20" isOneWay="false" action="" name="addAttachment" bindingOperationName="addAttachment" type="Request-Response" outputName="addAttachmentResponse" inputName="addAttachmentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="c91563c0-308a-440a-a120-0c40ba337449" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteAttachment" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <comment xsi:type="xsd:string">?</comment> | |
| <contentType xsi:type="xsd:string">?</contentType> | |
| <created xsi:type="xsd:dateTime">?</created> | |
| <creator xsi:type="xsd:string">?</creator> | |
| <fileName xsi:type="xsd:string">?</fileName> | |
| <fileSize xsi:type="xsd:long">?</fileSize> | |
| <id xsi:type="xsd:long">?</id> | |
| <pageId xsi:type="xsd:long">?</pageId> | |
| <title xsi:type="xsd:string">?</title> | |
| <url xsi:type="xsd:string">?</url> | |
| </in1> | |
| <in2 xsi:type="xsd:base64Binary">cid:735628237355</in2> | |
| </soap:addAttachment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="1dfcc1ef-09a9-44ba-b80f-c47dd4ce304e" isOneWay="false" action="" name="addAttachment" bindingOperationName="addAttachment" type="Request-Response" outputName="addAttachmentResponse1" inputName="addAttachmentRequest1" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="29aefdce-97b1-496b-af5a-d4393bca78b5" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="bean:RemoteAttachment" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <comment xsi:type="xsd:string">?</comment> | |
| <contentType xsi:type="xsd:string">?</contentType> | |
| <created xsi:type="xsd:dateTime">?</created> | |
| <creator xsi:type="xsd:string">?</creator> | |
| <fileName xsi:type="xsd:string">?</fileName> | |
| <fileSize xsi:type="xsd:long">?</fileSize> | |
| <id xsi:type="xsd:long">?</id> | |
| <pageId xsi:type="xsd:long">?</pageId> | |
| <title xsi:type="xsd:string">?</title> | |
| <url xsi:type="xsd:string">?</url> | |
| </in2> | |
| <in3 xsi:type="xsd:base64Binary">cid:1451513288726</in3> | |
| </soap:addAttachment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="d74b0a84-5f3d-457c-8412-05adf8b1fc62" isOneWay="false" action="" name="addComment" bindingOperationName="addComment" type="Request-Response" outputName="addCommentResponse" inputName="addCommentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="90d04000-2356-4be2-9416-8e7a7861613f" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addComment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteComment" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <content xsi:type="xsd:string">?</content> | |
| <created xsi:type="xsd:dateTime">?</created> | |
| <creator xsi:type="xsd:string">?</creator> | |
| <id xsi:type="xsd:long">?</id> | |
| <modified xsi:type="xsd:dateTime">?</modified> | |
| <modifier xsi:type="xsd:string">?</modifier> | |
| <pageId xsi:type="xsd:long">?</pageId> | |
| <parentId xsi:type="xsd:long">?</parentId> | |
| <title xsi:type="xsd:string">?</title> | |
| <url xsi:type="xsd:string">?</url> | |
| </in1> | |
| </soap:addComment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addCommentRequest"/></con:call></con:operation><con:operation id="1fa14366-df08-4900-8bb6-92729a8fe7b1" isOneWay="false" action="" name="addGlobalPermission" bindingOperationName="addGlobalPermission" type="Request-Response" outputName="addGlobalPermissionResponse" inputName="addGlobalPermissionRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="00fd2511-c0ab-4d99-9bfe-15bdb4d6ecd8" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addGlobalPermission soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addGlobalPermission> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addGlobalPermissionRequest"/></con:call></con:operation><con:operation id="f2b7c30e-f934-4b4b-853f-bf4c9fd5e6e4" isOneWay="false" action="" name="addGlobalPermissions" bindingOperationName="addGlobalPermissions" type="Request-Response" outputName="addGlobalPermissionsResponse" inputName="addGlobalPermissionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="4f9676a8-8036-4270-be31-9c8ee2b595ff" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addGlobalPermissions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="con:ArrayOf_xsd_string" soapenc:arrayType="xsd:string[]" xmlns:con="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addGlobalPermissions> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addGlobalPermissionsRequest"/></con:call></con:operation><con:operation id="ecd3fc14-ceca-4682-97ec-c01fa90f57df" isOneWay="false" action="" name="addGroup" bindingOperationName="addGroup" type="Request-Response" outputName="addGroupResponse" inputName="addGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="fbcee497-c399-4cbc-a548-48b66dc8971d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:addGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addGroupRequest"/></con:call></con:operation><con:operation id="ae14f70d-207e-4d11-a761-eac824e2ea63" isOneWay="false" action="" name="addLabelById" bindingOperationName="addLabelById" type="Request-Response" outputName="addLabelByIdResponse" inputName="addLabelByIdRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="2337ab8a-c82c-4fcd-8e79-46d4ff28106d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addLabelById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| </soap:addLabelById> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addLabelByIdRequest"/></con:call></con:operation><con:operation id="a44fe9c4-6568-408d-b5a4-3415a3bda019" isOneWay="false" action="" name="addLabelByName" bindingOperationName="addLabelByName" type="Request-Response" outputName="addLabelByNameResponse" inputName="addLabelByNameRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="01995e2b-4059-4e6b-8689-f089cc5738c6" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addLabelByName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| </soap:addLabelByName> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addLabelByNameRequest"/></con:call></con:operation><con:operation id="1a515981-c040-4ad1-8f71-f8bfd30ec876" isOneWay="false" action="" name="addLabelByNameToSpace" bindingOperationName="addLabelByNameToSpace" type="Request-Response" outputName="addLabelByNameToSpaceResponse" inputName="addLabelByNameToSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="a1003102-f828-47f2-b11e-902e1334cdac" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addLabelByNameToSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addLabelByNameToSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addLabelByNameToSpaceRequest"/></con:call></con:operation><con:operation id="7643948a-7e6c-4af2-ad59-73fabb28df8a" isOneWay="false" action="" name="addLabelByObject" bindingOperationName="addLabelByObject" type="Request-Response" outputName="addLabelByObjectResponse" inputName="addLabelByObjectRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="fc3f2aad-534c-46e7-b96f-dd8143303528" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addLabelByObject soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteLabel" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <id xsi:type="xsd:long">?</id> | |
| <name xsi:type="xsd:string">?</name> | |
| <namespace xsi:type="xsd:string">?</namespace> | |
| <owner xsi:type="xsd:string">?</owner> | |
| </in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| </soap:addLabelByObject> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addLabelByObjectRequest"/></con:call></con:operation><con:operation id="876919e8-0244-47ef-8b79-2f00090061de" isOneWay="false" action="" name="addPermissionsToSpace" bindingOperationName="addPermissionsToSpace" type="Request-Response" outputName="addPermissionsToSpaceResponse" inputName="addPermissionsToSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f5da4d04-8dc5-4148-8ef8-71181df284b2" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addPermissionsToSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="con:ArrayOf_xsd_string" soapenc:arrayType="xsd:string[]" xmlns:con="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2"/> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:addPermissionsToSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addPermissionsToSpaceRequest"/></con:call></con:operation><con:operation id="4cb5cc53-f4fb-4a50-a4bb-f379e4e3807f" isOneWay="false" action="" name="addPermissionToSpace" bindingOperationName="addPermissionToSpace" type="Request-Response" outputName="addPermissionToSpaceResponse" inputName="addPermissionToSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9769d037-ab64-4932-b7e6-28883637d3c5" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addPermissionToSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:addPermissionToSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addPermissionToSpaceRequest"/></con:call></con:operation><con:operation id="272f6967-a72e-42d8-9a29-2a1af7309b8b" isOneWay="false" action="" name="addPersonalSpace" bindingOperationName="addPersonalSpace" type="Request-Response" outputName="addPersonalSpaceResponse" inputName="addPersonalSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d30a4dc4-ac25-4ae8-832b-0df03ba6b823" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addPersonalSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteSpace" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <key xsi:type="xsd:string">?</key> | |
| <name xsi:type="xsd:string">?</name> | |
| <type xsi:type="xsd:string">?</type> | |
| <url xsi:type="xsd:string">?</url> | |
| <description xsi:type="xsd:string">?</description> | |
| <homePage xsi:type="xsd:long">?</homePage> | |
| <spaceGroup xsi:type="xsd:string">?</spaceGroup> | |
| </in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addPersonalSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addPersonalSpaceRequest"/></con:call></con:operation><con:operation id="05249b3e-ef00-48d7-aa2b-b743a9dadc89" isOneWay="false" action="" name="addPersonalSpaceWithDefaultPermissions" bindingOperationName="addPersonalSpaceWithDefaultPermissions" type="Request-Response" outputName="addPersonalSpaceWithDefaultPermissionsResponse" inputName="addPersonalSpaceWithDefaultPermissionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="99e2cd9a-7706-4377-aaec-5df3199cea5e" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addPersonalSpaceWithDefaultPermissions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteSpace" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <key xsi:type="xsd:string">?</key> | |
| <name xsi:type="xsd:string">?</name> | |
| <type xsi:type="xsd:string">?</type> | |
| <url xsi:type="xsd:string">?</url> | |
| <description xsi:type="xsd:string">?</description> | |
| <homePage xsi:type="xsd:long">?</homePage> | |
| <spaceGroup xsi:type="xsd:string">?</spaceGroup> | |
| </in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addPersonalSpaceWithDefaultPermissions> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addPersonalSpaceWithDefaultPermissionsRequest"/></con:call></con:operation><con:operation id="8ed81cfc-5af6-4ca9-b293-7f50cf23243d" isOneWay="false" action="" name="addProfilePicture" bindingOperationName="addProfilePicture" type="Request-Response" outputName="addProfilePictureResponse" inputName="addProfilePictureRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="a52c882d-06f2-447c-b120-247526749cbc" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addProfilePicture soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| <in4 xsi:type="xsd:base64Binary">cid:700184223203</in4> | |
| </soap:addProfilePicture> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addProfilePictureRequest"/></con:call></con:operation><con:operation id="382bb832-3d37-47a0-8151-34416f4d0d7f" isOneWay="false" action="" name="addSpace" bindingOperationName="addSpace" type="Request-Response" outputName="addSpaceResponse" inputName="addSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="84465e4b-0370-4712-97ef-0f718875b990" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteSpace" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <key xsi:type="xsd:string">?</key> | |
| <name xsi:type="xsd:string">?</name> | |
| <type xsi:type="xsd:string">?</type> | |
| <url xsi:type="xsd:string">?</url> | |
| <description xsi:type="xsd:string">?</description> | |
| <homePage xsi:type="xsd:long">?</homePage> | |
| <spaceGroup xsi:type="xsd:string">?</spaceGroup> | |
| </in1> | |
| </soap:addSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addSpaceRequest"/></con:call></con:operation><con:operation id="3687593d-92ef-4b85-89c8-447821dcea26" isOneWay="false" action="" name="addSpaceGroup" bindingOperationName="addSpaceGroup" type="Request-Response" outputName="addSpaceGroupResponse" inputName="addSpaceGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="af1a0951-c479-44be-9a3d-530e3bdc73b6" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addSpaceGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteSpaceGroup" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <creatorName xsi:type="xsd:string">?</creatorName> | |
| <key xsi:type="xsd:string">?</key> | |
| <licenseKey xsi:type="xsd:string">?</licenseKey> | |
| <name xsi:type="xsd:string">?</name> | |
| </in1> | |
| </soap:addSpaceGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addSpaceGroupRequest"/></con:call></con:operation><con:operation id="a7e4ca45-baee-4685-b90d-b2871f197031" isOneWay="false" action="" name="addSpaceWithDefaultPermissions" bindingOperationName="addSpaceWithDefaultPermissions" type="Request-Response" outputName="addSpaceWithDefaultPermissionsResponse" inputName="addSpaceWithDefaultPermissionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9556eb9e-9ac4-429e-ac64-a2cf0147d846" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addSpaceWithDefaultPermissions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteSpace" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <key xsi:type="xsd:string">?</key> | |
| <name xsi:type="xsd:string">?</name> | |
| <type xsi:type="xsd:string">?</type> | |
| <url xsi:type="xsd:string">?</url> | |
| <description xsi:type="xsd:string">?</description> | |
| <homePage xsi:type="xsd:long">?</homePage> | |
| <spaceGroup xsi:type="xsd:string">?</spaceGroup> | |
| </in1> | |
| </soap:addSpaceWithDefaultPermissions> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addSpaceWithDefaultPermissionsRequest"/></con:call></con:operation><con:operation id="fb1491f8-19fe-44c9-98d7-992cad9450f2" isOneWay="false" action="" name="addUser" bindingOperationName="addUser" type="Request-Response" outputName="addUserResponse" inputName="addUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="987f8d1f-e895-4e8e-91bd-ac30227940ed" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteUser" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <email xsi:type="xsd:string">?</email> | |
| <fullname xsi:type="xsd:string">?</fullname> | |
| <name xsi:type="xsd:string">?</name> | |
| <url xsi:type="xsd:string">?</url> | |
| </in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:boolean">?</in3> | |
| </soap:addUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="ce5a9f5f-41f9-47e2-b264-bafb36fda480" isOneWay="false" action="" name="addUser" bindingOperationName="addUser" type="Request-Response" outputName="addUserResponse1" inputName="addUserRequest1" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d7a05ef8-ae21-46fe-96b5-5a123179c26b" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteUser" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <email xsi:type="xsd:string">nd00001</email> | |
| <fullname xsi:type="xsd:string">fnnd00001 lnnd00001</fullname> | |
| <name xsi:type="xsd:string">fnnd00001</name> | |
| <url xsi:type="xsd:string"></url> | |
| </in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:credentials><con:username>admin</con:username><con:password>password</con:password><con:selectedAuthProfile>Basic</con:selectedAuthProfile><con:addedBasicAuthenticationTypes>Basic</con:addedBasicAuthenticationTypes><con:preemptive>true</con:preemptive><con:authType>Preemptive</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="0e73ec75-0f32-4999-b557-001561fa6c0b" isOneWay="false" action="" name="addUserToGroup" bindingOperationName="addUserToGroup" type="Request-Response" outputName="addUserToGroupResponse" inputName="addUserToGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3200e259-0b8c-48ef-b264-347b39e2e2af" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addUserToGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:addUserToGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/addUserToGroupRequest"/></con:call></con:operation><con:operation id="3d8f8ac5-ffea-4b8a-9d38-3db2e18d001f" isOneWay="false" action="" name="changeMyPassword" bindingOperationName="changeMyPassword" type="Request-Response" outputName="changeMyPasswordResponse" inputName="changeMyPasswordRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="ada62de4-8fa7-4e8c-a1ea-d34b8950d4bb" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:changeMyPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:changeMyPassword> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/changeMyPasswordRequest"/></con:call></con:operation><con:operation id="5b1fb96d-c605-4fb6-b572-ace0ec4ef8af" isOneWay="false" action="" name="changeUserPassword" bindingOperationName="changeUserPassword" type="Request-Response" outputName="changeUserPasswordResponse" inputName="changeUserPasswordRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3e8c7d2c-8bd7-4785-8463-74bf8bf5c649" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:changeUserPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:changeUserPassword> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/changeUserPasswordRequest"/></con:call></con:operation><con:operation id="f9e666d3-abdf-49d2-b956-8a4f350856ce" isOneWay="false" action="" name="clearIndexQueue" bindingOperationName="clearIndexQueue" type="Request-Response" outputName="clearIndexQueueResponse" inputName="clearIndexQueueRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="7e1ce20b-6a23-4f31-825a-9651c6c0b421" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:clearIndexQueue soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:clearIndexQueue> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/clearIndexQueueRequest"/></con:call></con:operation><con:operation id="0c06dd05-3e5d-463d-8f37-64405c85f352" isOneWay="false" action="" name="convertWikiToStorageFormat" bindingOperationName="convertWikiToStorageFormat" type="Request-Response" outputName="convertWikiToStorageFormatResponse" inputName="convertWikiToStorageFormatRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="96ec76fa-15ad-4f41-a573-5f945008dbc4" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:convertWikiToStorageFormat soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:convertWikiToStorageFormat> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/convertWikiToStorageFormatRequest"/></con:call></con:operation><con:operation id="369ae9a3-9ffc-4697-8820-99e928788146" isOneWay="false" action="" name="deactivateUser" bindingOperationName="deactivateUser" type="Request-Response" outputName="deactivateUserResponse" inputName="deactivateUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="49c1cb97-7dc0-45bb-bada-e72f3e7ca4e1" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:deactivateUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:deactivateUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/deactivateUserRequest"/></con:call></con:operation><con:operation id="30539513-a5b0-490e-bc39-a14cf69fd902" isOneWay="false" action="" name="editComment" bindingOperationName="editComment" type="Request-Response" outputName="editCommentResponse" inputName="editCommentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="aaebecf3-8e54-45a9-93c3-baabe3e7c631" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:editComment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteComment" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <content xsi:type="xsd:string">?</content> | |
| <created xsi:type="xsd:dateTime">?</created> | |
| <creator xsi:type="xsd:string">?</creator> | |
| <id xsi:type="xsd:long">?</id> | |
| <modified xsi:type="xsd:dateTime">?</modified> | |
| <modifier xsi:type="xsd:string">?</modifier> | |
| <pageId xsi:type="xsd:long">?</pageId> | |
| <parentId xsi:type="xsd:long">?</parentId> | |
| <title xsi:type="xsd:string">?</title> | |
| <url xsi:type="xsd:string">?</url> | |
| </in1> | |
| </soap:editComment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/editCommentRequest"/></con:call></con:operation><con:operation id="ab9d55c6-1b79-42eb-a60e-23f55efcde74" isOneWay="false" action="" name="editUser" bindingOperationName="editUser" type="Request-Response" outputName="editUserResponse" inputName="editUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f4fcfd5a-7767-487c-8848-33a4ef6a0375" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:editUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteUser" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <email xsi:type="xsd:string">?</email> | |
| <fullname xsi:type="xsd:string">?</fullname> | |
| <name xsi:type="xsd:string">?</name> | |
| <url xsi:type="xsd:string">?</url> | |
| </in1> | |
| </soap:editUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/editUserRequest"/></con:call></con:operation><con:operation id="6e6f1bc3-0915-47bd-85c8-534afecd3371" isOneWay="false" action="" name="emptyTrash" bindingOperationName="emptyTrash" type="Request-Response" outputName="emptyTrashResponse" inputName="emptyTrashRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="06c573fa-39e5-4cf2-8e79-dcf7f30e8d4a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:emptyTrash soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:emptyTrash> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/emptyTrashRequest"/></con:call></con:operation><con:operation id="8d1a8a94-bfd2-4983-b6a3-c9b507604569" isOneWay="false" action="" name="exportSite" bindingOperationName="exportSite" type="Request-Response" outputName="exportSiteResponse" inputName="exportSiteRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="04994b15-6475-4c34-96b1-c5e6db5d9570" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:exportSite soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:boolean">?</in1> | |
| </soap:exportSite> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/exportSiteRequest"/></con:call></con:operation><con:operation id="4e63ffc9-c654-4562-894e-019ef420ad77" isOneWay="false" action="" name="exportSpace" bindingOperationName="exportSpace" type="Request-Response" outputName="exportSpaceResponse" inputName="exportSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="8e894296-87a3-4203-b0e6-16f2ad050e17" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:exportSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:exportSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="2c118489-9cb7-44a2-9935-54424a014058" isOneWay="false" action="" name="exportSpace" bindingOperationName="exportSpace" type="Request-Response" outputName="exportSpaceResponse1" inputName="exportSpaceRequest1" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="ee18e0f1-dccb-4113-bb5e-6c52dbca847f" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:exportSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:boolean">?</in3> | |
| </soap:exportSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="6db3bea2-189e-464d-87a2-0a243d9ae55e" isOneWay="false" action="" name="flushIndexQueue" bindingOperationName="flushIndexQueue" type="Request-Response" outputName="flushIndexQueueResponse" inputName="flushIndexQueueRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="8203bb40-24d6-4f90-a317-1c433f479b87" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:flushIndexQueue soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:flushIndexQueue> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/flushIndexQueueRequest"/></con:call></con:operation><con:operation id="63adbbd0-28bf-491b-9250-8f02bb8a17ca" isOneWay="false" action="" name="getActiveUsers" bindingOperationName="getActiveUsers" type="Request-Response" outputName="getActiveUsersResponse" inputName="getActiveUsersRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f86dfdc7-2ccf-49ea-8c9c-b7433f9cde5c" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getActiveUsers soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:boolean">?</in1> | |
| </soap:getActiveUsers> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getActiveUsersRequest"/></con:call></con:operation><con:operation id="92e02764-eb27-4280-a506-ea5c5caf6515" isOneWay="false" action="" name="getAncestors" bindingOperationName="getAncestors" type="Request-Response" outputName="getAncestorsResponse" inputName="getAncestorsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f461af37-c4ce-45c6-a572-d779665d48a4" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getAncestors soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getAncestors> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getAncestorsRequest"/></con:call></con:operation><con:operation id="cc0a4299-7b3b-4d3a-a1b2-e518b6595194" isOneWay="false" action="" name="getAttachment" bindingOperationName="getAttachment" type="Request-Response" outputName="getAttachmentResponse" inputName="getAttachmentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="42b01ec5-b583-4e83-a341-9a3165f8a401" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:int">?</in3> | |
| </soap:getAttachment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getAttachmentRequest"/></con:call></con:operation><con:operation id="ec6bf35e-e2c8-4a1f-93d6-9a49b9538691" isOneWay="false" action="" name="getAttachmentData" bindingOperationName="getAttachmentData" type="Request-Response" outputName="getAttachmentDataResponse" inputName="getAttachmentDataRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="be535f54-de90-4ba9-ba91-84a2d9a2d405" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getAttachmentData soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:int">?</in3> | |
| </soap:getAttachmentData> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getAttachmentDataRequest"/></con:call></con:operation><con:operation id="0f9e594d-4601-4c47-b426-5f053758c26f" isOneWay="false" action="" name="getAttachments" bindingOperationName="getAttachments" type="Request-Response" outputName="getAttachmentsResponse" inputName="getAttachmentsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="b7c09d23-f1fc-4202-b105-87186c1268e4" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getAttachments soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getAttachments> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getAttachmentsRequest"/></con:call></con:operation><con:operation id="8f34e65b-ff3e-4519-a4b2-50a1e4d8a97e" isOneWay="false" action="" name="getBlogEntries" bindingOperationName="getBlogEntries" type="Request-Response" outputName="getBlogEntriesResponse" inputName="getBlogEntriesRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="6ab656ea-50a3-4a83-8002-e406e9f661a3" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getBlogEntries soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getBlogEntries> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getBlogEntriesRequest"/></con:call></con:operation><con:operation id="fdeada18-2c6c-4f82-bae2-9aefea0022b3" isOneWay="false" action="" name="getBlogEntry" bindingOperationName="getBlogEntry" type="Request-Response" outputName="getBlogEntryResponse" inputName="getBlogEntryRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="7dcdb220-de92-471b-ac62-1e0f25c94400" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getBlogEntry soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getBlogEntry> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getBlogEntryRequest"/></con:call></con:operation><con:operation id="931e1a25-4bdd-4e43-8f3f-6699a162c7d0" isOneWay="false" action="" name="getBlogEntryByDateAndTitle" bindingOperationName="getBlogEntryByDateAndTitle" type="Request-Response" outputName="getBlogEntryByDateAndTitleResponse" inputName="getBlogEntryByDateAndTitleRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="60d40bfc-4379-4999-9b40-26ea48e0503e" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getBlogEntryByDateAndTitle soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| <in3 xsi:type="xsd:int">?</in3> | |
| <in4 xsi:type="xsd:int">?</in4> | |
| <in5 xsi:type="xsd:string">?</in5> | |
| </soap:getBlogEntryByDateAndTitle> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getBlogEntryByDateAndTitleRequest"/></con:call></con:operation><con:operation id="a5a73635-07d0-451d-bdc2-2b81fa6619de" isOneWay="false" action="" name="getBlogEntryByDayAndTitle" bindingOperationName="getBlogEntryByDayAndTitle" type="Request-Response" outputName="getBlogEntryByDayAndTitleResponse" inputName="getBlogEntryByDayAndTitleRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="c991b0d9-1666-4847-afcb-5b4c56fb8723" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getBlogEntryByDayAndTitle soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:getBlogEntryByDayAndTitle> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getBlogEntryByDayAndTitleRequest"/></con:call></con:operation><con:operation id="eefe29ab-dc20-4ac7-82ee-d0d144b8b244" isOneWay="false" action="" name="getChildren" bindingOperationName="getChildren" type="Request-Response" outputName="getChildrenResponse" inputName="getChildrenRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3b95c82e-9142-4b36-b3e9-10aceb6f5649" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getChildren soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getChildren> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getChildrenRequest"/></con:call></con:operation><con:operation id="a1e70e51-6d68-4c00-b831-2847e288ef96" isOneWay="false" action="" name="getClusterInformation" bindingOperationName="getClusterInformation" type="Request-Response" outputName="getClusterInformationResponse" inputName="getClusterInformationRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f8e234d5-d4d4-4652-b799-4e242a9c7a66" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getClusterInformation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:getClusterInformation> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getClusterInformationRequest"/></con:call></con:operation><con:operation id="bd6722d8-7511-4722-b6ac-9a457715259e" isOneWay="false" action="" name="getClusterNodeStatuses" bindingOperationName="getClusterNodeStatuses" type="Request-Response" outputName="getClusterNodeStatusesResponse" inputName="getClusterNodeStatusesRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="6f0222c4-4315-4d21-9081-ae763f8b7fb3" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getClusterNodeStatuses soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:getClusterNodeStatuses> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getClusterNodeStatusesRequest"/></con:call></con:operation><con:operation id="991082af-2f8e-4256-a097-d3eff094cbeb" isOneWay="false" action="" name="getComment" bindingOperationName="getComment" type="Request-Response" outputName="getCommentResponse" inputName="getCommentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1f4532a1-eacd-4242-a38f-912ec6a58d18" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getComment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getComment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getCommentRequest"/></con:call></con:operation><con:operation id="df04f350-eb05-4c7b-9771-5c36e73e5d1f" isOneWay="false" action="" name="getComments" bindingOperationName="getComments" type="Request-Response" outputName="getCommentsResponse" inputName="getCommentsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f9f560f7-bc7f-4506-997f-d6b65d88326d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getComments soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getComments> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getCommentsRequest"/></con:call></con:operation><con:operation id="659174e5-cfc2-4891-a54c-8c8afc545e8e" isOneWay="false" action="" name="getContentPermissionSet" bindingOperationName="getContentPermissionSet" type="Request-Response" outputName="getContentPermissionSetResponse" inputName="getContentPermissionSetRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="0066304e-5d0f-49da-b1c7-4349fe35f78f" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getContentPermissionSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getContentPermissionSet> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getContentPermissionSetRequest"/></con:call></con:operation><con:operation id="2942803a-7acb-452c-8daa-b1cd03a5780b" isOneWay="false" action="" name="getContentPermissionSets" bindingOperationName="getContentPermissionSets" type="Request-Response" outputName="getContentPermissionSetsResponse" inputName="getContentPermissionSetsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="c8507380-ee62-452c-bbd9-8337edd16d2c" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getContentPermissionSets soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getContentPermissionSets> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getContentPermissionSetsRequest"/></con:call></con:operation><con:operation id="1e9b4ddc-8ef2-4758-afd9-390d1270821a" isOneWay="false" action="" name="getDescendents" bindingOperationName="getDescendents" type="Request-Response" outputName="getDescendentsResponse" inputName="getDescendentsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="8aecc08f-90e5-422c-910b-bc30c7ec8d18" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getDescendents soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getDescendents> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getDescendentsRequest"/></con:call></con:operation><con:operation id="3ddd9c65-c6de-47fe-a54d-bd0966bab21e" isOneWay="false" action="" name="getGroups" bindingOperationName="getGroups" type="Request-Response" outputName="getGroupsResponse" inputName="getGroupsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="6f916427-4fac-4673-b7c1-957d92ec2c1d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getGroups soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:getGroups> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getGroupsRequest"/></con:call></con:operation><con:operation id="958b485b-7a93-47d1-b50e-7f478bbcc584" isOneWay="false" action="" name="getLabelContentById" bindingOperationName="getLabelContentById" type="Request-Response" outputName="getLabelContentByIdResponse" inputName="getLabelContentByIdRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="0f3ce9e9-1ccd-4dca-80ed-ae73057685c2" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getLabelContentById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getLabelContentById> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getLabelContentByIdRequest"/></con:call></con:operation><con:operation id="f4e94935-a107-4bd4-9196-2a35b2d6354c" isOneWay="false" action="" name="getLabelContentByName" bindingOperationName="getLabelContentByName" type="Request-Response" outputName="getLabelContentByNameResponse" inputName="getLabelContentByNameRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1616b377-a2e7-4179-a6c2-043584c06b3c" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getLabelContentByName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getLabelContentByName> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getLabelContentByNameRequest"/></con:call></con:operation><con:operation id="5ba98f1a-218b-4993-b391-65f89ce44652" isOneWay="false" action="" name="getLabelContentByObject" bindingOperationName="getLabelContentByObject" type="Request-Response" outputName="getLabelContentByObjectResponse" inputName="getLabelContentByObjectRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="85ee9349-bf52-4063-b450-da695236ea02" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getLabelContentByObject soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteLabel" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <id xsi:type="xsd:long">?</id> | |
| <name xsi:type="xsd:string">?</name> | |
| <namespace xsi:type="xsd:string">?</namespace> | |
| <owner xsi:type="xsd:string">?</owner> | |
| </in1> | |
| </soap:getLabelContentByObject> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getLabelContentByObjectRequest"/></con:call></con:operation><con:operation id="4cf8f026-5dc6-45dc-a1db-aa283bd81e31" isOneWay="false" action="" name="getLabelsByDetail" bindingOperationName="getLabelsByDetail" type="Request-Response" outputName="getLabelsByDetailResponse" inputName="getLabelsByDetailRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="da566998-6b7e-4bcc-9303-bbb88878e261" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getLabelsByDetail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| <in4 xsi:type="xsd:string">?</in4> | |
| </soap:getLabelsByDetail> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getLabelsByDetailRequest"/></con:call></con:operation><con:operation id="5da4976a-10d7-4b29-ac39-9d54aeccae0b" isOneWay="false" action="" name="getLabelsById" bindingOperationName="getLabelsById" type="Request-Response" outputName="getLabelsByIdResponse" inputName="getLabelsByIdRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="b3618b5a-1a3b-4d53-9421-14ce76143b4c" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getLabelsById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getLabelsById> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getLabelsByIdRequest"/></con:call></con:operation><con:operation id="69b78239-b366-4283-9e91-4c9fda5cb100" isOneWay="false" action="" name="getMostPopularLabels" bindingOperationName="getMostPopularLabels" type="Request-Response" outputName="getMostPopularLabelsResponse" inputName="getMostPopularLabelsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="7391b722-4c31-4ae9-9d8a-4c5af0bbbdd4" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getMostPopularLabels soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:int">?</in1> | |
| </soap:getMostPopularLabels> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getMostPopularLabelsRequest"/></con:call></con:operation><con:operation id="234c39b7-791a-4d96-8ddd-a809e0dad5ef" isOneWay="false" action="" name="getMostPopularLabelsInSpace" bindingOperationName="getMostPopularLabelsInSpace" type="Request-Response" outputName="getMostPopularLabelsInSpaceResponse" inputName="getMostPopularLabelsInSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="26d4fa02-db23-4164-b05a-3a4e8bf51138" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getMostPopularLabelsInSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| </soap:getMostPopularLabelsInSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getMostPopularLabelsInSpaceRequest"/></con:call></con:operation><con:operation id="7740779d-543d-4056-bc57-b3becb7b1616" isOneWay="false" action="" name="getPage" bindingOperationName="getPage" type="Request-Response" outputName="getPageResponse" inputName="getPageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="bd4752a6-cdd7-4cde-9127-94bc55ac4724" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getPage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="6e625508-b6e2-436a-bb78-f15e9c64ea6a" isOneWay="false" action="" name="getPage" bindingOperationName="getPage" type="Request-Response" outputName="getPageResponse1" inputName="getPageRequest1" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="7632ba8c-c2a9-4d39-b2fb-3798a2889be2" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getPage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="90676ee6-7033-4098-abfb-93c3a47bc981" isOneWay="false" action="" name="getPageHistory" bindingOperationName="getPageHistory" type="Request-Response" outputName="getPageHistoryResponse" inputName="getPageHistoryRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="bf182edd-1e42-4ff3-b9f9-429efec0a31a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPageHistory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getPageHistory> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getPageHistoryRequest"/></con:call></con:operation><con:operation id="34e544d9-0b84-4c7c-8ab4-9f46ca5489ea" isOneWay="false" action="" name="getPagePermissions" bindingOperationName="getPagePermissions" type="Request-Response" outputName="getPagePermissionsResponse" inputName="getPagePermissionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="77308a1a-b872-4801-9840-31e523a05195" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPagePermissions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getPagePermissions> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getPagePermissionsRequest"/></con:call></con:operation><con:operation id="a446effd-d467-4853-818f-e97538480e36" isOneWay="false" action="" name="getPages" bindingOperationName="getPages" type="Request-Response" outputName="getPagesResponse" inputName="getPagesRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="10eb5bbc-e0aa-48b7-a265-39f3ab007b11" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPages soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getPages> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getPagesRequest"/></con:call></con:operation><con:operation id="c72391ae-9ce5-4c5f-ab10-74d325f1cece" isOneWay="false" action="" name="getPageSummary" bindingOperationName="getPageSummary" type="Request-Response" outputName="getPageSummaryResponse" inputName="getPageSummaryRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="e8d47acb-deee-4652-a0df-ac722e5e8a20" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPageSummary soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getPageSummary> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="ceef9d28-40f3-40e9-9311-eb3d28e0f799" isOneWay="false" action="" name="getPageSummary" bindingOperationName="getPageSummary" type="Request-Response" outputName="getPageSummaryResponse1" inputName="getPageSummaryRequest1" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="83d159c4-c5f8-432a-a5a5-ee7d8e8a44b4" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPageSummary soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getPageSummary> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="8128538c-497f-40b7-bb57-290e44fa0aa1" isOneWay="false" action="" name="getPermissions" bindingOperationName="getPermissions" type="Request-Response" outputName="getPermissionsResponse" inputName="getPermissionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="2d0ce6fc-ef79-43ab-9e28-bd25585c01a2" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPermissions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getPermissions> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getPermissionsRequest"/></con:call></con:operation><con:operation id="c6168de9-98cc-4464-80fb-ed1f2d45cde4" isOneWay="false" action="" name="getPermissionsForUser" bindingOperationName="getPermissionsForUser" type="Request-Response" outputName="getPermissionsForUserResponse" inputName="getPermissionsForUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1b797c35-b4c4-451e-ba3c-4567ea906d81" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getPermissionsForUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getPermissionsForUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getPermissionsForUserRequest"/></con:call></con:operation><con:operation id="61f2d8c7-b122-45a4-b0ff-fe75f66b9cd8" isOneWay="false" action="" name="getRecentlyUsedLabels" bindingOperationName="getRecentlyUsedLabels" type="Request-Response" outputName="getRecentlyUsedLabelsResponse" inputName="getRecentlyUsedLabelsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="76ca87a1-f038-454b-8856-fdd5ede30969" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getRecentlyUsedLabels soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:int">?</in1> | |
| </soap:getRecentlyUsedLabels> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getRecentlyUsedLabelsRequest"/></con:call></con:operation><con:operation id="5bdf0342-325e-464e-8473-459e26bb7c21" isOneWay="false" action="" name="getRecentlyUsedLabelsInSpace" bindingOperationName="getRecentlyUsedLabelsInSpace" type="Request-Response" outputName="getRecentlyUsedLabelsInSpaceResponse" inputName="getRecentlyUsedLabelsInSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="467890ad-5ddb-4602-8bb3-df8354c7b6c3" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getRecentlyUsedLabelsInSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| </soap:getRecentlyUsedLabelsInSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getRecentlyUsedLabelsInSpaceRequest"/></con:call></con:operation><con:operation id="7f459e09-fb6a-4045-aabc-e2c1e609428f" isOneWay="false" action="" name="getRelatedLabels" bindingOperationName="getRelatedLabels" type="Request-Response" outputName="getRelatedLabelsResponse" inputName="getRelatedLabelsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3c1f5c39-137e-4ea3-af43-56558244e1c8" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getRelatedLabels soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| </soap:getRelatedLabels> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getRelatedLabelsRequest"/></con:call></con:operation><con:operation id="79d9dbb7-fa81-4997-a645-0724b9084d57" isOneWay="false" action="" name="getRelatedLabelsInSpace" bindingOperationName="getRelatedLabelsInSpace" type="Request-Response" outputName="getRelatedLabelsInSpaceResponse" inputName="getRelatedLabelsInSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="eb1719be-119d-4169-9a28-f7f770fd7915" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getRelatedLabelsInSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:int">?</in3> | |
| </soap:getRelatedLabelsInSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getRelatedLabelsInSpaceRequest"/></con:call></con:operation><con:operation id="8ddee044-2798-438e-91e6-98866c3af7ae" isOneWay="false" action="" name="getServerInfo" bindingOperationName="getServerInfo" type="Request-Response" outputName="getServerInfoResponse" inputName="getServerInfoRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3832e0d9-a55c-4584-a523-12fef9861e85" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getServerInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:getServerInfo> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getServerInfoRequest"/></con:call></con:operation><con:operation id="7c3ced31-03b3-4909-996f-55f05c396973" isOneWay="false" action="" name="getSpace" bindingOperationName="getSpace" type="Request-Response" outputName="getSpaceResponse" inputName="getSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="a3bd160a-a43b-47f2-9d61-9b4d8ef85cb7" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpaceRequest"/></con:call></con:operation><con:operation id="5eb74a90-29f8-4d84-a47d-632627a88d72" isOneWay="false" action="" name="getSpaceGroup" bindingOperationName="getSpaceGroup" type="Request-Response" outputName="getSpaceGroupResponse" inputName="getSpaceGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="66add984-d3eb-46c6-a70b-737a8b228a00" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpaceGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getSpaceGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpaceGroupRequest"/></con:call></con:operation><con:operation id="9a997bd8-db81-4f42-ba6f-9fad2e6f80b7" isOneWay="false" action="" name="getSpaceGroups" bindingOperationName="getSpaceGroups" type="Request-Response" outputName="getSpaceGroupsResponse" inputName="getSpaceGroupsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="ada1f29c-be6e-4851-bf7e-4fb99042911d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpaceGroups soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:getSpaceGroups> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpaceGroupsRequest"/></con:call></con:operation><con:operation id="ed34ef77-9808-40c1-809e-b515876865e8" isOneWay="false" action="" name="getSpaceLevelPermissions" bindingOperationName="getSpaceLevelPermissions" type="Request-Response" outputName="getSpaceLevelPermissionsResponse" inputName="getSpaceLevelPermissionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="29e9839e-a304-4903-9994-14377f2fa179" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpaceLevelPermissions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:getSpaceLevelPermissions> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpaceLevelPermissionsRequest"/></con:call></con:operation><con:operation id="0ea8b1fa-b119-47b5-ba7e-ac3073805a07" isOneWay="false" action="" name="getSpacePermissionSet" bindingOperationName="getSpacePermissionSet" type="Request-Response" outputName="getSpacePermissionSetResponse" inputName="getSpacePermissionSetRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1938f063-69ef-4c95-bb3a-f13e028b3f3a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpacePermissionSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getSpacePermissionSet> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpacePermissionSetRequest"/></con:call></con:operation><con:operation id="a2acf620-0127-45a0-b75c-3b9809cb3a8e" isOneWay="false" action="" name="getSpacePermissionSets" bindingOperationName="getSpacePermissionSets" type="Request-Response" outputName="getSpacePermissionSetsResponse" inputName="getSpacePermissionSetsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="54ed38c6-b411-477a-95a3-35ad90b501d0" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpacePermissionSets soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getSpacePermissionSets> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpacePermissionSetsRequest"/></con:call></con:operation><con:operation id="d42e60fa-a48e-4a43-803f-e014527472c9" isOneWay="false" action="" name="getSpaces" bindingOperationName="getSpaces" type="Request-Response" outputName="getSpacesResponse" inputName="getSpacesRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="e525183d-e8ca-4168-9563-ca3d29d45957" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpaces soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:getSpaces> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpacesRequest"/></con:call></con:operation><con:operation id="af8e42da-f65d-48ab-93f0-00faff2d2479" isOneWay="false" action="" name="getSpacesContainingContentWithLabel" bindingOperationName="getSpacesContainingContentWithLabel" type="Request-Response" outputName="getSpacesContainingContentWithLabelResponse" inputName="getSpacesContainingContentWithLabelRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="307baddb-bfde-4302-b508-97e19b2d30ac" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpacesContainingContentWithLabel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getSpacesContainingContentWithLabel> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpacesContainingContentWithLabelRequest"/></con:call></con:operation><con:operation id="65b56eb9-5be4-4994-978a-328e6807c38d" isOneWay="false" action="" name="getSpacesInGroup" bindingOperationName="getSpacesInGroup" type="Request-Response" outputName="getSpacesInGroupResponse" inputName="getSpacesInGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="35d5d9b1-5907-4b82-a091-6f3b1d502eba" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpacesInGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getSpacesInGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpacesInGroupRequest"/></con:call></con:operation><con:operation id="46255d77-3856-4ff1-98cc-dba271a4ac68" isOneWay="false" action="" name="getSpaceStatus" bindingOperationName="getSpaceStatus" type="Request-Response" outputName="getSpaceStatusResponse" inputName="getSpaceStatusRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="924c4fef-a670-4b61-8d54-cf9dcde15ba5" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpaceStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getSpaceStatus> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpaceStatusRequest"/></con:call></con:operation><con:operation id="6c36942b-476b-464e-bda0-512408caa6ac" isOneWay="false" action="" name="getSpacesWithLabel" bindingOperationName="getSpacesWithLabel" type="Request-Response" outputName="getSpacesWithLabelResponse" inputName="getSpacesWithLabelRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1e1da26e-1629-42e6-93bb-d20af67b8d5a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getSpacesWithLabel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getSpacesWithLabel> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getSpacesWithLabelRequest"/></con:call></con:operation><con:operation id="1e3a8cc0-7e82-4c99-8dfa-ac9c3d268b33" isOneWay="false" action="" name="getTopLevelPages" bindingOperationName="getTopLevelPages" type="Request-Response" outputName="getTopLevelPagesResponse" inputName="getTopLevelPagesRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="fd99ca53-d9a5-406e-8445-b9cba3bc771b" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getTopLevelPages soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getTopLevelPages> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getTopLevelPagesRequest"/></con:call></con:operation><con:operation id="8d52fa4f-0f7b-439e-a028-dc33384ad939" isOneWay="false" action="" name="getTrashContents" bindingOperationName="getTrashContents" type="Request-Response" outputName="getTrashContentsResponse" inputName="getTrashContentsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="97c0350e-ab13-44a1-97c5-e20760cef1fd" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getTrashContents soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| <in3 xsi:type="xsd:int">?</in3> | |
| </soap:getTrashContents> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getTrashContentsRequest"/></con:call></con:operation><con:operation id="80498b86-6d14-407e-8de2-ed8aeff151b3" isOneWay="false" action="" name="getUser" bindingOperationName="getUser" type="Request-Response" outputName="getUserResponse" inputName="getUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="181d5eef-f9d3-4733-9930-16762c4bfedf" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserRequest"/></con:call></con:operation><con:operation id="d3507db5-c675-4129-ab63-fe548a2fee56" isOneWay="false" action="" name="getUserByKey" bindingOperationName="getUserByKey" type="Request-Response" outputName="getUserByKeyResponse" inputName="getUserByKeyRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="81cfcab0-36ad-4bf2-bcc8-b86b682b1f67" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUserByKey soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getUserByKey> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserByKeyRequest"/></con:call></con:operation><con:operation id="cbd907f0-32b6-4bfd-88d6-58f2ab8099f7" isOneWay="false" action="" name="getUserByName" bindingOperationName="getUserByName" type="Request-Response" outputName="getUserByNameResponse" inputName="getUserByNameRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f4e6341f-5b2b-4342-a966-75a9c090d15d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUserByName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getUserByName> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserByNameRequest"/></con:call></con:operation><con:operation id="3a4d3f3c-a823-43b3-aac2-2e5873b0aae6" isOneWay="false" action="" name="getUserGroups" bindingOperationName="getUserGroups" type="Request-Response" outputName="getUserGroupsResponse" inputName="getUserGroupsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="c6ca85b7-4e80-4b7c-9308-67f9184f7a6e" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUserGroups soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getUserGroups> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserGroupsRequest"/></con:call></con:operation><con:operation id="2ca38fb8-f810-491d-b1d9-396a910e138c" isOneWay="false" action="" name="getUserInformation" bindingOperationName="getUserInformation" type="Request-Response" outputName="getUserInformationResponse" inputName="getUserInformationRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="6fbc7437-0607-4807-940a-f72bae305885" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUserInformation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getUserInformation> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserInformationRequest"/></con:call></con:operation><con:operation id="e752cabc-8da0-4965-b30f-b9bd2b1ba927" isOneWay="false" action="" name="getUserPreferenceBoolean" bindingOperationName="getUserPreferenceBoolean" type="Request-Response" outputName="getUserPreferenceBooleanResponse" inputName="getUserPreferenceBooleanRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="bd49bec1-0f91-419a-8c8f-524e4b33967c" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUserPreferenceBoolean soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getUserPreferenceBoolean> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserPreferenceBooleanRequest"/></con:call></con:operation><con:operation id="7fb4a18c-fded-4e06-bc85-7211e5f4db48" isOneWay="false" action="" name="getUserPreferenceLong" bindingOperationName="getUserPreferenceLong" type="Request-Response" outputName="getUserPreferenceLongResponse" inputName="getUserPreferenceLongRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="28d38594-7e01-4a17-a312-d96bdf7fa382" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUserPreferenceLong soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getUserPreferenceLong> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserPreferenceLongRequest"/></con:call></con:operation><con:operation id="3ed5f8c3-839e-45c6-8e47-36b738a51450" isOneWay="false" action="" name="getUserPreferenceString" bindingOperationName="getUserPreferenceString" type="Request-Response" outputName="getUserPreferenceStringResponse" inputName="getUserPreferenceStringRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="5f30afda-52e5-47f7-95b1-936e4632509f" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getUserPreferenceString soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:getUserPreferenceString> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getUserPreferenceStringRequest"/></con:call></con:operation><con:operation id="3476b16d-091a-4d98-bb67-3bc5a3fe823f" isOneWay="false" action="" name="getWatchersForPage" bindingOperationName="getWatchersForPage" type="Request-Response" outputName="getWatchersForPageResponse" inputName="getWatchersForPageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="4d48af19-ed9d-4b8d-8b67-df2250fe6cdd" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getWatchersForPage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:getWatchersForPage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getWatchersForPageRequest"/></con:call></con:operation><con:operation id="7e100f31-421e-4a64-8b9b-207310ceaa78" isOneWay="false" action="" name="getWatchersForSpace" bindingOperationName="getWatchersForSpace" type="Request-Response" outputName="getWatchersForSpaceResponse" inputName="getWatchersForSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d8d656cd-3aac-4a6f-9715-65c1a7fd47d7" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:getWatchersForSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:getWatchersForSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/getWatchersForSpaceRequest"/></con:call></con:operation><con:operation id="27aa9e3c-9052-447b-b1a3-e38101254870" isOneWay="false" action="" name="hasGroup" bindingOperationName="hasGroup" type="Request-Response" outputName="hasGroupResponse" inputName="hasGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="a24dade5-eb6d-42bc-9198-bdbe43dc31c9" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:hasGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:hasGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/hasGroupRequest"/></con:call></con:operation><con:operation id="e8c2c928-a0c0-44bb-ad48-f4d6960a9ce0" isOneWay="false" action="" name="hasUser" bindingOperationName="hasUser" type="Request-Response" outputName="hasUserResponse" inputName="hasUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="39116461-1d1e-4f0d-8bcb-b4f41d0e7368" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:hasUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:hasUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/hasUserRequest"/></con:call></con:operation><con:operation id="23e55c34-f37a-48b4-a212-96eaa4b3d821" isOneWay="false" action="" name="importSpace" bindingOperationName="importSpace" type="Request-Response" outputName="importSpaceResponse" inputName="importSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="b798dfe2-f540-4e0e-b035-8d14dc88ed56" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:importSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:base64Binary">cid:74852075166</in1> | |
| </soap:importSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/importSpaceRequest"/></con:call></con:operation><con:operation id="a938dc3c-78a3-4fb3-943c-9e937a4985ac" isOneWay="false" action="" name="installPlugin" bindingOperationName="installPlugin" type="Request-Response" outputName="installPluginResponse" inputName="installPluginRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="213d909d-53d7-4f0a-8511-e28663054c8f" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:installPlugin soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:base64Binary">cid:1399545232557</in2> | |
| </soap:installPlugin> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/installPluginRequest"/></con:call></con:operation><con:operation id="de1ede0a-9beb-4c2e-90d3-02ffb9fed378" isOneWay="false" action="" name="isActiveUser" bindingOperationName="isActiveUser" type="Request-Response" outputName="isActiveUserResponse" inputName="isActiveUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d0891ecc-57c1-4eab-96d6-13c50048c1a6" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:isActiveUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:isActiveUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/isActiveUserRequest"/></con:call></con:operation><con:operation id="8b371950-b9fc-442e-8ece-6de4623b21d3" isOneWay="false" action="" name="isDarkFeatureEnabled" bindingOperationName="isDarkFeatureEnabled" type="Request-Response" outputName="isDarkFeatureEnabledResponse" inputName="isDarkFeatureEnabledRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="240ab7c0-3401-46d2-af22-0b5bdf19719e" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:isDarkFeatureEnabled soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:isDarkFeatureEnabled> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/isDarkFeatureEnabledRequest"/></con:call></con:operation><con:operation id="c38ef40e-7b0d-43a3-a6b5-ec92cf243fe1" isOneWay="false" action="" name="isPluginEnabled" bindingOperationName="isPluginEnabled" type="Request-Response" outputName="isPluginEnabledResponse" inputName="isPluginEnabledRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="2f5637f7-3f35-4717-901c-e7080a557b7c" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:isPluginEnabled soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:isPluginEnabled> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/isPluginEnabledRequest"/></con:call></con:operation><con:operation id="99e25780-602c-406d-ae9e-724d7f32db9e" isOneWay="false" action="" name="isPluginInstalled" bindingOperationName="isPluginInstalled" type="Request-Response" outputName="isPluginInstalledResponse" inputName="isPluginInstalledRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1533baa5-84b3-42ae-9d51-695a20b10a3b" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:isPluginInstalled soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:isPluginInstalled> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/isPluginInstalledRequest"/></con:call></con:operation><con:operation id="1c3f07a8-9f42-451a-b771-33cca56d26d4" isOneWay="false" action="" name="isWatchingPage" bindingOperationName="isWatchingPage" type="Request-Response" outputName="isWatchingPageResponse" inputName="isWatchingPageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d526e9a1-6619-407b-9527-602c9c8d2206" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:isWatchingPage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:isWatchingPage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/isWatchingPageRequest"/></con:call></con:operation><con:operation id="17694b0f-71cb-43ed-a0a6-c0ef5379047c" isOneWay="false" action="" name="isWatchingSpace" bindingOperationName="isWatchingSpace" type="Request-Response" outputName="isWatchingSpaceResponse" inputName="isWatchingSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="46d3a38c-cc92-43ef-8895-dc5dfd41e66a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:isWatchingSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:isWatchingSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/isWatchingSpaceRequest"/></con:call></con:operation><con:operation id="546ba44c-b94a-41b7-bd87-44aa8b616bb1" isOneWay="false" action="" name="isWatchingSpaceForType" bindingOperationName="isWatchingSpaceForType" type="Request-Response" outputName="isWatchingSpaceForTypeResponse" inputName="isWatchingSpaceForTypeRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="5c7d4370-caf1-4f62-a9e8-db8a7fa9f7d7" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:isWatchingSpaceForType soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:isWatchingSpaceForType> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/isWatchingSpaceForTypeRequest"/></con:call></con:operation><con:operation id="29e62248-83e3-4dcb-84e6-aa79aba74972" isOneWay="false" action="" name="login" bindingOperationName="login" type="Request-Response" outputName="loginResponse" inputName="loginRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="166f2188-635a-4724-aa4e-ced0a5555d4e" name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:login soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">admin</in0> | |
| <in1 xsi:type="xsd:string">password</in1> | |
| </soap:login> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/loginRequest"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation id="85e10766-6975-4529-9240-d3043777044a" isOneWay="false" action="" name="logout" bindingOperationName="logout" type="Request-Response" outputName="logoutResponse" inputName="logoutRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3a3b709f-115e-47f2-9c54-167162dbfa8d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:logout soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:logout> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/logoutRequest"/></con:call></con:operation><con:operation id="a5e53efd-ae6e-4e38-a936-3918f0f2492a" isOneWay="false" action="" name="moveAttachment" bindingOperationName="moveAttachment" type="Request-Response" outputName="moveAttachmentResponse" inputName="moveAttachmentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="47169c4a-bdd9-41fb-9c3d-17820a49641f" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:moveAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:long">?</in3> | |
| <in4 xsi:type="xsd:string">?</in4> | |
| </soap:moveAttachment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/moveAttachmentRequest"/></con:call></con:operation><con:operation id="0fac8fd5-1af9-4ab2-9474-09cf01fc9dab" isOneWay="false" action="" name="movePage" bindingOperationName="movePage" type="Request-Response" outputName="movePageResponse" inputName="movePageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="207ae141-43f0-453a-9ef2-623057cc8167" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:movePage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:movePage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/movePageRequest"/></con:call></con:operation><con:operation id="1fd68bc4-3bfb-4cab-b647-a14ce5fc9199" isOneWay="false" action="" name="movePageToTopLevel" bindingOperationName="movePageToTopLevel" type="Request-Response" outputName="movePageToTopLevelResponse" inputName="movePageToTopLevelRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="fa713694-89cf-4173-b6af-2ba548483b61" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:movePageToTopLevel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:movePageToTopLevel> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/movePageToTopLevelRequest"/></con:call></con:operation><con:operation id="12f40b16-0e82-46c4-9ca5-ef8aadc003af" isOneWay="false" action="" name="performBackup" bindingOperationName="performBackup" type="Request-Response" outputName="performBackupResponse" inputName="performBackupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9f7be426-83e4-4149-81a1-bf96ad43bf5c" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:performBackup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:boolean">?</in1> | |
| </soap:performBackup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/performBackupRequest"/></con:call></con:operation><con:operation id="838e6123-189d-4921-bdc0-9b15f089ffd3" isOneWay="false" action="" name="purgeFromTrash" bindingOperationName="purgeFromTrash" type="Request-Response" outputName="purgeFromTrashResponse" inputName="purgeFromTrashRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="800dc582-2418-4e3f-84aa-ca8ef280a2ee" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:purgeFromTrash soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| </soap:purgeFromTrash> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/purgeFromTrashRequest"/></con:call></con:operation><con:operation id="87d9f146-332e-41e4-804b-c9af47cba326" isOneWay="false" action="" name="reactivateUser" bindingOperationName="reactivateUser" type="Request-Response" outputName="reactivateUserResponse" inputName="reactivateUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="e4eee8c7-f716-4648-9754-073f1455fe60" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:reactivateUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:reactivateUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/reactivateUserRequest"/></con:call></con:operation><con:operation id="02edba05-61ff-460b-8de0-2c5a89f5e02e" isOneWay="false" action="" name="recoverMainIndex" bindingOperationName="recoverMainIndex" type="Request-Response" outputName="recoverMainIndexResponse" inputName="recoverMainIndexRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="cd69051b-228d-4c5f-849e-e24a5c102874" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:recoverMainIndex soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:recoverMainIndex> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/recoverMainIndexRequest"/></con:call></con:operation><con:operation id="af9e03e2-802f-4a93-ae30-a3699e716a20" isOneWay="false" action="" name="removeAllPermissionsForGroup" bindingOperationName="removeAllPermissionsForGroup" type="Request-Response" outputName="removeAllPermissionsForGroupResponse" inputName="removeAllPermissionsForGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="ead8e0d8-6b28-4c6b-8198-a4e431698c61" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeAllPermissionsForGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:removeAllPermissionsForGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeAllPermissionsForGroupRequest"/></con:call></con:operation><con:operation id="bb5ff69f-519a-4752-a001-a57f80a623d2" isOneWay="false" action="" name="removeAnonymousPermissionFromSpace" bindingOperationName="removeAnonymousPermissionFromSpace" type="Request-Response" outputName="removeAnonymousPermissionFromSpaceResponse" inputName="removeAnonymousPermissionFromSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3214db5e-a7b1-4b93-96f5-7953f6bc9802" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeAnonymousPermissionFromSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:removeAnonymousPermissionFromSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeAnonymousPermissionFromSpaceRequest"/></con:call></con:operation><con:operation id="c7c9ece1-765d-4832-9782-af0fa5e607f9" isOneWay="false" action="" name="removeAnonymousUsePermission" bindingOperationName="removeAnonymousUsePermission" type="Request-Response" outputName="removeAnonymousUsePermissionResponse" inputName="removeAnonymousUsePermissionRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="fa8b234c-2f4c-49a2-bf48-ccaa5b381736" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeAnonymousUsePermission soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:removeAnonymousUsePermission> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeAnonymousUsePermissionRequest"/></con:call></con:operation><con:operation id="7cfcebd5-8259-46cf-ad23-42a9946a4b6b" isOneWay="false" action="" name="removeAnonymousViewUserProfilePermission" bindingOperationName="removeAnonymousViewUserProfilePermission" type="Request-Response" outputName="removeAnonymousViewUserProfilePermissionResponse" inputName="removeAnonymousViewUserProfilePermissionRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="5c6105bf-f742-47fb-819a-411e370e8f7a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeAnonymousViewUserProfilePermission soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| </soap:removeAnonymousViewUserProfilePermission> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeAnonymousViewUserProfilePermissionRequest"/></con:call></con:operation><con:operation id="1c04f467-460f-461e-821f-4f6c373788d7" isOneWay="false" action="" name="removeAttachment" bindingOperationName="removeAttachment" type="Request-Response" outputName="removeAttachmentResponse" inputName="removeAttachmentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9fbc839b-a547-463f-b274-3d2a2dce409d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:removeAttachment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeAttachmentRequest"/></con:call></con:operation><con:operation id="45022347-ddc6-448c-acd2-9e4ffe11d702" isOneWay="false" action="" name="removeComment" bindingOperationName="removeComment" type="Request-Response" outputName="removeCommentResponse" inputName="removeCommentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="7ad13a5b-343c-43af-b802-26824c89d5a9" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeComment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:removeComment> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeCommentRequest"/></con:call></con:operation><con:operation id="ec281514-3e22-4ce0-9864-e4cc806ebb85" isOneWay="false" action="" name="removeGlobalPermission" bindingOperationName="removeGlobalPermission" type="Request-Response" outputName="removeGlobalPermissionResponse" inputName="removeGlobalPermissionRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="932d10f5-0217-4c1a-b0b9-30c6fb0f1432" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeGlobalPermission soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:removeGlobalPermission> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeGlobalPermissionRequest"/></con:call></con:operation><con:operation id="b314906e-842c-4874-95b8-661bd29a14a6" isOneWay="false" action="" name="removeGroup" bindingOperationName="removeGroup" type="Request-Response" outputName="removeGroupResponse" inputName="removeGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="727c9b5f-c476-4bed-8788-a1e1c97c450a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:removeGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeGroupRequest"/></con:call></con:operation><con:operation id="7566ab95-3b94-40b2-93db-888e7e44e2ec" isOneWay="false" action="" name="removeLabelById" bindingOperationName="removeLabelById" type="Request-Response" outputName="removeLabelByIdResponse" inputName="removeLabelByIdRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="61a3ebf6-0ceb-4b39-ad30-0831dd4fa8d2" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeLabelById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| </soap:removeLabelById> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeLabelByIdRequest"/></con:call></con:operation><con:operation id="fcd7bf29-6001-4b34-bb7f-26312019a945" isOneWay="false" action="" name="removeLabelByName" bindingOperationName="removeLabelByName" type="Request-Response" outputName="removeLabelByNameResponse" inputName="removeLabelByNameRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="f14e90c1-b45c-4b47-9c3b-9ee8c1177183" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeLabelByName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| </soap:removeLabelByName> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeLabelByNameRequest"/></con:call></con:operation><con:operation id="0979a0b0-6347-4f16-8e8f-5921cea32c02" isOneWay="false" action="" name="removeLabelByNameFromSpace" bindingOperationName="removeLabelByNameFromSpace" type="Request-Response" outputName="removeLabelByNameFromSpaceResponse" inputName="removeLabelByNameFromSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="404567e4-5743-467f-b903-7c92451d5c13" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeLabelByNameFromSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:removeLabelByNameFromSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeLabelByNameFromSpaceRequest"/></con:call></con:operation><con:operation id="cb1b6d5b-f30d-441c-b4e2-cda3db012f69" isOneWay="false" action="" name="removeLabelByObject" bindingOperationName="removeLabelByObject" type="Request-Response" outputName="removeLabelByObjectResponse" inputName="removeLabelByObjectRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3229fcd3-65fe-43ad-9212-eec8fc23ebf0" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeLabelByObject soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteLabel" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <id xsi:type="xsd:long">?</id> | |
| <name xsi:type="xsd:string">?</name> | |
| <namespace xsi:type="xsd:string">?</namespace> | |
| <owner xsi:type="xsd:string">?</owner> | |
| </in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| </soap:removeLabelByObject> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeLabelByObjectRequest"/></con:call></con:operation><con:operation id="ea009dd3-6dae-4218-9b56-9933bbe335d8" isOneWay="false" action="" name="removePage" bindingOperationName="removePage" type="Request-Response" outputName="removePageResponse" inputName="removePageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="5fb752a4-1d21-4361-b139-dab10fd1c2bf" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removePage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:removePage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removePageRequest"/></con:call></con:operation><con:operation id="20231bc4-8d76-49d2-ae54-eb35109e7fc8" isOneWay="false" action="" name="removePageVersionById" bindingOperationName="removePageVersionById" type="Request-Response" outputName="removePageVersionByIdResponse" inputName="removePageVersionByIdRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="05f0c10e-2096-4c1e-9d8c-670373061a8e" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removePageVersionById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:removePageVersionById> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removePageVersionByIdRequest"/></con:call></con:operation><con:operation id="bb3d5730-34b8-453e-97f9-f5d3f934e481" isOneWay="false" action="" name="removePageVersionByVersion" bindingOperationName="removePageVersionByVersion" type="Request-Response" outputName="removePageVersionByVersionResponse" inputName="removePageVersionByVersionRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="306c5083-f01c-4a6b-aa14-c6bb1ff194cf" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removePageVersionByVersion soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| </soap:removePageVersionByVersion> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removePageVersionByVersionRequest"/></con:call></con:operation><con:operation id="dc1f928d-ed9a-438d-b54e-02a851643d1c" isOneWay="false" action="" name="removePageWatch" bindingOperationName="removePageWatch" type="Request-Response" outputName="removePageWatchResponse" inputName="removePageWatchRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="ba61c111-59c8-49d1-80b0-4eee7f12829a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removePageWatch soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:removePageWatch> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removePageWatchRequest"/></con:call></con:operation><con:operation id="4725395c-d763-432d-85c9-170cd8eef9fa" isOneWay="false" action="" name="removePageWatchForUser" bindingOperationName="removePageWatchForUser" type="Request-Response" outputName="removePageWatchForUserResponse" inputName="removePageWatchForUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="4301f99f-d646-442f-aa96-fe5b48ba94fb" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removePageWatchForUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:removePageWatchForUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removePageWatchForUserRequest"/></con:call></con:operation><con:operation id="cc4874a5-4295-404a-91e9-364504b81e12" isOneWay="false" action="" name="removePermissionFromSpace" bindingOperationName="removePermissionFromSpace" type="Request-Response" outputName="removePermissionFromSpaceResponse" inputName="removePermissionFromSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="4293fab6-441e-4dfc-a6fd-d00783be605b" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removePermissionFromSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:removePermissionFromSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removePermissionFromSpaceRequest"/></con:call></con:operation><con:operation id="bb6eae25-70bd-4004-ab2e-dd637bbdaa36" isOneWay="false" action="" name="removeSpace" bindingOperationName="removeSpace" type="Request-Response" outputName="removeSpaceResponse" inputName="removeSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9c8fec7a-d15c-4e46-b6cc-fc641a95ffc1" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:removeSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeSpaceRequest"/></con:call></con:operation><con:operation id="29f67f16-9752-41d9-befd-2bb3bf42ce16" isOneWay="false" action="" name="removeSpaceGroup" bindingOperationName="removeSpaceGroup" type="Request-Response" outputName="removeSpaceGroupResponse" inputName="removeSpaceGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9cdadd80-2432-403b-a59d-897ee899fcf6" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeSpaceGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:removeSpaceGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeSpaceGroupRequest"/></con:call></con:operation><con:operation id="6198b637-d54c-4df9-b1ec-8fb8484633a9" isOneWay="false" action="" name="removeSpaceWatch" bindingOperationName="removeSpaceWatch" type="Request-Response" outputName="removeSpaceWatchResponse" inputName="removeSpaceWatchRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="404c850e-a434-4544-a541-ac57e2134775" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeSpaceWatch soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:removeSpaceWatch> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeSpaceWatchRequest"/></con:call></con:operation><con:operation id="1eacfde2-7b33-415a-ac91-3ef322928982" isOneWay="false" action="" name="removeUser" bindingOperationName="removeUser" type="Request-Response" outputName="removeUserResponse" inputName="removeUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="393aff6a-e8ef-4295-bd00-302798bc3397" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:removeUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeUserRequest"/></con:call></con:operation><con:operation id="fc9d4532-c369-4702-b88d-5d7d0c7f2573" isOneWay="false" action="" name="removeUserFromGroup" bindingOperationName="removeUserFromGroup" type="Request-Response" outputName="removeUserFromGroupResponse" inputName="removeUserFromGroupRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="5dd0fc2d-f012-4103-a036-e132b00f41ff" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:removeUserFromGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:removeUserFromGroup> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/removeUserFromGroupRequest"/></con:call></con:operation><con:operation id="c5539c1e-b53c-4e98-a6fd-0f00ad70c410" isOneWay="false" action="" name="renameUser" bindingOperationName="renameUser" type="Request-Response" outputName="renameUserResponse" inputName="renameUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="edb4a2b2-6fbb-4d1b-9606-472ae762aaca" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:renameUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:renameUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/renameUserRequest"/></con:call></con:operation><con:operation id="a68676ee-788b-409b-8e89-84ebd1ee8199" isOneWay="false" action="" name="renameUsers" bindingOperationName="renameUsers" type="Request-Response" outputName="renameUsersResponse" inputName="renameUsersRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="274153f7-c6e8-46c3-8f2d-7665571315fe" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:renameUsers soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="x-:Map" xmlns:x-="http://xml.apache.org/xml-soap"> | |
| <!--Zero or more repetitions:--> | |
| <item xsi:type="x-:mapItem"> | |
| <key xsi:type="xsd:anyType">?</key> | |
| <value xsi:type="xsd:anyType">?</value> | |
| </item> | |
| </in1> | |
| </soap:renameUsers> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/renameUsersRequest"/></con:call></con:operation><con:operation id="26f2d5e7-0e4b-4450-93ff-01b80159f6a5" isOneWay="false" action="" name="renderContent" bindingOperationName="renderContent" type="Request-Response" outputName="renderContentResponse" inputName="renderContentRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="63adbde7-c604-48b1-b363-b699edd3065d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:renderContent soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:renderContent> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="52165d31-7d86-485a-9925-9d538371d281" isOneWay="false" action="" name="renderContent" bindingOperationName="renderContent" type="Request-Response" outputName="renderContentResponse1" inputName="renderContentRequest1" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="0f301b2c-bbea-43da-8cf9-d97ff68ee5fc" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:renderContent soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:long">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| <in4 xsi:type="x-:Map" xmlns:x-="http://xml.apache.org/xml-soap"> | |
| <!--Zero or more repetitions:--> | |
| <item xsi:type="x-:mapItem"> | |
| <key xsi:type="xsd:anyType">?</key> | |
| <value xsi:type="xsd:anyType">?</value> | |
| </item> | |
| </in4> | |
| </soap:renderContent> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="392b03d3-5618-45f8-b64e-1aebac6a785e" isOneWay="false" action="" name="search" bindingOperationName="search" type="Request-Response" outputName="searchResponse" inputName="searchRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="c492e31e-e6a3-43d7-a1d2-d18e1115b4f0" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:search soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="x-:Map" xmlns:x-="http://xml.apache.org/xml-soap"> | |
| <!--Zero or more repetitions:--> | |
| <item xsi:type="x-:mapItem"> | |
| <key xsi:type="xsd:anyType">?</key> | |
| <value xsi:type="xsd:anyType">?</value> | |
| </item> | |
| </in2> | |
| <in3 xsi:type="xsd:int">?</in3> | |
| </soap:search> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="195a0708-9303-421c-9959-6fd333f7323f" isOneWay="false" action="" name="search" bindingOperationName="search" type="Request-Response" outputName="searchResponse1" inputName="searchRequest1" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="bc7c73b0-116d-4635-8a1b-12828c3f86ed" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:search soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:int">?</in2> | |
| </soap:search> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508"/></con:call></con:operation><con:operation id="963d0b68-472e-4bcd-8d01-c4a9eec58461" isOneWay="false" action="" name="setContentPermissions" bindingOperationName="setContentPermissions" type="Request-Response" outputName="setContentPermissionsResponse" inputName="setContentPermissionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d0c5c374-99fc-4559-83f1-7104c68d5699" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setContentPermissions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="con:ArrayOf_tns2_RemoteContentPermission" soapenc:arrayType="bean:RemoteContentPermission[]" xmlns:con="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"/> | |
| </soap:setContentPermissions> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setContentPermissionsRequest"/></con:call></con:operation><con:operation id="ffdb4f8d-4ea2-4d8f-bc1f-adfa12412549" isOneWay="false" action="" name="setEnableAnonymousAccess" bindingOperationName="setEnableAnonymousAccess" type="Request-Response" outputName="setEnableAnonymousAccessResponse" inputName="setEnableAnonymousAccessRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="433fa507-6172-4221-9085-1d35d4a566c9" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setEnableAnonymousAccess soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:boolean">?</in1> | |
| </soap:setEnableAnonymousAccess> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setEnableAnonymousAccessRequest"/></con:call></con:operation><con:operation id="17917446-a56f-4224-8f14-d1c75db41894" isOneWay="false" action="" name="setEnableWysiwyg" bindingOperationName="setEnableWysiwyg" type="Request-Response" outputName="setEnableWysiwygResponse" inputName="setEnableWysiwygRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="6b4d9955-8969-4646-abe0-19bcce75f2f8" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setEnableWysiwyg soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:boolean">?</in1> | |
| </soap:setEnableWysiwyg> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setEnableWysiwygRequest"/></con:call></con:operation><con:operation id="b23e55d9-0446-4546-bdfa-8cf3258ab940" isOneWay="false" action="" name="setSpaceStatus" bindingOperationName="setSpaceStatus" type="Request-Response" outputName="setSpaceStatusResponse" inputName="setSpaceStatusRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="a8a8cf9c-17a2-48bc-ae05-04842322ee60" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setSpaceStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:setSpaceStatus> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setSpaceStatusRequest"/></con:call></con:operation><con:operation id="3eea773c-631f-48f2-b2ae-5309a1aa3713" isOneWay="false" action="" name="setUserInformation" bindingOperationName="setUserInformation" type="Request-Response" outputName="setUserInformationResponse" inputName="setUserInformationRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="a7db635e-0335-43f4-903d-0147a318f277" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setUserInformation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteUserInformation" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <content xsi:type="xsd:string">?</content> | |
| <creationDate xsi:type="xsd:dateTime">?</creationDate> | |
| <creatorName xsi:type="xsd:string">?</creatorName> | |
| <id xsi:type="xsd:long">?</id> | |
| <lastModificationDate xsi:type="xsd:dateTime">?</lastModificationDate> | |
| <lastModifierName xsi:type="xsd:string">?</lastModifierName> | |
| <username xsi:type="xsd:string">?</username> | |
| <version xsi:type="xsd:int">?</version> | |
| </in1> | |
| </soap:setUserInformation> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setUserInformationRequest"/></con:call></con:operation><con:operation id="a3c0f35d-0209-4c2f-b4a5-c230d9f07562" isOneWay="false" action="" name="setUserPreferenceBoolean" bindingOperationName="setUserPreferenceBoolean" type="Request-Response" outputName="setUserPreferenceBooleanResponse" inputName="setUserPreferenceBooleanRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="db60e83e-4394-47f5-b897-d1ba5ca66624" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setUserPreferenceBoolean soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:boolean">?</in3> | |
| </soap:setUserPreferenceBoolean> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setUserPreferenceBooleanRequest"/></con:call></con:operation><con:operation id="8150ff12-1ff1-41c7-a3ee-6c396d62c338" isOneWay="false" action="" name="setUserPreferenceLong" bindingOperationName="setUserPreferenceLong" type="Request-Response" outputName="setUserPreferenceLongResponse" inputName="setUserPreferenceLongRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="c722ef8f-a00f-46f8-9d66-cce813cdab2a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setUserPreferenceLong soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:long">?</in3> | |
| </soap:setUserPreferenceLong> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setUserPreferenceLongRequest"/></con:call></con:operation><con:operation id="b6813ab0-0e1d-4c54-8d4a-89114cd09534" isOneWay="false" action="" name="setUserPreferenceString" bindingOperationName="setUserPreferenceString" type="Request-Response" outputName="setUserPreferenceStringResponse" inputName="setUserPreferenceStringRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="1e2d6f8a-488d-43fe-b311-a33dab1d299a" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:setUserPreferenceString soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| <in3 xsi:type="xsd:string">?</in3> | |
| </soap:setUserPreferenceString> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/setUserPreferenceStringRequest"/></con:call></con:operation><con:operation id="c9293f32-9dca-4593-9d83-723deb252a52" isOneWay="false" action="" name="startActivity" bindingOperationName="startActivity" type="Request-Response" outputName="startActivityResponse" inputName="startActivityRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="5ac2472b-4252-4e82-9c69-60e89a57200e" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:startActivity soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:startActivity> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/startActivityRequest"/></con:call></con:operation><con:operation id="0cb73b5c-a88f-462b-8076-d1bc40c417a7" isOneWay="false" action="" name="stopActivity" bindingOperationName="stopActivity" type="Request-Response" outputName="stopActivityResponse" inputName="stopActivityRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="4bc61da6-a087-45e6-9964-ce065982a3a3" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:stopActivity soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:stopActivity> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/stopActivityRequest"/></con:call></con:operation><con:operation id="a55c3f12-2da6-40b2-8afa-7be762016d38" isOneWay="false" action="" name="storeBlogEntry" bindingOperationName="storeBlogEntry" type="Request-Response" outputName="storeBlogEntryResponse" inputName="storeBlogEntryRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="d3a52a21-353d-498a-855a-faa0742bfdfd" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:storeBlogEntry soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteBlogEntry" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <id xsi:type="xsd:long">?</id> | |
| <permissions xsi:type="xsd:int">?</permissions> | |
| <space xsi:type="xsd:string">?</space> | |
| <title xsi:type="xsd:string">?</title> | |
| <url xsi:type="xsd:string">?</url> | |
| <author xsi:type="xsd:string">?</author> | |
| <publishDate xsi:type="xsd:dateTime">?</publishDate> | |
| <content xsi:type="xsd:string">?</content> | |
| <version xsi:type="xsd:int">?</version> | |
| </in1> | |
| </soap:storeBlogEntry> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/storeBlogEntryRequest"/></con:call></con:operation><con:operation id="66e44fe2-005c-4085-9a91-bf9f8e18f475" isOneWay="false" action="" name="storePage" bindingOperationName="storePage" type="Request-Response" outputName="storePageResponse" inputName="storePageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="3482526a-f029-45a0-9c4f-9403b00f951d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:storePage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemotePage" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <id xsi:type="xsd:long">?</id> | |
| <permissions xsi:type="xsd:int">?</permissions> | |
| <space xsi:type="xsd:string">?</space> | |
| <title xsi:type="xsd:string">?</title> | |
| <url xsi:type="xsd:string">?</url> | |
| <parentId xsi:type="xsd:long">?</parentId> | |
| <version xsi:type="xsd:int">?</version> | |
| <content xsi:type="xsd:string">?</content> | |
| <contentStatus xsi:type="xsd:string">?</contentStatus> | |
| <created xsi:type="xsd:dateTime">?</created> | |
| <creator xsi:type="xsd:string">?</creator> | |
| <current xsi:type="xsd:boolean">?</current> | |
| <homePage xsi:type="xsd:boolean">?</homePage> | |
| <modified xsi:type="xsd:dateTime">?</modified> | |
| <modifier xsi:type="xsd:string">?</modifier> | |
| </in1> | |
| </soap:storePage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/storePageRequest"/></con:call></con:operation><con:operation id="9a890093-bff9-4f5e-9578-8748ae3602a1" isOneWay="false" action="" name="storeSpace" bindingOperationName="storeSpace" type="Request-Response" outputName="storeSpaceResponse" inputName="storeSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="054d4008-37db-4e00-8f01-300b799da5f5" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:storeSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemoteSpace" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <key xsi:type="xsd:string">?</key> | |
| <name xsi:type="xsd:string">?</name> | |
| <type xsi:type="xsd:string">?</type> | |
| <url xsi:type="xsd:string">?</url> | |
| <description xsi:type="xsd:string">?</description> | |
| <homePage xsi:type="xsd:long">?</homePage> | |
| <spaceGroup xsi:type="xsd:string">?</spaceGroup> | |
| </in1> | |
| </soap:storeSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/storeSpaceRequest"/></con:call></con:operation><con:operation id="86b15be2-c4cf-4026-a530-747f1d5a3e1a" isOneWay="false" action="" name="updatePage" bindingOperationName="updatePage" type="Request-Response" outputName="updatePageResponse" inputName="updatePageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="9dfdbf0e-623f-4b9b-ad99-768552c9d6b9" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:updatePage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="bean:RemotePage" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <id xsi:type="xsd:long">?</id> | |
| <permissions xsi:type="xsd:int">?</permissions> | |
| <space xsi:type="xsd:string">?</space> | |
| <title xsi:type="xsd:string">?</title> | |
| <url xsi:type="xsd:string">?</url> | |
| <parentId xsi:type="xsd:long">?</parentId> | |
| <version xsi:type="xsd:int">?</version> | |
| <content xsi:type="xsd:string">?</content> | |
| <contentStatus xsi:type="xsd:string">?</contentStatus> | |
| <created xsi:type="xsd:dateTime">?</created> | |
| <creator xsi:type="xsd:string">?</creator> | |
| <current xsi:type="xsd:boolean">?</current> | |
| <homePage xsi:type="xsd:boolean">?</homePage> | |
| <modified xsi:type="xsd:dateTime">?</modified> | |
| <modifier xsi:type="xsd:string">?</modifier> | |
| </in1> | |
| <in2 xsi:type="bean:RemotePageUpdateOptions" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com"> | |
| <minorEdit xsi:type="xsd:boolean">?</minorEdit> | |
| <versionComment xsi:type="xsd:string">?</versionComment> | |
| </in2> | |
| </soap:updatePage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/updatePageRequest"/></con:call></con:operation><con:operation id="57b84f4a-3670-4b8c-920e-1dac5b766cfb" isOneWay="false" action="" name="watchPage" bindingOperationName="watchPage" type="Request-Response" outputName="watchPageResponse" inputName="watchPageRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="dd52fa4d-f563-4ec0-97b4-4a436d332181" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:watchPage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| </soap:watchPage> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/watchPageRequest"/></con:call></con:operation><con:operation id="9bf39399-e007-4329-bf5c-a9306640666e" isOneWay="false" action="" name="watchPageForUser" bindingOperationName="watchPageForUser" type="Request-Response" outputName="watchPageForUserResponse" inputName="watchPageForUserRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="914e3a83-229a-400c-8ea7-2232527f0315" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:watchPageForUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:long">?</in1> | |
| <in2 xsi:type="xsd:string">?</in2> | |
| </soap:watchPageForUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/watchPageForUserRequest"/></con:call></con:operation><con:operation id="25fc262a-709e-4086-ae6a-8b6138ae23bc" isOneWay="false" action="" name="watchSpace" bindingOperationName="watchSpace" type="Request-Response" outputName="watchSpaceResponse" inputName="watchSpaceRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call id="a2cf68e2-c059-4712-a221-99880822378d" name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:watchSpace soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">?</in0> | |
| <in1 xsi:type="xsd:string">?</in1> | |
| </soap:watchSpace> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2/ConfluenceSoapService/watchSpaceRequest"/></con:call></con:operation></con:interface><con:testSuite id="094f64ed-3ead-45d3-8340-69754e9ee606" name="Create Users"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase id="4a7a2c3a-27e5-4b9a-a5c0-04810f474932" failOnError="true" failTestCaseOnErrors="true" keepSession="true" maxResults="0" name="Create Users" searchProperties="true" timeout="0" wsrmEnabled="false" wsrmVersion="1.0" wsrmAckTo="" amfAuthorisation="false" amfEndpoint="" amfLogin="" amfPassword=""><con:settings/><con:testStep type="request" name="Login" id="3feb485c-88de-4eda-a5ac-0cd44f702eff"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>confluenceservice-v2SoapBinding</con:interface><con:operation>login</con:operation><con:request name="Login" id="9195cce8-d810-4801-8d18-226c1cbef696"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:login soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">admin</in0> | |
| <in1 xsi:type="xsd:string">password</in1> | |
| </soap:login> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="transfer" name="Token Transfer" id="14a780d4-a358-484b-87e6-f5bb17dd69d7"><con:settings/><con:config xsi:type="con:PropertyTransfersStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:transfers setNullOnMissingSource="false" transferTextContent="false" failOnError="true" ignoreEmpty="false" transferToAll="false" entitize="false" transferChildNodes="false"><con:name>Token</con:name><con:sourceType>Response</con:sourceType><con:sourceStep>Login</con:sourceStep><con:sourcePath>//loginReturn/text()</con:sourcePath><con:targetType>Request</con:targetType><con:targetStep>Create User</con:targetStep><con:targetPath>//in0</con:targetPath><con:upgraded>true</con:upgraded></con:transfers></con:config></con:testStep><con:testStep type="properties" name="RandomValue" id="e1cf1dba-4d2e-46b3-bb2e-c4d700e2045f"><con:settings/><con:config xsi:type="con:PropertiesStep" saveFirst="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:properties><con:property><con:name>userID</con:name><con:value>${=org.apache.commons.lang.RandomStringUtils.randomNumeric(10)}</con:value></con:property></con:properties></con:config></con:testStep><con:testStep type="request" name="Create User" id="57866708-d39b-49ca-9f8c-f3eec04bdb39"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>confluenceservice-v2SoapBinding</con:interface><con:operation>addUser</con:operation><con:request name="Create User" id="4617c7f9-094a-46c7-bead-4eef0587e7ab"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8090/plugins/servlet/soap-axis1/confluenceservice-v2</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.confluence.atlassian.com"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <soap:addUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
| <in0 xsi:type="xsd:string">5eef723f0a</in0> | |
| <in1 xsi:type="bean:RemoteUser" xmlns:bean="http://beans.soap.rpc.confluence.atlassian.com">561afca1b3<email xsi:type="xsd:string">n000001@lucidworks.com</email> | |
| <fullname xsi:type="xsd:string">f${=org.apache.commons.lang.RandomStringUtils.randomNumeric(10)} l${=org.apache.commons.lang.RandomStringUtils.randomNumeric(10)}</fullname> | |
| <name xsi:type="xsd:string">f${=org.apache.commons.lang.RandomStringUtils.randomNumeric(10)}</name> | |
| <url xsi:type="xsd:string"/> | |
| </in1> | |
| <in2 xsi:type="xsd:string">${=org.apache.commons.lang.RandomStringUtils.randomNumeric(10)}</in2> | |
| <in3 xsi:type="xsd:boolean">true</in3> | |
| </soap:addUser> | |
| </soapenv:Body> | |
| </soapenv:Envelope>]]></con:request><con:credentials><con:username>653c49b4c1</con:username><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest id="f22305e7-8e48-493b-8e56-899bb1523a25" name="Load Users"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting></con:settings><con:threadCount>1</con:threadCount><con:startDelay>0</con:startDelay><con:sampleInterval>250</con:sampleInterval><con:calculateTPSOnTimePassed>true</con:calculateTPSOnTimePassed><con:resetStatisticsOnThreadCountChange>true</con:resetStatisticsOnThreadCountChange><con:historyLimit>-1</con:historyLimit><con:testLimit>10000</con:testLimit><con:limitType>COUNT</con:limitType><con:loadStrategy><con:type>Simple</con:type><con:config><testDelay>0</testDelay><randomFactor>0.0</randomFactor></con:config></con:loadStrategy><con:assertion type="Step Status" name="Step Status"/><con:maxAssertionErrors>100</con:maxAssertionErrors><con:cancelExcessiveThreads>true</con:cancelExcessiveThreads><con:strategyInterval>500</con:strategyInterval></con:loadTest><con:properties/></con:testCase><con:properties><con:property><con:name>LoginToken</con:name><con:value/></con:property></con:properties></con:testSuite><con:properties/><con:wssContainer/><con:oAuth2ProfileContainer/><con:oAuth1ProfileContainer/></con:soapui-project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment