Compiling 5 source files to D:\newPP\Everest\Everest-mobile\build\compiled D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS.java:7: package java.rmi does not exist public interface UsuarioWS extends java.rmi.Remote { D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS.java:8: package java.rmi does not exist public java.lang.String usuarioValido(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:7: package javax.xml.rpc does not exist import javax.xml.rpc.JAXRPCException; D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:8: package javax.xml.namespace does not exist import javax.xml.namespace.QName; D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:9: package javax.microedition.xml.rpc does not exist import javax.microedition.xml.rpc.Operation; D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:10: package javax.microedition.xml.rpc does not exist import javax.microedition.xml.rpc.Type; D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:11: package javax.microedition.xml.rpc does not exist import javax.microedition.xml.rpc.ComplexType; D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:12: package javax.microedition.xml.rpc does not exist import javax.microedition.xml.rpc.Element; D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:14: package javax.xml.rpc does not exist public class UsuarioWS_Stub implements info.everest.mobile.ws.UsuarioWS, javax.xml.rpc.Stub { D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:58: cannot find symbol symbol : class Operation location: class info.everest.mobile.ws.UsuarioWS_Stub protected void _prepOperation(Operation op) { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:68: package java.rmi does not exist public java.lang.String usuarioValido(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:98: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_password = new QName("", "password"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:99: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_return = new QName("", "return"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:100: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_username = new QName("", "username"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:101: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_usuarioValido = new QName("jaxws.webservices.everest.info", "usuarioValido"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:102: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_usuarioValidoResponse = new QName("jaxws.webservices.everest.info", "usuarioValidoResponse"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:103: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final Element _type_usuarioValido; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:104: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final Element _type_usuarioValidoResponse; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:19: cannot find symbol symbol : variable ENDPOINT_ADDRESS_PROPERTY location: class info.everest.mobile.ws.UsuarioWS_Stub _propertyNames = new String[] {ENDPOINT_ADDRESS_PROPERTY}; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:49: cannot find symbol symbol : variable ENDPOINT_ADDRESS_PROPERTY location: class info.everest.mobile.ws.UsuarioWS_Stub if (ENDPOINT_ADDRESS_PROPERTY.equals(name) || USERNAME_PROPERTY.equals(name) || PASSWORD_PROPERTY.equals(name)) { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:49: cannot find symbol symbol : variable USERNAME_PROPERTY location: class info.everest.mobile.ws.UsuarioWS_Stub if (ENDPOINT_ADDRESS_PROPERTY.equals(name) || USERNAME_PROPERTY.equals(name) || PASSWORD_PROPERTY.equals(name)) { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:49: cannot find symbol symbol : variable PASSWORD_PROPERTY location: class info.everest.mobile.ws.UsuarioWS_Stub if (ENDPOINT_ADDRESS_PROPERTY.equals(name) || USERNAME_PROPERTY.equals(name) || PASSWORD_PROPERTY.equals(name)) { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:52: cannot find symbol symbol : variable SESSION_MAINTAIN_PROPERTY location: class info.everest.mobile.ws.UsuarioWS_Stub if (SESSION_MAINTAIN_PROPERTY.equals(name)) { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:55: cannot find symbol symbol : class JAXRPCException location: class info.everest.mobile.ws.UsuarioWS_Stub throw new JAXRPCException("Stub does not recognize property: "+name); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:74: cannot find symbol symbol : class Operation location: class info.everest.mobile.ws.UsuarioWS_Stub Operation op = Operation.newInstance(_qname_usuarioValido, _type_usuarioValido, _type_usuarioValidoResponse); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:74: cannot find symbol symbol : variable Operation location: class info.everest.mobile.ws.UsuarioWS_Stub Operation op = Operation.newInstance(_qname_usuarioValido, _type_usuarioValido, _type_usuarioValidoResponse); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:76: cannot find symbol symbol : variable Operation location: class info.everest.mobile.ws.UsuarioWS_Stub op.setProperty(Operation.SOAPACTION_URI_PROPERTY, ""); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:80: cannot find symbol symbol : class JAXRPCException location: class info.everest.mobile.ws.UsuarioWS_Stub } catch (JAXRPCException e) { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:82: package java.rmi does not exist if (cause instanceof java.rmi.RemoteException) { ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:83: package java.rmi does not exist throw (java.rmi.RemoteException) cause; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:98: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_password = new QName("", "password"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:99: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_return = new QName("", "return"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:100: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_username = new QName("", "username"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:101: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_usuarioValido = new QName("jaxws.webservices.everest.info", "usuarioValido"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:102: cannot find symbol symbol : class QName location: class info.everest.mobile.ws.UsuarioWS_Stub protected static final QName _qname_usuarioValidoResponse = new QName("jaxws.webservices.everest.info", "usuarioValidoResponse"); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:107: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub Element _type_username; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:108: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub _type_username = new Element(_qname_username, Type.STRING, 0, 1, false); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:108: cannot find symbol symbol : variable Type location: class info.everest.mobile.ws.UsuarioWS_Stub _type_username = new Element(_qname_username, Type.STRING, 0, 1, false); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:109: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub Element _type_password; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:110: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub _type_password = new Element(_qname_password, Type.STRING, 0, 1, false); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:110: cannot find symbol symbol : variable Type location: class info.everest.mobile.ws.UsuarioWS_Stub _type_password = new Element(_qname_password, Type.STRING, 0, 1, false); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:111: cannot find symbol symbol : class ComplexType location: class info.everest.mobile.ws.UsuarioWS_Stub ComplexType _complexType_usuarioValido; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:112: cannot find symbol symbol : class ComplexType location: class info.everest.mobile.ws.UsuarioWS_Stub _complexType_usuarioValido = new ComplexType(); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:113: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub _complexType_usuarioValido.elements = new Element[2]; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:116: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub _type_usuarioValido = new Element(_qname_usuarioValido, _complexType_usuarioValido); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:117: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub Element _type_return; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:118: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub _type_return = new Element(_qname_return, Type.STRING, 0, 1, false); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:118: cannot find symbol symbol : variable Type location: class info.everest.mobile.ws.UsuarioWS_Stub _type_return = new Element(_qname_return, Type.STRING, 0, 1, false); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:119: cannot find symbol symbol : class ComplexType location: class info.everest.mobile.ws.UsuarioWS_Stub ComplexType _complexType_usuarioValidoResponse; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:120: cannot find symbol symbol : class ComplexType location: class info.everest.mobile.ws.UsuarioWS_Stub _complexType_usuarioValidoResponse = new ComplexType(); ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:121: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub _complexType_usuarioValidoResponse.elements = new Element[1]; ^ D:\newPP\Everest\Everest-mobile\src\info\everest\mobile\ws\UsuarioWS_Stub.java:123: cannot find symbol symbol : class Element location: class info.everest.mobile.ws.UsuarioWS_Stub _type_usuarioValidoResponse = new Element(_qname_usuarioValidoResponse, _complexType_usuarioValidoResponse); ^ 52 errors D:\newPP\Everest\Everest-mobile\nbproject\build-impl.xml:183: Compile failed; see the compiler error output for details. BUILD FAILED (total time: 8 seconds)