Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-23 Thread Leon S. Searl
Hi Samir, Embedded comments... > Hi Leon, > > I was able to get around to the service not executing > the function by defining a simple servlet as the event > listeners vs. using the listener service in the sample > code. > > I see a SOAP message as an event, do you of a way to > tweek this to get

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-22 Thread samir shaikh
Hi Leon, I was able to get around to the service not executing the function by defining a simple servlet as the event listeners vs. using the listener service in the sample code. I see a SOAP message as an event, do you of a way to tweek this to get a simple xml. What advantage did you get by mo

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-21 Thread Leon Searl
Hi Samir, No we are getting into an area that I am not very familiar with. I saw the same behavior with the savan sample. I turned on a whole bunch of debugging and found out that the publication message within the listener service was getting through most of the phases but seemed to be getting

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-20 Thread samir shaikh
Leon, I was just hoping to include a payload in the subscribe request... but apparently as per the specification thats not the way this is supposed to work. I also noticed that it looks like fireandforget method is used for publishing events to the event listener. In my case the event does not ap

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-20 Thread Leon Searl
Hi Samir, I'm not sure what you mean. I assume that what you want to do is add some data to the subscription request that the publisher/eventing service would then add to the published data sent to a subscriber service when an event occurs. If you take a look at the specification for WS-Eventing

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-20 Thread samir shaikh
Hi Leon, Is there a way to put a payload in the subscribe request? I was hoping to call a service on the server with the subscribe request. Thanks, Samir --- Leon Searl <[EMAIL PROTECTED]> wrote: > Hi Samir, > > Please look at > https://issues.apache.org/jira/browse/SAVAN-4 > I've attached a c

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-20 Thread Leon Searl
Hi Samir, Please look at https://issues.apache.org/jira/browse/SAVAN-4 I've attached a couple of patches that should fix the savan-config.xml issue that I described below. leon Leon Searl wrote: Hi Samir, I've made several changes. - There was a problem with the module class loader looking

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-18 Thread Leon Searl
Hi Samir, The client has to use addressing to talk with the publisher service. The addressing module is in the repository 'modules' directory. That is why the client needs the repository path. What I did was to unpack the axis binary distribution in /opt/axis2-1.3 and then pass /opt/axis2-1.3/re

Re: [Axis2][Savan] Is there WS Eventing for Axis2/Java

2008-02-18 Thread samir shaikh
Hi, To run the Savan sample client you need to pass in the client repository. What are valid values here and what is this for? Samir --- samir shaikh <[EMAIL PROTECTED]> wrote: > Leon, > > I was able to make it work finally! > > Just curious, what changes are you making to > Savan... > anyth