I want clear explanation on REST and SOAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2025 12:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2025 12:40 AM
Hello @pujithag ,
Feature | REST | SOAP |
Architectural Style / Protocol | Architectural Style | Protocol |
Message Format | Primarily JSON, also XML, text | Exclusively XML |
Complexity | Simpler, lightweight | More complex, heavier |
Speed | Generally faster | Generally slower (due to XML overhead) |
WSDL | No fixed contract (relies on URI) | Requires WSDL for service description |
HTTP Methods | Uses standard HTTP methods (GET, POST, etc.) | Uses HTTP but often as a transport for XML messages |
Security | Relies on HTTPS, OAuth, API keys | Built-in security standards (WS-Security) |
Use Cases | Modern web/mobile apps, public APIs, fast integrations | Legacy systems, enterprise apps with high security/transaction needs |
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2025 12:51 AM
this is a very generic question and answer to this can be found on google or any AI tool
check these links
What's the Difference Between SOAP and REST?
Difference between REST API and SOAP API
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2025 01:25 AM
Hi @pujithag
https://aws.amazon.com/compare/the-difference-between-soap-rest/
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2025 01:36 AM