I am trying to create program flow chart where in I am describing the different applications and their interactions. I describe that App X interacts with App Y using SOAP/WSDL. Also during various activities, different operation of App Y web service would be called with different parameters.

For example ,

To calculate price, the calculatePrice operation of the webservice on App Y would be called.

To post a correction postPrice operation of the webservice on App Y would be called.

 

In both the scenarios the I/P and O/P parametrs would be different. Which is the best way to model these interactions with as much detail as possible.

 or register to reply.

Notify Moderator