Thanks for your replies. Saludos Martin! ;-)
2000/11/26, Martin Gainty <[EMAIL PROTECTED]>: > > This is by design > http://ws.apache.org/axis/java/install.html > RMI and CORBA both have tight binding to transport plumbing as well > as proprietary serialisation/deserialisation restrictions > Axis was designed to run free of transport binding implementation as well > as <de>serialisation algorithms > > Saludos! > *Martín* > ----- Original Message ----- > > *From:* Antonio Manuel Muñiz Martín <[EMAIL PROTECTED]> > *To:* axis-user <[email protected]> > *Sent:* 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? > > >
