- MTPutty
- Rapid Environment Editor
- Agent Ransack
- Heidisql
- SSMS Tools Pack
- Programmers Notepad
- TextPad
- Notepad++
- SOAP UI
- SSMS Tools Pack
- HeidiSQL
- Atlantis SQL Server
- Snip-it Utility
- Mtail
Happy Learning!!!
Deep Learning - Machine Learning - Data(base), NLP, Video - SQL Learning's - Startups - (Learn - Code - Coach - Teach - Innovate) - Retail - Supply Chain
Rest
|
SOAP
|
REST is
over HTTP. REST
has no WSDL interface definition
|
SOAP
can be over any transportprotocols such HTTP, FTP, STMP, JMS etc.
|
REST
stands for Representational State Transfer. REST approach uses the
standard GET, PUT, POST, and DELETE verbs
|
Simple
Object Access Protocol (SOAP)
SOAP
builds an XML protocol on top of HTTP / TCP/IP.
|
REST is
good for getting a blob of data that you don't have to work with
|
SOAP
describes functions, and types of data. If you want to get an object,
SOAP is way quicker and easier to implement
|
Typically
uses normal HTTP methods instead of a big XML format describing everything
|
Has
several protocols and technologies relating to it: WSDL, XSDs, SOAP,
WS-Addressing
|
REST
plays well with AJAX'y web pages. If you keep your requests simple,
you can make service calls directly from your JavaScript, and that comes in
very handy.
|
SOAP is
useful from a tooling perspective because the WSDL is so easily consumed by
tools. So, you can get Web Service clients generated for you in your
favourite language.
|
For questions/feedback/career opportunities/training / consulting assignments/mentoring - please drop a note to sivaram2k10(at)gmail(dot)com
Coach / Code / Innovate