Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 29,597 times

Contents

Related Categories

Building a Web Service - The Beginning - WSDL

LACanadian

WSDL

Next up in our alphabet soup is Web Services Description Language or WSDL. For those of you like to pronounce your acronyms, that would be "whiz-dull". As you might guess, the purpose of WSDL is to describe the web service that is being exposed. More specifically, it provides the details about the functionality that is implemented, what messages are used to request the service and the sequence in which the messages are exchanged. In other words, everything that an intrepid developer needs to know in order to use our service in their application.

Now defining the WSDL file for a web service is not a requirement for it to be used. However, not having one is like selling an ActiveX component without providing documentation, on-line or otherwise. And even though the format of a WSDL document is convoluted (it is an XML-based standard, after all), most development environments (including Visual Studio) provide tools that will automatically generate WSDL for you. So there is no reason (other than laziness) for not creating a WSDL document for any web service that you develop.

I am the owner of a small application development consulting company that specialized in the design and implementation of Internet-based applications. While there are others who can make a web site look good, our expertise is in making the site function. This includes infrastructure design, database design and administration, software development and deployment. For the most part, we utilize Microsoft-based languages and tools. And we are skilled enough to have generated two patent applications for our clients.

Comments

  • Building a Web Service - Using Java Server Pages (JSP)

    Posted by Nilz on 22 Aug 2006

    Hi everyone, i'm doing a project for job seekers, I don't know much on Java server pages, can anyone provide some support to me by sending me useful links of sample codes. Have great work loads.Thanks...

  • Webservice

    Posted by gopikrishna.k on 25 Jan 2006

    [blue]It is very nice. I feel like I got what I needed, just introduction on Webservices.[/blue]
    Adding some more examples will do much better.

  • Posted by James Crowley on 12 Jan 2003

    The second part to this article will be published in a few days :)

  • Good intro

    Posted by DavidWadsworth on 12 Jan 2003

    Very good intro but I am now left wanting more, a link to an example would have been good.