Re: [Moderator Action] Documentation Issue http://www.w3.org/TR/wsdl#_wsdl

Hi Kalyan,

I suggest that you contact the editors of the specification directly;
this was a W3C Member Submission. I note that contact information for
the editors is available in the specification.

  Ian

On Tue, 2006-09-19 at 18:46 +0000, kalyan.chakravartiu@wipro.com wrote:
> Hi All,
> 
> I am going through the website( http://www.w3.org/TR/wsdl#_wsdl ) for
> Web Services Description Language (WSDL) 1.1, and found that the
> binding name="StockQuoteSoapBinding" does not match with
> binding="tns:StockQuoteBinding" as below, is this a data publishing
> issue of how does this mapping work?
> 
> http://www.w3.org/TR/wsdl#_wsdl
> 
> 
> 1.2 WSDL Document Example
> 
> Example 1 SOAP 1.1 Request/Response via HTTP
> <binding name="StockQuoteSoapBinding" type="tns:StockQuotePortType">
> <soap:binding style="document"
> transport="http://schemas.xmlsoap.org/soap/http"/>
> <operation name="GetLastTradePrice">
> <soap:operation soapAction="http://example.com/GetLastTradePrice"/>
> <input>
> <soap:body use="literal"/>
> </input>
> <output>
> <soap:body use="literal"/>
> </output>
> </operation>
> </binding>
> 
> <service name="StockQuoteService">
> <documentation>My first service</documentation>
> <port name="StockQuotePort" binding="tns:StockQuoteBinding">
> <soap:address location="http://example.com/stockquote"/>
> </port>
> </service>
> 
> 
> 
>  
> With Regards,
> 
> Kalyan Chakravarti U
> 
> Senior Software Engineer
> 
> EnterpriseWebservice Solutions 
> 
> Wipro Technologies,Hyderabad
> 
> Mobile         :+91 9885310310
> 
> You know the speed of light, so what's the speed of dark?
> 
> 
>  
> 
> 
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of the
> addressee(s) and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately and destroy all copies of this message and any
> attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
> viruses. The company accepts no liability for any damage caused by any
> virus transmitted by this email.
> 
> www.wipro.com
> 
-- 
Ian Jacobs (ij@w3.org)   http://www.w3.org/People/Jacobs
Tel:                     +1 718 260-9447

Received on Tuesday, 19 September 2006 18:58:52 UTC