Hi Danne, > -----Original Message----- > From: Danne.Lundqvist@corp.vodafone.se > Can you create "real" associative arrays in wsdl? > The way I've solved is like below. As far as I know this is the only way to 'emulate' associative arrays. Together with the classmapping functionality in the PHP5 soap implementation you might create a class that implements an Iterator, so you can doe foreach($objectarray as $item){} with it and count() it. Kind regards, David -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php