Does anybody know how you send large arrays (ie not just one value) from client to server using PEAR SOAP? Example code would be useful Ste
warning not a php/soap man:
why not just try serializing hte value before you send it... that way you are not sending a large array but a large string
of course you get a small bit of overhaed with that