Home » XML Basics
8
SOAP
In this chapter, you will learn about SOAP. It is very similar to XML so you
will not have trouble learning it. You will learn what SOAP is all about and the basic syntax rules for SOAP. You will also learn how to make a SOAP file.
In This Chapter:
- What is SOAP
- SOAP or Simple Object Access Protocol is quite similar to XML and this chapter will introduce you to the basi syntax rules for SOAP.
- The SOAP Structure
- Learn how to declare SOAP as an XML 1.0 file, declare the XML as SOAP, make a SOAP header and finally, learn how to make a SOAP body. It is really all quite simple.