Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence XML-RPC Response Does not Include Types

jay8ee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 11, 2018

Hi.

We've been experimenting using XML-RPC to interact with our Confluence server from our continuous integration machines.

This is working OK, but one thing we have noticed is that responses from the server do not seem to be complaint to the XML-RPC specification. Specifically, the member values of returned structs do not contain type information.

Here is an example member from the response:

<member>
<name>version</name>
<value>35</value>
</member>

the XML-RPC states that this should be:

<member>
<name>version</name>
<value><int>35</int></value>
</member>

 

Is this a known issue?

 

1 answer

0 votes
GMK
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 31, 2018

Hi John,
Try using REST API - starting from Confluence version 5.5, XML-RPC and SOAP APIs are depreciated.

Regards,
Greg

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events