Class WikiSoapService

java.lang.Object
com.atlassian.confluence.rpc.soap.WikiSoapService
All Implemented Interfaces:
SecureRpc, ConfluenceSoapService

public class WikiSoapService extends Object implements ConfluenceSoapService
SOAP API for wikimarkup formatted input and output.

All methods that retrieve remote objects (for example RemotePage) that contain wiki markup throw exceptions. As of 4.0, all wiki content is migrated to xhtml storage format and as such, there will be no wiki formatted content to return. Throwing an exception is preferable because we don't want scripts to continue to operate on content that it assumes to be wiki markup but is not. This can lead to corrupted content being saved.