When i call getPage() SOAP method, the content always truncated.
ConfluenceSoapServiceProxy cf = new ConfluenceSoapServiceProxy();
String token = "sdf234234";
Long pageId = 123123;
RemotePage page = null;
try {
page = cf.getPage(token, Long.parseLong(pageId));
} catch (Exception e) {
}
The result when I get page content something link: <p><ac:structured-macro ac:name="children" /></p>
Anyone know this issue please help me.
Many thanks
Community moderators have prevented the ability to post new answers.
Are you trying to get the XML markup, or are you trying to get the output? If you want the HTML, then you need to use renderContent. Is there other content on the page besides a list of children?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.