SOAP is not at all similar to IIOP or JRMP. SOAP is a data construct specification whereas IIOP and JRMP are TCP/IP protocols. SOAP is very similar to RMI. RMI and SOAP (not document style) are protocol-abstracted RPC mechanisms.
Can you construct RMI over SOAP? That wouldn't make any sense as they do effectively the same thing. You would use one or the other. You would RMI for Java-to-Java communication where the underlying protocols are allowed given firewall restrictions, etc. You would use SOAP for Java-to-Java where protocols are not allowed or for basically any other kind of communication with Java-based implementation services. This is all in the RMI context. I don't at all mean that SOAP is only used in the Java world. As we all know, its primary purpose is interoperability of systems to get away from language and protocol restriction alls the while making services generally available. Carson __________________________________________________________ Carson Hager Cynergy Systems, Inc. Sybase Enterprise Application Studio Consulting and Training http://www.cynergysystems.com > -----Original Message----- > From: Elsholz, Alexander [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 19, 2001 9:21 AM > To: '[EMAIL PROTECTED]' > Subject: AW: SOAP, RMI, IOOP > > > 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 > > > > > >