Book a Demo

Author Topic: Modeling HTTP messages  (Read 5784 times)

ShimonSim

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Modeling HTTP messages
« on: February 17, 2005, 06:17:12 am »
I am working with some specification that use HTTP request as base and requere some fields or specify that some fields are optional.
How can I show it in UML?
I need
1) show that Header must be before body
2) show which fields are requered and with are optional
3) he order of the fields is optional but there is some preferences. Can I show it?

Thank you,
Shimon.

thomaskilian

  • Guest
Re: Modeling HTTP messages
« Reply #1 on: February 17, 2005, 06:25:50 am »
Use a constraint for 1)
Probably you could use a naming convention for 2)
I don't really understand what you mean by 3)

ShimonSim

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Modeling HTTP messages
« Reply #2 on: February 17, 2005, 06:34:32 am »
Thanks it should be enough for me to start.