Hi, SOAP is simelar to IIOP, JRMP...
what is then RMI simelar to? WebObjects;-))) what is the superstructure to SOAP (.net;-))) is it possible to construct RMI over SOAP, or do you know an impletation??? regards alex > -----Urspr�ngliche Nachricht----- > Von: Phillip Urrea [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 19. Oktober 2001 14:59 > An: 'Elsholz, Alexander ' > Betreff: RE: SOAP, RMI, IOOP > > > JRMP is a protocol to allow traffic over IP. It is a > protocol like HTTP > only JRMP traffic carries RMI calls. > > RMI allows remote method invocation of objects which have exposed > themselves through stubs and skeletons. > > SOAP is a protocol which allows for remote method invocation by > packaging requests in XML documents and then sending those > documents to > the server over IP (HTTP or SMTP) the server then runs that method and > returns the reply in a XML document. > > try looking at http://java.sun.com/products/jdk/1.2/docs/guide/rmi/ > > and http://www.soaprpc.com/tutorials/ > > hope that helps... > > -----Original Message----- > From: Elsholz, Alexander > To: '[EMAIL PROTECTED]' > Sent: 10/19/01 11:53 AM > Subject: SOAP, RMI, IOOP > > Hi, > � > i have some Problems to class SOAP... > � > Is SOAP the same like RMI or the same like JRMP? > � > When JRMP, what is simelar to RMI, SOAP und WDSL??? > � > hope somebody could clear me up. > � > regards from germany... > � > alex > � > � >
