unread
Hello,
This is turning into a major headache for me. The handling of sequences
in ext/soap seems somewhat problemematic. I have come across the
following bug report which I have reopened:
http://bugs.php.net/bug.php?id=36226
Essentially I see 3 cases:
- sequence is empty
- sequence has one element
- sequence has multiple elements
I would hope to get an array in all 3 cases.
- empty array
- array with one element
- array with multiple elements.
Am I missing something?
regards,
Lukas