//ads:
?>
calling server using nusoap with complextype
PHP Snippet 1:
$MyComplexType = array('ID' => $id ,'YourName' => "Jon Postel");
PHP Snippet 2:
Array
(
[ID] => 1234
[YourName] => "Jon Postel"
)