wsclient 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| wsclient-7.x-1.0.tar.gz | 349.99 KB | 249bd04428d89c473b323ede8d3bbc83 |
| wsclient-7.x-1.0.zip | 358.75 KB | a3e712e087f87448bf74caa8bcd86801 |
Release notes
This is the long overdue 1.0 release of Web Service Client. It comes with two important changes:
- A new wsclient_tester submodule has been created to help with testing and debugging web service calls. Thanks dman!
- A lot of old cruft has been removed that was originally planned as subscription/notification system with remote entities. It caused some side effects when rebuilding entity information and it never took off as useful feature. I decided to remove it to make the module a lot shorter and less complex.
Full Changelog since 7.x-1.0-beta2:
Read morewsclient 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| wsclient-7.x-1.0-beta2.tar.gz | 30.21 KB | 84bce70803878b6a62dfc8fe0874a7a7 |
| wsclient-7.x-1.0-beta2.zip | 38.48 KB | 2dea19e279d1b82ee5152b100c4ea9b5 |
Release notes
Maintenance release. Although wsclient works pretty solid there are some minor stable release blockers that need some love before a 1.0 release.
Changes since 7.x-1.0-beta1:
- #1302740 by nquocbao, klausi: Added support for global parameters for all operations of a service.
- fixed wrong comment
- removed deprecated hook_default_wsclient_alter() implementation as exportables are now always loaded from the db
- Improved wsclient UI to implement menu item customizations in the UI controller.
- allow endpoint types to alter the UI and used it to expose the REST operation URL setting.
wsclient 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| wsclient-7.x-1.0-beta1.tar.gz | 29.24 KB | d751dce9a8131a0f521c55e35781fde1 |
| wsclient-7.x-1.0-beta1.zip | 37.21 KB | cd9ac4914fcd53645469258cb27280ac |
Release notes
Maintenance release without major changes. Entering beta phase now, but there are still some open issues (the UI is still lacking support for important settings that only can be used in code right now).
Changes since 7.x-1.0-alpha4:
wsclient 7.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| wsclient-7.x-1.0-alpha4.tar.gz | 28.16 KB | 8e489d9e0b3029af657223fac38d46ef |
| wsclient-7.x-1.0-alpha4.zip | 36.11 KB | aae74f4c373d58fc3fb7080bc4f85c09 |
Release notes
Changes since 7.x-1.0-alpha3:
- #1027908 Entity API change: Fixed calls to entity_load_multiple_by_name() and changed the entity controller class to EntityAPIControllerExportable.
- Added the UI configuration path to the info file
- #1122812: Removed function call from hook_schema()
- #1102336: Improved README with installtion instructions, usage with Rules and usage for developers
- #1020428 by klausi: Fixed a notice in the remote event support
wsclient 7.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| wsclient-7.x-1.0-alpha3.tar.gz | 27.39 KB | 2815dbe54e6b985badb5c257d8bb46b5 |
| wsclient-7.x-1.0-alpha3.zip | 35.12 KB | d419aefd5011566351b7a7957f1ab6b3 |
Release notes
Changes since 7.x-1.0-alpha2:
Read morewsclient 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| wsclient-7.x-1.0-alpha2.tar.gz | 26.06 KB | 7e5092256ac3ff46671ec20e82520dbd |
| wsclient-7.x-1.0-alpha2.zip | 35.75 KB | e7710a0cfb84b654666fc4e499d2e95f |
Release notes
Second alpha release of Web service client, as ALPHA-1 is broken. This module provides the following features:
* Web service operations can be invoked as Rules actions
* Web service descriptions are entities that can be managed from code and from an administrative user interface
* REST and SOAP service types are supported
* Complex web service data types can be specified
* Developers can leverage an easy to use API for invoking web services
* Web service descriptions can be exported/imported to and from other Drupal sites
* Web service descriptions can be exported with Features (including dependency resolution for shared data types between services)
* Metadata for SOAP services (operations, data types) is extracted from WSDL files automatically
* Multiple web service calls can be combined in a Rules workflow
wsclient
| Download | Size | md5 hash |
|---|---|---|
| wsclient-.tar.gz | 18.19 KB | 085682eec3466c1c55bf34a768961bee |
| wsclient-.zip | 25.96 KB | 259e3e1e86b2e38859b861541e8047d1 |
wsclient 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| wsclient-7.x-1.x-dev.tar.gz | 350.02 KB | b93fc9e9f359703346a22af3d7d9c1c2 |
| wsclient-7.x-1.x-dev.zip | 358.81 KB | 4aa12436911d95a9db01e796718bdc83 |
Release notes
Development snapshot of most recent work.