Re: Custom MEP sample impl?

2008-04-30 Thread Markus Tost
Deepal jayasinghe wrote: 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

Re: Custom MEP sample impl?

2008-04-29 Thread Deepal jayasinghe
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.

Custom MEP sample impl?

2008-04-29 Thread Markus Tost
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. Is there any sample code of a MEP implementation which goes beyond the request-response style of the built-in WSDL 2.0