Node Types - simple, struct, array

This section describes the nodeTYpe attribute used in serializing complex values.

To help identifying the type of node, SOAP encoding specification also offers the following rule:

Rule 7. When serializing an labeled inbound edge, "enc:nodeType" attribute can be added to indicate what kind of a value this node represents. "enc:nodeType" may be one of the strings "simple" or "struct" or "array".

Example 7:

   <currentCustomer enc:nodeType="struct">
    <id enc:nodeType="simple">2321</id>
    <name enc:nodeType="simple">Herong</name>
    <isSmoking enc:nodeType="simple">false</isSmoking>
   </currentCustomer>

Table of Contents

 About This Book

 Introduction to Web Service

 Introduction to SOAP (Simple Object Access Protocol)

 SOAP Message Structure

 SOAP Message Transmission and Processing

 SOAP Data Model

SOAP Encoding

 What Is SOAP Encoding

 Multiple References and Circular References

Node Types - simple, struct, array

 SOAP Encoding Attributes and Namespace

 Using SOAP Encoding in SOAP Messages

 SOAP RPC Presentation

 SOAP Properties Model

 SOAP MEP (Message Exchange Patterns)

 SOAP HTTP Binding

 SOAP PHP Implementations

 PHP SOAP Extension Client Programs

 PHP SOAP Extension Server Programs

 PHP SOAP Web Service Example - getTemp

 SOAP Perl Implementations

 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

 Perl SOAP::Lite for WSDL

 Python SOAP Client: Zeep

 SOAP Java Implementations

 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

 Web Services and SOAP Terminology

 Archived Tutorials

 References

 Full Version in PDF/EPUB