- From: Paul Prescod <paulp@ActiveState.com>
- Date: Mon, 27 Aug 2001 12:11:03 -0700
- To: xml-dist-app@w3.org
Rich Salz wrote: > > Modulo Larry's note about "don't rehash; send links", I really do not > understand the objection: > > > The gist of the problem is that the current HTTP binding uses HTTP POST > > requests. > > IS there a fundamental difference between sending a soap message and > sending form data? If so, what is it? One difference is that when I build an HTML form I have a choice of GET or POST. Google uses GET. Babelfish uses POST. In fact I believe that GET is the default. Will SOAP allow me to choose? Also, I'd really appreciate it if SOAP would allow me to choose how much or how little to put in the URL-line instead of in the message body. But that implies a tighter binding between SOAP and HTTP than just using HTTP as a more or less invisible transport. -- Take a recipe. Leave a recipe. Python Cookbook! http://www.ActiveState.com/pythoncookbook
Received on Monday, 27 August 2001 15:11:35 UTC