Click to See Complete Forum and Search --> : Complex data types in PHP5/SOAP


Tinted Shadow
12-16-2005, 07:40 PM
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.

jtp51
01-03-2006, 05:51 PM
Go to:

http://dietrich.ganx4.com/nusoap/

You'll find a lot of answers.