Documentation Issue http://www.w3.org/TR/wsdl#_wsdl

Hi All,

I am going through the website( <http://www.w3.org/TR/wsdl#_wsdl>
http://www.w3.org/TR/wsdl#_wsdl <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> http://www.w3.org/TR/wsdl#_wsdl
<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

Enterprise Webservice 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

Received on Tuesday, 19 September 2006 18:49:55 UTC