Complex Type representation in PEAR SOAP Server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux