Search code examples
web-servicesumlsoaclass-diagram

How to draw a web service using UML


What's the best and most elegant way to represent a web service interface using a UML class diagram?


Solution

  • Well it is just a diagram to help pass a point so whatever is clear. One option is to use stereotypes put "contract" on the interface and put "web service" on the class.