oContactoVO.setMail(contact.getEmail());
oContactoVO.setTelefono(contact.getTelephone());
AgregarContacto oAgregarContacto = new AgregarContacto();
oAgregarContacto.setOContactoVO(oContactoVO);
AgregarContactoResponse objResponse = oStub.agregarContacto(oAgregarContacto);
String mensaje = objResponse.get_return();
System.out.println(mensaje);
return new ModelAndView("saludo", "message", mensaje);
} catch (RemoteException e) {
// TODO Auto-generated catch block