I want to know how I can put the following logic description into a notation or diagram:
The Search function one is the main function and gets triggered by it's Button:
An ajax call passes the Parameter to the Button handler Method in the back end. This Method calls 2 other Methods:
- The first one check the parameter for values which are dangerous because of sql injection
- the second Method is the FindAdressby Searchtext Web service. It creates on object of the dataquality server and uses it'S own webservices. It calls four of them.......
There are a lot of options in UML, but in this case I would probably go for a sequence diagram.
The sequence diagram can nicely show the different operations you call. You can add constraints or fragments to indicate special conditions, loops etc...