Analyzing Web Service Behavior

2

Click here to load reader

description

Workshop presentation given by Niels Lohmann on January 28, 2007 in Dagstuhl, Germany at the Programming Paradigms for the Web: Web Programming & Web Services (Dagstuhl-Seminar 07051).

Transcript of Analyzing Web Service Behavior

Page 1: Analyzing Web Service Behavior

ServiceBroker

ServiceProvider

ServiceRequester

publishfind

bind

What to publish?

How to find/match?

How to bind?

Niels Lohmann, HU Berlin

Service-Oriented Architecture

Page 2: Analyzing Web Service Behavior

Burning Questions in SOAs

What to publish?

the service itself?

a public/abstract view?

…?

ServiceBroker

publishfind

How to find services?

When do services match?

interface compatible syntax, types

behavior compatible control flow

semantics compatible contents of messages

…?

Niels Lohmann, HU Berlin