I work for Florida Hospital College of Heath Sciences (http://www.fhchs.edu/), and we use SONISWEB (http://www.sonis.com/) for our student information system. I have written a module that provides Drupal module developers a standardized way of accessing the SONISWEB web service API. We are using this module for our main student site. However, other people are now interested in integrating SONISWEB and Drupal, and we thought that this module would be useful to them as well.
The module can be downloaded at https://mars.fhchs.edu/sonisweb_integration.zip
A few technical notes about the module.
The module relies on PHP's native SOAP system, and OpenSSL. It checks for them in the requirements section of its install.
To my knowledge this module passes coder, and follows documentation standards. (I can provide Doxygen generated documentation if you are interested.)
Thank you for your consideration.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | sonisweb_integration.zip | 4.98 KB | antgiant |
Comments
Comment #1
antgiant commentedComment #2
ajk commentedPlease ensure you use Drupal's version of string handling functions where they exist (e.g. substr() should use drupal_substr())
Comment #4
avpaderno