Web Services Flashcards

1
Q

What is Web Service?

A

A web service provides an interface that clients can access over the Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the SOAP protocol?

A

Simple Object Access Protocol:
-Synchronous/ asynchronous interactions over the internet.
-Defines how to use XML to represent content of messages.
-Defines how messages are exchanged.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are RESTful Web Services?

A

Representational State Transfer uses a simple minimum set of of operations, focuses on resources rather than the operations allowed on them, allows for looser coupling compared to SOAP because it removes the dependency on APIs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly