don't use POST to do GET in examples

I see:

<env:Envelope xmlns:env="http://www.w3.org/2001/09/soap-envelope">
  <env:Body>
    <r:GetLastTradePrice env:encodingStyle="http://www.w3.org/2001/09/soap-encoding"
                            xmlns:r="http://example.org/2001/06/quotes">
      <r:Symbol>DEF</r:Symbol>
    </r:GetLastTradePrice>
  </env:Body>
</env:Envelope>

 -- "Web Services Architecture Usage Scenarios"
	Mon, 24 Jun 2002 12:32:22 GMT
  <http://www.w3.org/2002/ws/arch/2/ws-arch-scenarios-20020619.html>

Please don't give the impression that
"trade a few parameters for some info" requests
should be done with HTTP POST.

cf

4.1.2 Distinguishing Resource Retrievals from other RPCs
http://www.w3.org/TR/2002/WD-soap12-part2-20020626/#RPCResourceRetrieval


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/

Received on Thursday, 27 June 2002 09:59:14 UTC