Web Services Flashcards

1
Q

Web Service Software Anwendung

A

○ eindeutig identifizierbar über URI
○ Verfügt über WSDL Schnittstellenbeschreibung
○ Nur über die dort beschriebenen Methoden ansprechbar
○ Zugriff über http unter Benutzung von XML-basierten Nachrichtenformaten wie z.B. SOAP

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

Web Service Stack

A

○ Service based Processes: Composition of Web Services, WS-BPEL
○ Service-Discovery: Registry of Web Services, UDDI
○ Service Description: Describes the public interface to a specific Web service, WSDL
○ Service Messaging: XML-based message encoding, XML-RPC, SOPA
○ Service Transport: Message transportation, http, SMTP, FTP, BEEp

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

Wofür steht WSDL?

A

Web Service Description Language

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

Was ist WSDL?

A

Ein W3C Standard zur Beschreibung eines Web-Services in XML. Beschreibt Schnittstellen und dient der Lokalisierung

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

Wofür steht UDDI?

A

Universal Description, Discovery and Integration

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

Was ist UDDI?

A

Plattformunabhängiges Framework für D. D. I. das WSDL nutzt

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

Wofür steht SOAP?

A

Simple Object Access Protocol

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

Was ist SOAP?

A

Ermöglicht heterogenen Anwendungen über HTTP asynchron zu kommunizieren. Basiert auf XML

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

Wofür steht REST?

A

Representational State Transfer

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

Was ist REST?

A

HTTP Operationen werden logische zugeoprdnet

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

REST Operationen

A

Create
Read
Update
Delete

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