Hi,

No, Axis doesn't use RMI. The Remote interface (from RMI) is used in Axis as 
the same purpose as in RMI which is to mark the Object as a remote object. The 
Remote interface therefore doesn't have any methods to implement.

Regards,
Sietse

________________________________

From: Antonio Manuel Muñiz Martín [mailto:[EMAIL PROTECTED] 
Sent: 26 November 2007 15:42
To: axis-user
Subject: Axis use RMI?


Hi.

When you generate an axis client using XMLBeans as data binding, you call web 
service operations with this statement:

ServiceStub = new ServiceStub();
stub.operation();

This lines throws java.rmi.RemoteException 

Axis uses Java RMI?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to