WSDL Tutorials - Herong's Tutorial Examples - v2.22, by Herong Yang
Archived: Downloading and Installing PHP 5.3.1
This section provides a tutorial example on how to download and install PHP 5.3.1 on a Windows system.
Here is what I did to download and install PHP 5.3.1:
1. Go to http://windows.php.net/download/.
2. Click the "Zip" link in the "VC6 x86 Thread Safe" section. The download process starts.
3. Save the downloaded file to \local\php-5.3.1-Win32-VC6-x86.zip.
4. Unzip php-5.3.1-Win32-VC6-x86.zip to \local\php\ directory.
5. Open a command window, and try the following commands
herong> \local\php\php -v PHP 5.3.1 (cli) (built: Nov 19 2009 10:17:43) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies herong> \local\php\php-cgi -v PHP 5.3.1 (cgi-fcgi) (built: Nov 19 2009 10:17:41) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
Cool, both Command Line Interface (CLI) and Common Gateway Interface (CGI) of PHP are working!
Table of Contents
WSDL 2.0 Document Structure and Syntax
WSDL Version 2.0 Part 2: Adjuncts
WSDL 2.0 Document Examples with SOAP Binding
Using WSDL Document in Java Apache Axis2/Java for WSDL
Apache Woden for WSDL Documents in Java
SoapUI - Web Service Testing Tool
WSDL 1.1 Document Structure and Syntax
WSDL 1.1 Binding Extension for SOAP 1.1
SoapUI as WSDL 1.1 Testing Tool
WSDL 1.1 and SOAP 1.1 Examples - Document and RPC Styles
PHP SOAP Extension for WSDL 1.1
Apache Axis2/Java for WSDL 1.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
Archived: Downloading and Installing SoapUI 3.0.1
Archived: SoapUI 3.0.1 MockService - Web Service Simulator
►Archived: Downloading and Installing PHP 5.3.1
Archived: Downloading and Installing Axis2/Java 1.4.1
Archived: Axis2GetSpeechClient.java - document/literal Style