WSDL Tutorials - Herong's Tutorial Examples
Dr. Herong Yang, Version 2.00

WSDL Version 2.0 Part 2: Adjuncts

This chapter provides tutorial notes and example codes on WSDL 2.0 Adjuncts. Topics include WSDL message exchange patterns; operation safety flag; operation message style; SOAP binding extension; SOAP 1.2 binding rules.

WSDL Message Exchange Patterns

wsdlx:safe="true|false" Operation Safety

Operation Message Styles

SOAP Binding Extension

SOAP 1.2 Binding Rules

Conclusions:

  • WSDL 2.0 Adjuncts adds operation[@pattern] attributes with its own message exhange patterns: In-Only, Robust In-Only, In-Out.
  • WSDL 2.0 Adjuncts adds operation[@safe] attribute as a safety flag.
  • WSDL 2.0 Adjuncts adds operation[@style] attribute with its own message styles: RPC, IRI, Multipart.
  • WSDL 2.0 Adjuncts adds binding[@type="http://www.w3.org/ns/wsdl/soap"] attribute to indicate SOAP binding with supports both SOAP 1.1 and 1.2.
  • WSDL 2.0 Adjuncts adds binding[@wsoap:version="1.2"] attribute to indicate SOAP 1.2 protocol.

Table of Contents

 About This Book

 Introduction to WSDL 2.0

 WSDL 2.0 Document Structure and Syntax

WSDL Version 2.0 Part 2: Adjuncts

 WSDL 2.0 Document Examples with SOAP Binding

 WSDL 20 Programming APIs and Testing Tools

 Introduction to WSDL 1.1

 WSDL 1.1 Document Structure and Syntax

 WSDL 1.1 Binding Extension for SOAP 1.1

 soapUI 3.0.1 - Web Service Testing Tool

 WSDL 1.1 and SOAP 1.1 Examples - Document and RPC Styles

 PHP SOAP Extension in PHP 5.3.1

 Using WSDL in Perl with SOAP::Lite 0.710

 Using WSDL Document in Java with Axis2 1.4.1

 Using WSDL2Java to Generate Web Service Stub Classes

 WSDL 1.1 Binding Extension for SOAP 1.2

 WSDL 1.1 and SOAP 1.2 Examples - Document and RPC Styles

 SOAP 1.2 Binding - PHP, Java and Perl Clients

 WSDL Related Terminologies

 References

 PDF Printing Version

Dr. Herong Yang, updated in 2009
WSDL Version 2.0 Part 2: Adjuncts