0
votes
1answer
26 views

Can I call synchroniseUserDirectories (ConfluenceRpc) via REST, SOAP or XML-RPC?

I am using Confluence 4.2.5 (build 3284) with CAS SSO connected to my LDAP server and would like to be able to call synchroniseUserDirectories() from the LDAP server when a user changes their password ...
1
vote
1answer
249 views

Confluence wiki XML RPC API system.list method

Does the Confluence wiki XML RPC API provide a system or system.list method or some other method to programmatically list what methods are available via the XMLRPC interface? Example: ...
0
votes
0answers
162 views

Confluence xml-rpc api - how to format page content?

I am creating pages in Confluence with python xmlrpclib but can't figure how you can format the page's content to make it more or less presentable. Using either old-style or xhtml-style tags doesn't ...
0
votes
1answer
303 views

Dificulties with accessing Atlassian Confluence through XMLRPC

I set up a Confluence 4.0 server and ran plenty of xmlrpc commands on it. I had to drop that server and set up a Confluence 3.5 server. I tried to run xmlrpc commands on the 3.5 server and nothing ...
1
vote
2answers
476 views

Confluence XML-RPC: Set the “creation” date

I am trying to migrate some existing blog entries into our confluence wiki using XML-RPC with Python. It is currently working with such things as title, content, space etc but will not work for ...
0
votes
1answer
639 views

Ruby confluence4r examples

I cannot find where to download the confluence4r gem and it doesn't work when I do: gem install confluence4r I downloaded one here: http://confluence.atlassian.com/display/DISC/Confluence4r I can ...
4
votes
2answers
1k views

Has anyone been able to get Confluence.pm to add attachments?

If so can you provide the code. I am able to do almost everything else from creating new pages, modifying page attributes etc.. But I cannot seem to add attachments. I have read the official conflunce ...