Re: wsdl primer example uses POST to check availability?

Egad!  You're right.  We'll have to fix that.

Now that you mention it, we also forgot to set the wsdl:safe='true'
attribute on the operation:
http://www.w3.org/TR/2004/WD-wsdl20-20040803/#InterfaceOperation_safe_attribute



On Mon, 2005-03-21 at 20:25, Dan Connolly wrote:
> 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/
-- 

David Booth
W3C Fellow / Hewlett-Packard

Received on Tuesday, 22 March 2005 15:27:27 UTC