Web Services Technologies Flashcards

1
Q

a standardized way of communicating different web-based applications via network (i.e. publishing application functions; web messaging)

A

Web Services

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

Webs services uses what for communication

A

XML, SOAP,REST, and UDDI

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

it facilitates communication between services providers and service consumer

A

Web Services

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

Common Properties of Web services

A

-Web services are application components
-Web services communicate using open protocols
-Web services are self-contained and self- describing
-Web services can be discovered using UDDI
-Web services can be used by other applications
-HTTP and XML is the basis for Web Services

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

Usage of Web Services can be mentioned in 2 parts:

A

-Reusable application components
-Connect Existing Software

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

the provider of the webservice

A

Service Provider

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

the consumer of the web service

A

Service Requestor

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

the logically centralized directory of services

A

Service Registry

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

contains a set of system functions that have been to the Web-based protocols.

A

Service

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

Defines the address or connection point to a Web service

A

Endpoint

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

Specifies the interface and defines the SOAP binding style and transport ( SOAP Protocol)

A

Binding

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

Typically, corresponds to an operation

A

Message

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

the types element defines the data types that are used by the web services

A

type

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

provide a business logic exposed via a service to a client.

A

SOAP Web Service

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

It uses XML for the interface(defines the format of the message sent)

A

Soap Web Service

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

SOAP technologies

A

-Extensive Markup Language (XML)
-Web Services Description Language (WSDL)
-Simple Object Access Protocol (SOAP)
-HTTP
-Universal Description Discovery, and Integration (UDDI)

17
Q

It is the standard web service application protocol the provides communication mechanism to connect web services, exchanging formatted XML data across a network protocol

A

SOAP (Simple Object Access Protocol)

18
Q

Is a one-way message such as a request from a client, or a response from a server

A

SOAP Messages

19
Q

Defines specific rules for encapsulating data being transferred between computers.

A

SOAP Envelope