Skip to Content
Building RESTful Web Services with .NET Core
book

Building RESTful Web Services with .NET Core

by Gaurav Aroraa, Tadit Dash
May 2018
Intermediate to advanced
334 pages
7h 25m
English
Packt Publishing
Content preview from Building RESTful Web Services with .NET Core

Important points about SOAP

The following are some important points about SOAP:

  • Envelope in every SOAP message has the root position and that is mandatory for all SOAP messages.
  • Exactly one body element should be present inside one SOAP envelope.
  • The Header element is an optional element. However, if that is present, then there should be only one Header element.
  • The Header must appear as the first child of the envelope, before the body element.
  • The ENV namespace prefix and the Envelope element are used in order to build one SOAP envelope. (Refer to the following example.)
  • The encodingStyle attribute defines the data types used in the document. This gives a generalization of the data types that appear in the message. If this attribute appears ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On RESTful Web Services with ASP.NET Core 3

Hands-On RESTful Web Services with ASP.NET Core 3

Samuele Resca
Microservices in .NET Core

Microservices in .NET Core

Christian Horsdal Gammelgaard

Publisher Resources

ISBN: 9781788291576Supplemental Content