public com.jaspersoft.ireport.jasperserver.ws.userandroles.UserAndRoleManagement
     getUserAndRoleManagementServicePort(java.net.URL portAddress)
         throws javax.xml.rpc.ServiceException {
   try {
     com.jaspersoft.ireport.jasperserver.ws.userandroles
             .UserAndRoleManagementServiceSoapBindingStub
         _stub =
             new com.jaspersoft.ireport.jasperserver.ws.userandroles
                 .UserAndRoleManagementServiceSoapBindingStub(portAddress, this);
     _stub.setPortName(getUserAndRoleManagementServicePortWSDDServiceName());
     return _stub;
   } catch (org.apache.axis.AxisFault e) {
     return null;
   }
 }
 /**
  * For the given interface, get the stub implementation. If this service has no port for the given
  * interface, then ServiceException is thrown.
  */
 public java.rmi.Remote getPort(Class serviceEndpointInterface)
     throws javax.xml.rpc.ServiceException {
   try {
     if (com.jaspersoft.ireport.jasperserver.ws.userandroles.UserAndRoleManagement.class
         .isAssignableFrom(serviceEndpointInterface)) {
       com.jaspersoft.ireport.jasperserver.ws.userandroles
               .UserAndRoleManagementServiceSoapBindingStub
           _stub =
               new com.jaspersoft.ireport.jasperserver.ws.userandroles
                   .UserAndRoleManagementServiceSoapBindingStub(
                   new java.net.URL(UserAndRoleManagementServicePort_address), this);
       _stub.setPortName(getUserAndRoleManagementServicePortWSDDServiceName());
       return _stub;
     }
   } catch (java.lang.Throwable t) {
     throw new javax.xml.rpc.ServiceException(t);
   }
   throw new javax.xml.rpc.ServiceException(
       "There is no stub implementation for the interface:  "
           + (serviceEndpointInterface == null ? "null" : serviceEndpointInterface.getName()));
 }