Re: Axis use RMI?

2007-11-27 Thread Antonio Manuel Muñiz Martín
nt:* Monday, November 26, 2007 10:41 AM > *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? > > >

RE: Axis use RMI?

2007-11-26 Thread sietsenicolaas.tenhoeve
m: 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();

RE: Axis use RMI?

2007-11-26 Thread Walker, Jeff
onday, November 26, 2007 10:42 AM 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 Servic

Axis use RMI?

2007-11-26 Thread Antonio Manuel Muñiz Martín
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?