[xwiki-devs] Access page object attribute and unrendered page content through SOAP interface
Hi, Is there any way to access to page object attributes and/or unrendered page content ? Thanks in advance. -- Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com]
Hello,
Hi,
Is there any way to access to page object attributes and/or unrendered page content ? Thanks in advance.
1. Yes: #set($object = $doc.getObject("XWiki.MyClass")) $object.get("propName") check http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide and http://platform.xwiki.org/xwiki/bin/view/DevGuide/API for more. 2. What do you mean by unrendered ? No skin ? No wiki rendering ? Jerome.
-- Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com] _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Hi, XWiki does not expose SOAP interface but XML-RPC. The only documentation available is the javadoc in http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-xmlrpc/ AFAIK (it has been refactored very recently). On Sun, Aug 3, 2008 at 9:27 PM, Hoani Cross <[email protected]> wrote:
Hi,
Is there any way to access to page object attributes and/or unrendered page content ? Thanks in advance.
-- Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com] _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Thanks ! I can now use XWiki as my central information system... This tool really rocks ! 2008/8/3 Thomas Mortagne <[email protected]>
Hi,
XWiki does not expose SOAP interface but XML-RPC. The only documentation available is the javadoc in http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-xmlrpc/ AFAIK (it has been refactored very recently).
On Sun, Aug 3, 2008 at 9:27 PM, Hoani Cross <[email protected]> wrote:
Hi,
Is there any way to access to page object attributes and/or unrendered page content ? Thanks in advance.
-- Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com] _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com]
Thanks ! I can now use XWiki as my central information system... This tool really rocks !
It sure does ;-) Thanks for the praise ! Guillaume
2008/8/3 Thomas Mortagne <[email protected]>
Hi,
XWiki does not expose SOAP interface but XML-RPC. The only documentation available is the javadoc in http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-xmlrpc/ AFAIK (it has been refactored very recently).
On Sun, Aug 3, 2008 at 9:27 PM, Hoani Cross <[email protected]> wrote:
Hi,
Is there any way to access to page object attributes and/or unrendered page content ? Thanks in advance.
-- Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com] _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com] _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Product Manager - XWiki Skype ID : wikibc http://blog.xwiki.com/
participants (4)
-
Guillaume Lerouge -
Hoani Cross -
Jerome Velociter -
Thomas Mortagne