SOAP Web Service Tutorials - Herong's Tutorial Examples - v5.13, by Herong Yang
Web Method Feature
This section describes the SOAP Web Method Feature, its properties and processing rules.
Web Method Feature is SOAP feature that can be used with Request-Response Message Exchange Pattern or Response Message Exchange Pattern. This feature allows SOAP nodes to communicate to each other with an extra information indicates a Web method name. The feature name is: http://www.w3.org/2003/05/soap/bindingFramework/ExchangeContext/ExchangePatternName = http://www.w3.org/2003/05/soap/features/web-method/
Web Method Feature defines the following additional SOAP properties:
8. Web Method: Used to specify the method name of predefined Web methods similar to those used in the HTTP protocol. This property is named as: http://www.w3.org/2003/05/soap/features/web-method/Method and having possible values of "GET", "POST", "PUT", and "DELETE".
Table of Contents
Introduction to SOAP (Simple Object Access Protocol)
SOAP Message Transmission and Processing
►SOAP MEP (Message Exchange Patterns)
What Are SOAP Message Exchange Patterns
Request-Response Message Exchange Pattern
Response Message Exchange Pattern
PHP SOAP Extension Client Programs
PHP SOAP Extension Server Programs
PHP SOAP Web Service Example - getTemp
Perl SOAP::Lite - SOAP Server-Client Communication Module
Perl Socket Test Program for HTTP and SOAP
Perl SOAP::Lite for NumberToWords SOAP 1.1 Web Service
Perl SOAP::Lite for SOAP 1.2 Web Services
Java Socket and HttpURLConnection for SOAP
SAAJ - SOAP with Attachments API for Java
SoapUI - SOAP Web Service Testing Tool
WS-Security - SOAP Message Security Extension
WS-Security X.509 Certificate Token
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