What's the best and most elegant way to represent a web service interface using a UML class diagram?
相关问题
- System sequence diagram - Can system request input
- Is the Namespace for a SOAP Web Service case sensi
- Does Visual Studio 2010 Professional support UML m
- How can I send parameters for ASP.NET webservice
- Http post request to a Django webservice (need log
相关文章
- Using JAX-WS 2.2.5 client with JDK/JRE 1.5
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- How to create base64Binary data?
- Are there any public UDDI registries available?
- REST search interface and the idempotency of GET
- Add Service Reference and Add Web Reference?
- Code Iris plugin on Android Studio
- Rest Web services returning a 404
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.
I would use a Sequence Diagram not a Class Diagram.
Web Service with UML