XML messaging with SOAP

This PDF tutorial gives a hands-on introduction to using the Simple Object Access Protocol (SOAP) for communication between components.

This course material is an introduction to the SOAP communication protocol used to communicate with a broad web service. This course material begins with a presentation of the structure of a SOAP message. It is followed by a description of the header and body of a SOAP message.

Table of contents

  • Prerequisites
  • Getting help and finding out more
  • Tutorial introduction
  • Introducing the component
  • HTML calendar
  • The calendar component IDL
  • The date structure
  • The InvalidDate exception
  • Adding a listing by SOAP request
  • What is SOAP anyway?
  • The HTTP request header
  • The SOAPAction header
  • The SOAP envelope
  • SOAP encodings
  • The SOAP body
  • SOAP metadata examples
  • The Add listing response
  • HTTP Response header
  • The return result
  • Get listings request/response
  • The request body
  • SOAP faults and other notes
  • Error handling
  • Resources and feedback 
Size : 75.24 Kb
File type : pdf
Downloads: 140
Created: 2016-06-19

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others SOAP Tutorials

Web service with SOAP, PHP and WSDL

Others related eBooks about XML messaging with SOAP

Hacking Secret Ciphers with Python

Download free course Hacking Secret Ciphers with Python, pdf file on 442 pages by Al Sweigart....

Introduction to Scientific Programming with Python

This book offers an initial introduction to programming for scientific and computational applications using the Python programming language. The presentation style is compact and example-based, making it suitable for students and researchers with little or no prior experience in programming....

HTML, CSS, Bootstrap, Javascript and jQuery in PDF

Free tutorial to download about HTML, CSS, Bootstrap, Javascript and jQuery, pdf document course in 72 pages created by Meher Krishna Patel....

Invent Your Own Computer Games with Python

Download free course Invent Your Own Computer Games with Python, pdf file on 367 pages by Al Sweigart....

ASP.NET Core 2 Succinctly

Download free course ASP.NET Core 2 Succinctly, pdf file on 109 pages by by Simone Chiaretta, Ugo Lattanzi....

Ruby Best Practices

Download free course Ruby Best Practices, pdf file on 329 pages by Gregory T. Brown....

Python tutorial for professionals

Download free Python tutorial course in PDF, training file in 201 chapters and 816 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Essential Kotlin

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Kotlin programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

Problem Solving with Algorithms and Data Structures

Download free course Problem Solving with Algorithms and Data Structures, pdf file on 240 pages by Brad Miller, David Ranum....

PC Assembly Language

The purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. The tutorial has extensive coverage of interfacing assembly and C code and so might be of interest to C programmers who want to learn about...