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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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. 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]