Hi
We are planning to build a custom module in Axis2 that is required to get
enabled in INOnly, INOUT & OutOnly patterns.
We have a webservice that will use this implementation. I had some doubts on
how Axis2 behaves in the OutOnly mode (or even OutIn).
The use case is that our service calls another client webservice and the
request has to go through our cus
tom module --> OutIn or OutOnly
Similarly when any other service calls our service the request should go
through the custom module again. -> InOut.
1. For OutOnly or OutIn, do we have to use the generated client implementation
and engage the custom module in that ?
2. How will the response to that request be handled ? Will it come in through
the "server" axis listener ?
Any help is appreciated..
Thanks
Makesh