Hi Pascal,

one way of sending events to other endpoints is to use the Method:
"fireAndForget"
of "org.apache.axis2.client.ServiceClient". Maybe you have to add some axis2
jars to the project you're developing your event listener in. Don't forget
to edit the ODE build file.

Best regards,

Daniel



On Wed, Oct 28, 2009 at 9:12 AM, Pascal Aho <[email protected]> wrote:

> Hi all,
>
> I currently implement an event Listener future in ODE by implementing the
> BpelEventListener interface and create the file ode-axis2.properties. The
> whole works well, I can get the events while the engine execute the process.
>
> Now I want to send this event to an endpoint. How can I do it? There is a
> static method doSend in the class HttpSoapSender. Should I use this method
> or is there any other method which is appropriate?
>
> I mean this because doSend only sends file or have I to transform the
> BPELEvent into a file and use it?
>
> Thanks in advance,
>
> Pascal.
>
>
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5
> -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
>

Reply via email to