Java - Problema con Axis

 
Vista:

Problema con Axis

Publicado por Roberto (3 intervenciones) el 11/07/2007 08:38:28
Hola, tengo un problema con RMI...en la ejecución del test para comprobar el funcionamiento del método remoto obtengo el siguiente error y no se a qué puede ser debido:

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.rmi.StubNotFoundException: Stub class missing constructor: xx.xx.webservice.service.xxServiceSoapBindingImpl_Stub; nested exception is:
java.lang.NoSuchMethodException: xx.xx.webservice.service.xxServiceSoapBindingImpl_Stub.<init>(java.rmi.server.RemoteRef)
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:xx

java.rmi.StubNotFoundException: Stub class missing constructor: xx.xx.webservice.service.xxServiceSoapBindingImpl_Stub; nested exception is:
java.lang.NoSuchMethodException: xx.xx.webservice.service.xxServiceSoapBindingImpl_Stub.<init>(java.rmi.server.RemoteRef)

...

xx.xx.webservice.service.xxServiceSoapBindingStub.valida_poder(xxServiceSoapBindingStub.java:197)
at xx.xx.webservice.service.xxServiceServiceTestCase.test1xxServiceValida_poder(xxServiceServiceTestCase.java:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Os agradezco vuestra ayuda.

Un saludo.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder