|
NYCJava.net Main Page About NYCJava.net JUG Java Study Groups: Java Mobile SCJP 6 (Programmer Cert.) Design Patterns SCEA 5 (Architect Cert.) Java Enterprise Study Group Sponsor of the Skylight1 ![]() open source project Location Sponsor: ![]() A member SIG of http://nypc.org ![]() Sponsor of the NYC Java Meetup ![]() ![]() help support NYC Java: http://cafepress.com/nycjava ![]()
![]() Special thanks to: Sun Microsystems Prentice Hall O'Reilly JetBrains Apress and NYPC! Book Reviews Articles Java Links Java Jobs Humor About Duke System Info Find pages About this Wiki Wiki Quick Start WikiEtiquette
Set your name in
UserPreferences |
JSPWiki comes with a XML-RPC interface. For more information, see: XML-RPC Standard APIHere is now the API as of v1.6.12 (the command prefix being wiki.). The default URL for this API is <your-wiki-url>/RPC2
As you can see, all data is returned in a base64 -type in UTF-8 encoding, regardless of what JSPWiki preference actually is. Also, all incoming or outcoming strings are really UTF-8, but they have been URL-encoded so that the XML-RPC requirement of ASCII is fulfilled. The UTF-8 APIThis is exactly as the upper API, except that ALL strings should be encoded in UTF-8. Also, instead of base64 type, all methods returning page data return UTF-8 format strings. This does break the XML-RPC spec somewhat, but for ease of use I think it is important to serve both models. Use which one you like :-). The default URL for the UTF-8 XML-RPC API is <your-wiki-url>/RPCU ErrorsAll methods which handle a page in any way can return a Fault. Current fault codes are:
|
||||||