Needs review
Project:
SOAP Server
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 21:02 UTC
Updated:
23 May 2008 at 21:02 UTC
See the patch to enable array type parameters handling (node.load 'fields' parameter for example).
I think the only reason it didn't work was nusoap's case-sensitive type matching.
This is the nusoap's code excerpt responsible for it:
if ($uqType == 'Array') {
// JBoss/Axis does this sometimes
return $this->serialize_val($value, $name, false, false, false, false, $use);
}
So the patch just transforms all 'array' type entries to 'Array'.
| Comment | File | Size | Author |
|---|---|---|---|
| soap_server.module-array_params.patch | 1.33 KB | pastk |