returning arrays using wsdl in php`

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
t_ravichandu
Forum Newbie
Posts: 3
Joined: Fri Aug 20, 2004 4:21 am

returning arrays using wsdl in php`

Post by t_ravichandu »

hi,
i'v a wsdl and xsd with complex datatypes defined in it...the wsdl is gnerating the request and response fine with xmlspy--an xml editor but it is not showing the expected result in the browser when i invoke the page in the browser
following is the result it is giving

stdClass Object ( [item] => stdClass Object ( [item] => stdClass Object ( [key] => viewed [value] => 1234 ) ) )

where as it should print the whole array..
pls help me
chandu[/php_man]
Post Reply