WordPress Web Service is used to access WordPress resources via WSDL and SOAP.
WordPress Web Service (WPWS) is used to access WordPress resources via WSDL and SOAP.
It allows you to connect WSDL enabled software like Adobe Flex / Flash Builder,
Microsoft Visual Studio, PHP, J2EE, etc. to WordPress resources like posts
and pages.
WPWS gives you also the opportunity to program alternative (graphical) interfaces
for your WordPress installation.
Furthermore alternative interpretations of WordPress resources are possible.
For example you can interpret a post/page as a gallery; a datatype consisting of
all included images with the corresponding attributes.
After installation simply open http://yoursite.com/blog/index.php/wpws to test your plugin.
That is to add “/wpws” to the index.php part in your WordPress’ url.
For more information visit:
WordPress Web Service
Developers willing to help development on WPWS are greatly welcomed.
wordpress-web-service
directory to the /wp-content/plugins/
folderPage http://yoursite.com/blog/index.php/wpws opened in a webbrowser
Data Connection Wizard with WSDL selected
Entering the site's WSDL url as shown on the first screenshot
Successfully parsed WSDL file with all currently supported methods and datatypes
Successfully generated proxy classes for easy access of WordPress resources
resizeableUrl
attribute of the Image
datatype contains now 3 placeholders, namely %{WIDTH}
, %{HEIGHT}
and %{QUALITY}
.Image
type now contains the property parentId
getImages
now allows to return not only images of one resource but also of all child resourceswidth
, height
, maxResizeableWidth
and maxResizeableHeight
added to Image type