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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | soap_server-d6.patch | 2.17 KB | infojunkie |
Comments
Comment #1
infojunkieHere'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.
Comment #2
melsawy commentedThere is a 6.x version now.
Comment #3
infojunkieWhere is it? There's no release for 6.x on the module page.
Comment #4
melsawy commentedThe 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.
Comment #5
manuel garcia commentedMany thanks melsawy :)
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.