이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WordPress Web Service

설명

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.

스크린샷

  • Page 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

설치

  1. Upload wordpress-web-service directory to the /wp-content/plugins/ folder
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Open http://yoursite.com/blog/index.php/wpws in your webbrowser to test the plugin.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WordPress Web Service”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WordPress Web Service”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2.3

  • [FEATURE] You may now also query for categories (patch provided by Arman Safikhani – armansafikhani@hotmail.com)
  • [FIX] The integrated online SOAP client is replaced by http://wsdlbrowser.com
  • [FIX] Resolved Bug 16 (“strlen() expects parameter 1 to be string”)
  • [BUG] getImages & getGalleries seem to be broken

0.2.2

  • Resolves potential security vulnerabilities in resize-image.php
  • Resolves potential security vulnerabilities in the web service (wpws-soap.php)

0.2.1

  • Change of namespace from *.wpws.bkahlert.com to *.wpws.develop.bkahlert.com
  • Issues with pages/posts that contain html entities and are processed by getGallery/getImages resolved
  • Issue with some WordPress installation that couldn’t retrieve any SOAP response resolved (changed SOAP address from …/index.php/wpws to …/index.php?/wpws

0.2.0

  • Incompatibility with Flash Builder resolved
  • Compatibility with WordPress 3.x

0.1.4

  • A writeable cache directory is no more needed in order to dynamically resize images and to return the correct content length to the caller.
  • The resizeableUrl attribute of the Image datatype contains now 3 placeholders, namely %{WIDTH}, %{HEIGHT} and %{QUALITY}.
  • The Image type now contains the property parentId
  • Method getImages now allows to return not only images of one resource but also of all child resources

0.1.3

  • Properties width, height, maxResizeableWidth and maxResizeableHeight added to Image type
  • Minor bugs removed

0.1.2

  • Improved instructions on http://yoursite.com/blog/index.php/wpws
  • Cleaner directory structure

0.1.1

  • Improved WSDL1.1 compability
  • WSDL file size optimization

0.1.0

  • Initial version