Web Services, Part I: Introduction: WSDL Demo - Doc JavaScript | WebReference

Web Services, Part I: Introduction: WSDL Demo - Doc JavaScript


Web Services, Part I: Introduction

WSDL Example

When planning to use a new Web service, you need to learn its interface first. You can learn it from the Web service's WSDL (Web Services Description Language) document. It describes the messages that the Web service understands, the format of its responses to those messages, the protocols that the service support, and so on. The WSDL document is easy to browse. Just click the lines beginning with the ("-") and plus ("+") signs, to contract or expand the code. Here is the WSDL document for a Web service that returns the temperature according to the zip code:

Next: How to write the Web service's description elements


https://www.internet.com


Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: November 5, 2001
Revised: November 5, 2001

URL: https://www.webreference.com/js/column96/9.html