Published Name Web Service
Thomas Cramer has written a webservice which can be used to return someone's published name by supplying their MNA.
To use the service in perl do:
my $client = SOAP::Lite
->uri('https://appserve.musc.edu/gabSoap')
->proxy('https://appserve.musc.edu/gabSoap/gabName.cgi');
my $result= $client ->getUserInfo("cramert");


