Port to Drupal 6
| Project: | SOAP Server |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Hi, it'd be great to have this module for drupal 6 :)
I went ahead and used coder module on this, here are the results:
-
Line 10: New syntax for .info files files requires core=6.x
severity: critical -> http://drupal.org/node/114774#info
-
Line 18: The arguments to hook_help() have changed (Drupal Docs)
function soap_server_help($section) {
Explanation: Change the first two lines to function yourmodule_help($path, $arg) { switch ($path) { ....
severity: critical -> http://drupal.org/node/114774#hook-help && http://api.drupal.org/api/function/hook_help/6
-
Line 29: The menu system has been completely over-hauled in 6.x. (Drupal Docs)
$items[] = array(
severity: critical -> http://drupal.org/node/103114
-
Line 31: Menu item titles and descriptions should now no longer be wrapped in t() calls. (Drupal Docs)
'title' => t('SOAP Server'),
severity: critical -> http://drupal.org/node/140311
-
Line 35: Menu item titles and descriptions should now no longer be wrapped in t() calls. (Drupal Docs)
'description' => t('Configure the SOAP server.'),
severity: critical -> http://drupal.org/node/140311
Im not a developer myself, but I can help testing and the rest.

#1
Here's a patch on the latest dev release of SOAP Server to make it D6-compliant. I only tested that the WSDL is produced (at services/soap?wsdl) and that soapUI is able to read it without complaining.
#2
There is a 6.x version now.
#3
Where is it? There's no release for 6.x on the module page.
#4
The release does not appear as I Create a development snapshot release and these release are only generated 2 times per day but now I added a beta release.
#5
Many thanks melsawy :)
#6
Automatically closed -- issue fixed for two weeks with no activity.