returning arrays using wsdl in php`
Posted: Wed Oct 06, 2004 7:11 am
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]
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]