- From: marwan sabbouh <ftdata@yahoo.com>
- Date: Sat, 3 Mar 2001 12:22:36 -0500 (EST)
- To: ms@mitre.org
- Cc: xml-dist-app@w3.org
Hi; we were asked to look into how RPC fit into the XMLP architecture. Is Rpc a module? or Is it an application that sits on top of XMLP? Microsoft Soap Toolkit provides an example of how RPC can be implemented using SOAP. The toolkit provides objects that are used to serialise/deserialize SOAP's messages. An implementation of a SOAP's server is also provided. The method invocation is a request, an HTTP Post, with method names and parameters specified using QNames in the body of the envelope. The return value is in the body of the envelope, returned in an HTTP reply.The target URI is the URL of the HTTP post. In the above scenario, The Soap's server implementation seems like a module, while the serialize/deserialize objects seems like an application? comments please? Marwan __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
Received on Sunday, 4 March 2001 02:25:03 UTC