
Michael Richey - 2011-10-18 05:49:45
Modifying the regex pattern for the output allows returning associative arrays.
I've been mucking around with the class - making my own little modifications to suit the needs of my application, so the line numbers may vary.
around line 113, the second $pattern variable, add "stringArray|" to the beginning of the pattern and you will be able to return associative arrays as output.
I've successfully returned nested arrays, so this is pretty robust and within the SOAP spec.
Braulio, if you want a copy of the modified, I've accommodated complex request strings (get vars) and SSL detection, as well as the array return value modification.