I have two questions about using Send and Receive signals in UML activity diagrams. Diagrams for two possible approaches I could think of:
- I usually see send and receive signals in tandem. But what if the send signal fails? Can we split the send and receive signals and include an error routine in between?
- When we model UML Diagrams for a web services, how the server processes a request is beyond my system scope. In that case, how do we model receiving a response?
If someone can see and confirm which on of these diagrams are right, I will be grateful!
Thanks in advance, Rajesh