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

SOAP 1.2 Binding - PHP, Java and Perl Clients

This chapter provides tutorial notes and example codes on client programming for WSDL 1.1 with SOAP 1.2 binding. Topics include testing PHP 5.3.1 SOAP Extension with RPC method and XML document based Web services; testing Java Axis 1.4.1 with RPC method and XML document based Web services; confirming that Perl SOAP::Lite 0.710 does not support WSDL 1.1/SOAP 1.2.

PHP SOAP Extension - RPC Method Based Web Services

PHP SOAP Extension - XML Document Based Web Services

Java Axis2 1.4.1 - XML Document Based Web Services

Java Axis2 1.4.1 - RPC Method Based Web Services

Perl SOAP::Lite 0.710 - No WSDL 1.1/SOAP 1.2 Support

Conclusions:

  • PHP 5.3.1 SOAP Extension does support WSDL 1.1 with SOAP 1.2 binding.
  • Java Axis2 1.4.1 does support WSDL 1.1 with SOAP 1.2 binding.
  • Perl SOAP::Lite 0.710 does not support WSDL 1.1 with SOAP 1.2 binding.

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
SOAP 1.2 Binding - PHP, Java and Perl Clients