Web Services Flashcards

1
Q

What is JSON and what it is used for?

A

Java Script object notation, It is a structured format used to send data from a client to server and vice versa.

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

What is an API

A

Application Programming Interface - is an interface for software to communicate with other software.

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

What is REST

A

Representational state transfer is a set of specifications with rules about how to use APIs and WEB Services.

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

What is a Web Service

A

Is an API for the context of the WEB. That is accessible via WEB.

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

What are the steps for creating a Web service in abap

A

1) Create a Function Module
2) Create a web service from the FM
3) Follow the steps in SOAMANAGER.

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

What is SOAP?

A

Simple object access protocol. Rules and definitions on how two applications will talk to each other (SOAP Message and so on).

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

What contains a SOAP Message

A

Envelope
Header with data about the content and authentication if required
Body with the request and parameters.

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

What is Fiddler

A

Is a tool that captures HTTP traffic and it can be used to get request and response so that you can see what is actually going on. Can be used to capture secure trafic (SSL).

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