- From: Liu, Kevin <kevin.liu@sap.com>
- Date: Tue, 20 Dec 2005 09:36:34 -0800
- To: "Anne Thomas Manes" <atmanes@gmail.com>, Jesper Sørensen <jesper.sorensen@ciber.dk>
- Cc: <www-ws@w3.org>
- Message-ID: <3470F33FF8ED12498D07F3A9651AA18E9F754B@uspale20.pal.sap.corp>
That's right, Anne. Jesper, you may want to have a look at the WS-I Basic Profile which provides many fixes to WSDL 1.1 spec. Best Regards, Kevin ________________________________ From: www-ws-request@w3.org [mailto:www-ws-request@w3.org] On Behalf Of Anne Thomas Manes Sent: Tuesday, Dec 20, 2005 9:28 AM To: Jesper Sørensen Cc: www-ws@w3.org Subject: Re: WSDL example at http://www.w3.org/TR/wsdl This is one of many known errors in the spec. Keep in mind that the WSDL 1.1 spec is a W3C Note, not a vetted standard (known as a Recommendation in W3C parlance). There is no plan to update the WSDL 1.1 spec to correct its many errors. The WSDL Working Group is developing WSDL 2.0. Anne On 12/20/05, Jesper Sørensen <jesper.sorensen@ciber.dk> wrote: I am currently digging into Web Service and was reading the : Web Services Description Language (WSDL) 1.1 W3C Note 15 March 2001 at http://www.w3.org/TR/wsdl <http://www.w3.org/TR/wsdl> In example 1 : Example 1 SOAP 1.1 Request/Response via HTTP The Service definition, at the end of the example, points to a Binding called "StockQuoteBinding" : <service name="StockQuoteService"> <documentation>My first service</documentation> <port name="StockQuotePort" binding="tns:StockQuoteBinding"> <soap:address location="http://example.com/stockquote"/ <http://example.com/stockquote%22/> > </port> </service> But in the definition of bindings only a "StockQuoteSoapBinding" exist : <binding name="StockQuoteSoapBinding" type="tns:StockQuotePortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/ <http://schemas.xmlsoap.org/soap/http%22/> > <operation name="GetLastTradePrice"> <soap:operation soapAction=" http://example.com/GetLastTradePrice"/ <http://example.com/GetLastTradePrice%22/> > <input> <soap:body use="literal"/> </input> <output> <soap:body use="literal"/> </output> </operation> </binding> Is it just me or should it have been StockQuoteSoapBinding that was to referenced In the Service Definition "StockQuoteService" ????? Regards Jesper
Received on Tuesday, 20 December 2005 17:37:13 UTC