Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
349.99 KB
MD5: 249bd04428d89c473b323ede8d3bbc83
SHA-1: 8b1bbc331b4462941ec7c5b9677655d7878caabd
SHA-256: b6f261d4b0f4598329c30946e17f549d8e4ca6da5ada87e7be94956b28579b35
Download zip
358.75 KB
MD5: a3e712e087f87448bf74caa8bcd86801
SHA-1: d4616f38bce6b96bfb3c8a1b6cedace2d5e2af5b
SHA-256: 247c0771f66c70be2f27db1db205291897efef232f73e848aa9e52a381af7fd0
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.