Confluence soap api defines two methods with the same name but different parameters:
- Page getPage(String token, long pageId) - returns a single Page (according to the documentation the second parameter is String, but in WSDL it is long)
- Page getPage(String token, String spaceKey, String pageTitle) - returns a single Page