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 Pascal Dayre <pa...@enseeiht.fr> on 2006/03/28 14:35:26 UTC

WeService listener to another WebService

hi,

I want to create a WebService that will be a listener to event from 
another WebService.
is it possible?
Who knows how to do that?
Thank you in advance for your help.

Pascal
 


Re: WeService listener to another WebService

Posted by Eran Chinthaka <ch...@opensource.lk>.
Pascal Dayre wrote:
> 
> hi,
> 
> I want to create a WebService that will be a listener to event from
> another WebService.
> is it possible?
> Who knows how to do that?

You have two options.

1. Implement multiple-IN web service, which is bit cumbersome.

2. You can have an IN only web service. But you need to handle multiple
IN messages in your service implementation.

-- Chinthaka

> Thank you in advance for your help.
> 
> Pascal
> 
> 
>