$ggpl_endpoint,
"uri" => "urn:/WebServices/SOAP/IF/UAIS",
"style" => SOAP_RPC,
"use" => SOAP_ENCODED));
$_SESSION['ademographics'] = $soapClient->__soapCall("SOAP_getMADemographics", array());
$ademographics = $_SESSION['ademographics'];
}
}
catch (Exception $e) {
echo 'Caught exception:
', $e->getMessage(), "\n
";
}
?>
$ggpl_endpoint,
"uri" => "urn:/WebServices/SOAP/IF/UAIS",
"style" => SOAP_RPC,
"use" => SOAP_ENCODED));
$_SESSION['atitles'] = $soapClient->__soapCall("SOAP_getMATitles", array());
}
}
catch (Exception $e) {
echo 'Caught exception:
', $e->getMessage(), "\n
";
}
?>