
« 返回到 Web Services
Web Services Listing
Table of Contents [-]
Introduction #
This article describes how to find a list of all available web services supported by your Liferay portal installation. The process is as simple as starting Liferay and visiting a URL.
When visiting the URLs below, the output should look something like this:
And now... Some Services Portal_AccountService (wsdl) Portlet_IG_IGImageService (wsdl) deleteImage deleteImageByFolderIdAndNameWithExtension getGroupImages getGroupImagesCount getImageByFolderIdAndNameWithExtension getImageByLargeImageId getImageBySmallImageId getImages getImages getImagesCount getImage Portlet_SC_SCFrameworkVersionService (wsdl) addFrameworkVersion deleteFrameworkVersion getFrameworkVersion ...
In the output the text (wsdl) would be a link to the WSDL file.
Version 6.1+ #
To see a listing of available web services (v 6.1 and later), you can go to the following URL with Liferay running locally (on port 8080):
http://localhost:8080/api/axis
Version 6.0 and Earlier #
For version 6.0 and earlier (till 5.1) you can get a similar listing here: :
http://localhost:8080/tunnel-web/axis
Version 5.0 and Earlier #
For version 5.0 and earlier you can get a similar listing here:
57681 查看