Last updated: April 16, 2013 - 18:22
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 |
Last updated: April 16, 2013 - 18:22
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:
- #1267452 by sanduhrs: Fixed Long xml needs to have a table character length changed.
- New project, don't use main branch
- add the working first version on the D7 branch
- coder_upgrade rewrite for full conformance. only whitespace changes.
- added screenshots for help
- Add 'wsclient_test/' from commit '3db89d982bc1c79814b7c2ef81f53b811b0026df'
- Moved folder to be consistent with wsclient_tester name.
- Added a README. Copied from the project page http://drupal.org/sandbox/dman/1929778 now the project is retired.
- Fixed REST example test case to use twitter_search, since the Ajax Google API does not work anymore.
- Fixed REST rules example test case to use twitter_search, since the Ajax Google API does not work anymore.
- Fixed RESTWS 2.x simpletests.
- #1516730 by amateescu, klausi: Remove remote entities support (unused cruft).
- #1087538 : Support custom REST formatter to be exportable.
- Removed file_get_contents() calls for remote fetching of WSDL files, just catch SOAPFault from the SOAP client constructor instead.
- #1838846 : marked wsclient_service entities as not fieldable to avoid problems with other module like entity_translation.