Hi, When defining a method in the SOAP Server I see that you can specify your own complex types using the lovely typedef declaration. My scenario is this, I have defined an array of SOAP structs (similar to the MP3 server example). Now my method that handles the request looks like: function methodName (complexParam) { ... } How is complexParam represented in PHP terms, assuming that its SOAP definition has been an array of SOAP structs. Is it a PHP object of type SOAP value, is it a multi-dimensional array? Thanks, Al -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php