No,
there is no Java serialization. It's just using a set of convenient 
pre-existing Java interfaces and exception classes. All web service engines use 
ASCII XML as transport format.
 


  _____  

        From: Antonio Manuel Muñiz Martín [mailto:[EMAIL PROTECTED] 
        Sent: Monday, 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 ServiceStub();
        stub.operation();
        
        This lines throws java.rmi.RemoteException 
        
        Axis uses Java RMI?
        
        
        

Reply via email to