}
public PAPAuthorizationManagement getPAPAuthorizationManagementService(String url) {
initializeAxisProperties();
PAPAuthorizationManagementServiceLocator loc = new PAPAuthorizationManagementServiceLocator();
try {
return loc.getPAPAuthorizationManagement(new URL(url));
} catch (MalformedURLException e) {
throw new PAPException("Error contacting PAP Authorization management service: " + e.getMessage(),
e);