June 2018
Intermediate to advanced
280 pages
7h 46m
English
Both SOAP and REST help in exposing services over the internet, but they are very different in nature.
A SOAP packet is XML based and needs to be in a very specific format. Here are the main components of a SOAP packet:
This is what a SOAP packet would look like:
<?xml version="1.0"?><soap:Envelopexmlns:soap="http://www.w3.org/2003/05/soap-envelope/"soap:encodingStyle="http://www.w3.org/2003/05/soap-encoding"> <soap:Header> ... </soap:Header> <soap:Body> ... <soap:Fault> ... </soap:Fault> </soap:Body></soap:Envelope> ...
Read now
Unlock full access