views:

182

answers:

3

I have worked with SOAP in SAAJ and JAXM, and I want to extend on that, and throw in some WSDL and UDDI.

What was, for you, the most useful book or article when you learned WSDL? What tools came in handy when trying to create and run some examples?

Thank you.

A: 

Web services with WSDL 2.0

SUMMARY:At their core, Web services define a mechanism for machine-to-machine interaction using a network and XML. A key component of a Web service is a formal description with Web Services Description Language (WSDL).

adatapost
.NET does not support WSDL 2.0, and I suspect it's not the only platform which does not.
John Saunders
A: 

Web Services Description Language (WSDL) 1.1

but also

WS-I Basic Profile Version 1.1 to learn what parts of WSDL to not use.

John Saunders
Using the W3C specs as learning material won't get you very far... they're specs, not tutorials.
skaffman
A: 

I am answering my own question since I did not get a lot of responses.

I eventually found a good article and used it as a basis for beginning to learn WSDL. I extended on it by reading other articles similar to the one specified by adatapost or by google-ing. For specific details I turned to the specifications as John Saunders suggested.

This is the material that I found most useful when starting to learn WSDL: Understanding WSDL. Hope it helps somebody else too.

dpb