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.Go to:
<!-- m --><a class="postlink" href="http://dietrich.ganx4.com/nusoap/">http://dietrich.ganx4.com/nusoap/</a><!-- m -->
You'll find a lot of answers.
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.Go to:
<!-- m --><a class="postlink" href="http://dietrich.ganx4.com/nusoap/">http://dietrich.ganx4.com/nusoap/</a><!-- m -->
You'll find a lot of answers.