Re: [PHP] SoapClient and arrays

2008-08-05 Thread Marten Lehmann
Hello, What about $response->key ??? What does that give? It seems to me, that $response->key will be a public property of the stdClass? thanks, this works fine. Regards Marten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SoapClient and arrays

2008-08-04 Thread Aschwin Wesselius
Marten Lehmann wrote: Hello, I'm calling a webservice that is described by a WSDL-URL using the PHP-builtin Soap client. This works fine in general. But although the response is received correct, the variable type is wrong. According to the WSDL file, the response is defined like this:

[PHP] SoapClient and arrays

2008-08-04 Thread Marten Lehmann
Hello, I'm calling a webservice that is described by a WSDL-URL using the PHP-builtin Soap client. This works fine in general. But although the response is received correct, the variable type is wrong. According to the WSDL file, the response is defined like this: type="s:bool