Computer Science, asked by Hilal8006, 9 months ago

Difference between soap endpoint and rest endpoint

Answers

Answered by abhinavkashyap55
0

Differences: REST API has no official standard at all because it is an architectural style.

SOAP API, on the other hand, has an official standard because it is a protocol. REST APIs uses multiple standards like HTTP, JSON, URL, and XML while SOAP APIs is largely based on HTTP and XML.

Similar questions