}
public PAPManagement getPAPManagementService(String url) {
initializeAxisProperties();
PAPManagementServiceLocator loc = new PAPManagementServiceLocator();
try {
return loc.getPAPManagementService(new URL(url));
} catch (MalformedURLException e) {
throw new PAPException("Error contacting PAP Management service: " + e.getMessage(), e);
} catch (ServiceException e) {