Re:

2010-05-24 Thread jamie
Hi I am actually using Fastmail not Gmail. I did click on "plain text" in the Window, but still no response from the mailing list manager. Jamie On Mon, 24 May 2010 09:08 -0300, "robert lazarski" wrote: > On Mon, May 24, 2010 at 8:46 AM, jamie wrote: > > Andre

Re:

2010-05-24 Thread jamie
Andreas Thanks for the tip, however it does not work. The apache axis list manager appears broken. Its no wonder that so many unsubscribe messages appear in the mailing list. Does anyone know the contact details of the person responsible for this list? Jamie On Mon, 24 May 2010 12:57 +0200

[no subject]

2010-05-24 Thread jamie
Hi Everyone Any ideas on how to unsubscribe from this list? I set a message to [email protected] but did not receive a reply from the mailing list manager. Thanks Jamie

Re: Methods Not Called

2010-02-27 Thread jamie
com.webservice.SearchStub.searchMessage(SearchStub.java:1064) at com.examples.TestSearch.main(TestSearch.java:48) I am really not doing anything fancy here. How do I overcome this problem? I am using Axis 1.5.1 (the latest version). Another Axis2 bug perhaps? Jamie On Sat, 27 Feb 2010 21:27 +0200, "jamie" w

Re: Methods Not Called

2010-02-27 Thread jamie
Axis2 development team to please release a new version of Axis2 that fixes this issue. On Sat, 27 Feb 2010 21:24 +0200, "jamie" wrote: Hi Everyone For people experiencing the same behaviour, it turns out this is a rather severe bug in Axis2 1.5 and Axis2 1.5.1. To be honest, its so

Re: Methods Not Called

2010-02-27 Thread jamie
Sat, 27 Feb 2010 17:18 +0200, "jamie" wrote: I modified one of the methods to return a value instead of void and it was called. Then I changed another so that it did not throw an Axis Fault and it too could be called. The problem is I have a large API and I need these method signatures t

Re: Methods Not Called

2010-02-27 Thread jamie
methods? On Sat, 27 Feb 2010 17:13 +0200, "jamie" wrote: Hi Amila As suggested, I tested it on the setMilterEnabled function. Here is the request: http://www.w3.org/2003/05/soap-envelope";>http://www.w3.org/2005/08/addressing";>http://ws.apache.org/namespaces/axis2&

Re: Methods Not Called

2010-02-27 Thread jamie
ontent-Length: 0 Date: Sat, 27 Feb 2010 15:09:54 GMT Can you interpret the above for me? This call looks like it is being accepted by tomcat, but the method on the server is never actually called. Any further ideas? Jamie On Sat, 27 Feb 2010 19:17 +0530, "Amila Suriarachchi" wrote: us

Methods Not Called

2010-02-27 Thread jamie
;org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver" /> http://www.w3.org/2004/08/wsdl/in-out"; class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> com.webservice.StatusAPI Any help would be most appreciated Jamie

Re: Multiple classes

2010-02-26 Thread jamie
antics. Perhaps, I am going down the wrong path? On Fri, 26 Feb 2010 13:48 +0100, "Vincent FINET" wrote: According to my experience Web Service are stateless. On Fri, Feb 26, 2010 at 1:16 PM, jamie <[1][email protected]> wrote: Hi Everyone Thanks for your suggestions re

Re: Multiple classes

2010-02-26 Thread jamie
sharing taking place. In the web service client, I do the following: test1Stub = new Test1Stub(url+"/MailArchiva"); test1Stub._getServiceClient().getOptions().setManageSession(true) ; Am I missing something important here? Anyone know why the session is not applied across all servicegroups? Thanks Jamie

Re: Multiple classes

2010-02-26 Thread jamie
>From what I can tell this is not possible. You need to create multiple service classes within a service group. Apparently, though I have not confirmed, session state is shared across multiple groups. On Thu, 25 Feb 2010 19:00 +0200, "jamie" wrote: Hi There I am an Axis newbi