Hello all, I am currently managing a web app based on Axis2 which exposes 6 WS. All is working perfectly and is in production. There is a WS, coded in .Net and hosted on IIS server wants to access functionnalities of the webapp. After some searches and a question on axis2 user list, it seems that the best is to use synapse. After some readings, here is what I understand: - I need to add synapse.mar axis module - I engage the module globally - I configure the proxy functions of synapse in the xml configuration file
Is that right? The problem is that I want to do a bit more than simply redirecting the client request: I want to check coherency of the data and add information in the SOAP-BODY. How can I do that? Do I have to implement a Mediator? What changes in synapse configuration file do I have to perform (I think in the insequence tag)? As you can see, i'm a bit confused... Thanks in advance for your help, Pierre
