Hi there!
I am new in PHP/SOAP, and have a problem with following. I do not know how to retrieve complex data types such as arrays and objects. Particularly I cannot find a clue how it is possible to get cities based on state from following:
<?
$client = new
SoapClient(
"http://www.webservicex.com/uszip.asmx?WSDL"
);
?>
Thanx in advance.