Book a Demo

Author Topic: Class Reffrance WebServices  (Read 5550 times)

hatem_elshenawy

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Class Reffrance WebServices
« on: September 13, 2006, 03:21:28 am »
hi
i have class  in EA and i have code this class by c#, it will call webservice how i represent this in the class UML diagram ?

thomaskilian

  • Guest
Re: Class Reffrance WebServices
« Reply #1 on: September 14, 2006, 02:01:33 am »
The class itself should be shown in a class diagram (in the context of a PSM as it's bound to a programming language).

The connection with the webservice can best be shown in an Communication or Sequence diagram. You will have both instances of your class and the service and then messages between them.