* Update 102-soap.md added soap reading * Update content/roadmaps/101-backend/content/109-apis/102-soap.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
c4b58bb2f1
commit
fc37ad3546
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
|||||||
# Soap |
# SOAP |
||||||
|
|
||||||
|
Simple Object Access Protocol (SOAP) is a message protocol for exchanging information between systems and applications. When it comes to application programming interfaces (APIs), a SOAP API is developed in a more structured and formalized way. SOAP messages can be carried over a variety of lower-level protocols, including the web-related Hypertext Transfer Protocol (HTTP). |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/xml/xml_soap.asp'>w3school SOAP explanation</BadgeLink> |
||||||
|
Loading…
Reference in new issue