tags:

views:

4077

answers:

3

Hi

How do i draw in UML a class that is using a web service?

Thnx :)

A: 

Sounds like a sequence diagram, with client and service instances, where the client makes the call to the service. If the request is synchronous, you'll see the return come back to the client; if not, there's no return.

duffymo
A: 

I would have draw the web service as an interface.

I would put a boundary around the web service to indicate it's located outside my system boundary.

LiorH
+2  A: 
VonC