RE: What is the difference between SOAP and JAX-RPC

2003-03-26 Thread Anne Thomas Manes
SOAP message template.   Anne -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]Sent: Wednesday, March 26, 2003 9:34 AMTo: '[EMAIL PROTECTED]'Subject: RE: What is the difference between SOAP and JAX-RPC I don't think the distinction between

RE: What is the difference between SOAP and JAX-RPC

2003-03-26 Thread Volkmann, Mark
03 6:55 PMTo: [EMAIL PROTECTED]Subject: RE: What is the difference between SOAP and JAX-RPC - JAXM: an XML-oriented API that does not support WSDL and assumes that the application constructs the XML message. - SAAJ: a low-level API that lets the application work directly with the SOAP

RE: What is the difference between SOAP and JAX-RPC

2003-03-26 Thread Anne Thomas Manes
I for XML based RPC. (bad choice of name: it supports both RPC and document style formats) It is an API for SOAP, not for XML-RPC. Anne > -Original Message- > From: Rufoo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 11:34 PM > To: [EMAIL PROTECTED] > Subject: RE:

Re: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread E.Narayanan
> What is XML-RPC? Is it a spec or implementation? Its a spec. It's remote procedure calling using HTTP as the transport and XML as the encoding > Does JAX-RPC stand for Java API for XML-RPC? Stands for Java API for XML Based RPC > --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > What is t

RE: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Rufoo
So JAX-RPC is an implementation of SOAP. What is XML-RPC? Is it a spec or implementation? Does JAX-RPC stand for Java API for XML-RPC? ~rf --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > What is the difference between SOAP and JAX-RPCSOAP > is a language- and > platform-independent XML protoc

RE: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Anne Thomas Manes
Title: What is the difference between SOAP and JAX-RPC SOAP is a language- and platform-independent XML protocol. The current version of the specification (SOAP 1.1 -- see http://www.w3.org/TR/SOAP/) was developed by Developmentor, Lotus, IBM, Microsoft, and Userland. There are approximately

RE: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Herrick, Mike
Title: What is the difference between SOAP and JAX-RPC JAX-RPC is just one of Sun's Web Services specs.   SOAP is the W3C Standard. -Original Message-From: Sochea Meas (LMC) [mailto:[EMAIL PROTECTED]Sent: Tuesday, March 25, 2003 3:52 PMTo: '[EMAIL PROTECTED]'Subject: What is th