You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Markus Tost <da...@gmx.net> on 2008/04/29 20:58:39 UTC

Custom MEP sample impl?

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 MEPs (e.g. Out-In-In, 
Out-Out-In, In-In-Out)?

Are there any written tutorials / best practises / guidelines for 
implementing such custom MEPs?
Would you share your experience with me?

Thanks in advance,
Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Custom MEP sample impl?

Posted by Markus Tost <da...@gmx.net>.
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 to extend OperationClient. And also OperationContext is generic , 
> what you have to implement is new AxisOperation and  a MessageReceiver.
Actually, I want to implement both the server side and the client side. 
They will have "matching" MEPs, e.g. In-Out-In at server side and 
Out-In-Out at client side.
Good point about the description class(es). I shouldn't forget them.

>>
>> 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 :) )
Sounds great! I'm looking forward to read it. :)

Thank you!
Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Custom MEP sample impl?

Posted by Deepal jayasinghe <de...@gmail.com>.
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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org