Markus Tost wrote:
Hi,

I want to implement custom MEPs with Axis2. As I see so far, I have to extend the OperationClient and the OperationContext. Also a custom MessageReceiver may be needed.
If you are going to implement that in the server side then you do not need to extend OperationClient. And also OperationContext is generic , what you have to implement is new AxisOperation and a MessageReceiver.

Is there any sample code of a MEP implementation which goes beyond the request-response style of the built-in WSDL 2.0 MEPs (e.g. Out-In-In, Out-Out-In, In-In-Out)?

Not in the Axis2 code base
Are there any written tutorials / best practises / guidelines for implementing such custom MEPs?
Would you share your experience with me?
I will try to write a sample and a tutorial soon. (I was waiting until a user ask for such a request :) )

Thank you!
Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to