lundi 12 juin 2023

Framework for multiple web service calling

I would like to ask you, if there is some framework or designer (like SSIS) or best approach for calling of multiple dependent web services during processing of data.

I have a web application, where user press button and application creates message to MSMQ. There is an application that takes this message and calls the SOAP Method 1, takes response process data and call SOAP Method 2 etc.

Current state is horrible. It is a very deep method method and it is quite difficult to change this process. I have an idea to use Chain-of-responsibility design pattern, but this is a lot of programming. I think that someone must have solved a similar problem before.

Problems:

  • sequence can fail, because remote soap server stopped working sometime and pipeline should be able to start where failed.

Aucun commentaire:

Enregistrer un commentaire