Paul,
I think I answered my own question. But, let me confirm this is the intended way to do this.
================
$authToken = get_authToken({userID => 'admin', cred => 'changeit'});
$authInfo = $authToken->authInfo;
$publisherAssertions = get_publisherAssertions($authInfo)
=================
Generates a "authInfo" element namespaced "namesp1:"
If I specify "$authInfo->value" it works perfectly.
Is that what you expect?
Thanks,
Mark
|