A SOAP call for MNA's
by Thomas Cramer
Here is a SOAP call that will provide all the valid MNA accounts and corresponding full name:
my $client = SOAP::Lite
->uri('https://appserve.musc.edu/mnaSoap')
->proxy('https://appserve.musc.edu/mnaSoap/mnaInfo.cgi');
my $result= $client ->getUserInfo();


