Herong's Tutorial Notes on Web Service and SOAP
Dr. Herong Yang, Version 4.00

PHP SOAP Extension Server Programs

This chapter provides notes and tutorials on PHP SOAP Extension server side functions, writing server and client programs using SOAP 1.1 and SOAP 1.2, writing WSDL document.

PHP SOAP Extension Functions for Server Programs

HelloServer.php - First SOAP Server Application

HelloServer12.php - SOAP 1.2 Server Application

HelloServerWsdl.php - SOAP 1.2 Server Application in WSDL Mode

Conclusions:

  • SOAP Extension is easy to use for setting up SOAP services quickly.
  • SOAP Extension does support SOAP 1.2 specification.
  • WSDL document is actually easy to understand.

Exercise: Write a temperature conversion SOAP service.

Table of Contents

 About This Book

 Web Services and SOAP Terminology

 Introduction to Web Service

 Introduction to SOAP (Simple Object Access Protocol)

 SOAP Message Structure

 SOAP Message Transmission and Processing

 SOAP Data Model

 SOAP Encoding

 SOAP RPC Presentation

 SOAP Properties Model

 SOAP Message Exchange Patterns

 SOAP HTTP Binding

 SOAP Perl Implementations

 SOAP PHP Implementations

 SOAP Java Implementations

 Perl SOAP::Lite - SOAP Server-Client Communication Module

 Perl Socket Test Program for HTTP and SOAP

 Perl SOAP::Lite for GetSpeech SOAP 1.1 Web Service

 Perl SOAP::Lite 0.710 for SOAP 1.2 Web Services

 Perl SOAP::Lite 0.710 for WSDL

 PHP SOAP Extension Client Programs

PHP SOAP Extension Server Programs

 Java Socket and HttpURLConnection for SOAP

 SAAJ - SOAP with Attachments API for Java

 References

 PDF Printing Version

Dr. Herong Yang, updated in 2009
PHP SOAP Extension Server Programs