Search the web
Sign In
New User? Sign Up
wsdl
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
w3c WSDL stock quote example question.   Message List  
Reply | Forward Message #2073 of 2160 |
Looking at the w3c's first WSDL document example
(http://www.w3.org/TR/wsdl#_example1), I noticed something:

<?xml version="1.0"?>
<definitions name="StockQuote" ...

<binding name="StockQuoteSoapBinding" type="tns:StockQuotePortType">
...
</binding>

<service name="StockQuoteService">
<documentation>My first service</documentation>
<port name="StockQuotePort" binding="tns:StockQuoteBinding">
...
</port>
</service>

</definitions>


Shouldn't the port's binding attribute (StockQuoteBinding) and the name
of the binding (StockQuoteSoapBinding) match up? I doubt such a simple
mistake would go unnoticed in a w3c doc, is there something I'm not
getting?

Bean




Thu Jan 11, 2007 10:43 pm

bean8107
Offline Offline
Send Email Send Email

Forward
Message #2073 of 2160 |
Expand Messages Author Sort by Date

Looking at the w3c's first WSDL document example (http://www.w3.org/TR/wsdl#_example1), I noticed something: <?xml version="1.0"?> <definitions...
Jason Viers
bean8107
Offline Send Email
Jan 11, 2007
10:47 pm

Yes they should -- It's a known bug in the spec. (actually, there are quite a few errors, discrepancies, and ambiguities in the spec) (The WSDL spec is a "W3C...
Anne Thomas Manes
annemanes
Offline Send Email
Jan 12, 2007
12:48 am

... quite a few ... vendors ... The vendors ... You should ... about the spec.) That makes sense, thanks for the explanation! Jason (So there ARE people on...
Jason Viers
bean8107
Offline Send Email
Jan 12, 2007
4:11 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help