wsdl primer example uses POST to check availability?

The opCheckAvailability operation takes a few scalar
values and does a lookup, like the classic getStockQuote,
right?

So it should be bound to GET using
 style="http://www.w3.org/2004/08/wsdl/style/uri"

shouldn't it?


  <binding name="reservationSOAPBinding" 
          interface="tns:reservationInterface"
          type="http://www.w3.org/2004/08/wsdl/soap12"
          wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">

http://www.w3.org/TR/2004/WD-wsdl20-primer-20041221/


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Tuesday, 22 March 2005 02:10:51 UTC