[
Lists Home |
Date Index |
Thread Index
]
- From: Andrew Layman <andrewl@microsoft.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 21 Jul 2000 17:40:20 -0700
Perhaps I misunderstand Jonathan Borden's comments, when he writes
I've designed XMOP ... to
serialize objects. This format is similar to SOAP, but focusses on
serialization of the entire object rather than making a single method call
or property get/set.
SOAP section five specifically provides serialization rules for entire
objects or graphs of objects. Its use is not limited to method calls but is
a general facility for serialization.
See http://msdn.microsoft.com/xml/general/soapspec.asp
|