Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

WSDL

WSDL

A WSDL is an XML schema that describes the protocols, formats, and signatures of the web service operations.
A WSDL contains a description of the data to be passed to the web service so that both the sender and the receiver of the service request understand the data being exchanged. The elements of a WSDL contain a description of the operations to be performed on that data, so that the receiver of a message knows how to process it. The elements of a WSDL also contain a binding to a protocol or transport, so that the sender of a message knows how to send it.
You can view the WSDL of a web service in the Developer tool or in the Administrator tool. After you deploy a web service to a Data Integration Service, you can view the WSDL URL or you can download the WSDL to a file. When you access the WSDL URL that the Administrator tool displays, you can see the content of the WSDL.

0 COMMENTS

We’d like to hear from you!