Re: Deploying a handler

2013-06-12 Thread Deepal jayasinghe
dule. Do I still need > to do step 4? > > Thanks, > > > Date: Sun, 2 Jun 2013 10:00:17 -0400 > From: deep...@gmail.com > To: java-dev@axis.apache.org > Subject: Re: Deploying a handler > > From

RE: Deploying a handler

2013-06-12 Thread Abdelrahman Almahmoud
ule to only one service, I modified the service.xml for the service I want to use this module. Do I still need to do step 4? Thanks, Date: Sun, 2 Jun 2013 10:00:17 -0400 From: deep...@gmail.com To: java-dev@axis.apache.org Subject: Re: Deploying a handler From the message cont

Re: Deploying a handler

2013-06-02 Thread Deepal jayasinghe
java-dev@axis.apache.org > Subject: Re: Deploying a handler > > Why don't you read one of the articles I sent you? > > Deepal > > Deepal jayasinghe, > > Can I know what is the benefit you will get if we will go through > the modules. > > I saw the

RE: Deploying a handler

2013-06-02 Thread Abdelrahman Almahmoud
: java-dev@axis.apache.org Subject: Re: Deploying a handler Why don't you read one of the articles I sent you? D

Re: Deploying a handler

2013-05-29 Thread Deepal jayasinghe
> > > > class="abd.SimpleHandler"> > > > > > > The contents of the bin folder are > > abd> .class files > META-INF> module.xml &

Re: Deploying a handler

2013-05-29 Thread Deepal jayasinghe
t; > > > > > > > > > > > > > > > > > > The contents of the bin folder are > > abd > .class files

Re: Deploying a handler

2013-05-29 Thread satyapriya sahoo
throws AxisFault { > } > > public boolean canSupportAssertion(Assertion assertion) { > return true; > } > } > > > The SimpleHandler.java which I pasted before and the module.xml > > > > > > > > > > > > > > > > > > > > > > > > &

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
are abd> .class filesMETA-INF> module.xml Date: Tue, 28 May 2013 14:41:40 -0400 From: deep...@gmail.com To: java-dev@axis.apache.org Subject: Re: Deploying a handler What is confusing ? You can add handlers either using modules or by e

Re: Deploying a handler

2013-05-28 Thread Deepal jayasinghe
: deep...@gmail.com > To: java-dev@axis.apache.org > Subject: Re: Deploying a handler > > NOPE, you do not need to modify axis2.xml. > > Deepal > > yes it will work and you need to modify the axis2.xml as well > > > On Tue, May 28, 2013 at 6:36 PM,

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
This is confusing now so, I will test the previous method tomorrow just for testing, but I will give the modules a more detailed look for the final deployment Date: Tue, 28 May 2013 11:24:27 -0400 From: deep...@gmail.com To: java-dev@axis.apache.org Subject: Re: Deploying a handler

Re: Deploying a handler

2013-05-28 Thread Deepal jayasinghe
NOPE, you do not need to modify axis2.xml. Deepal > yes it will work and you need to modify the axis2.xml as well > > > On Tue, May 28, 2013 at 6:36 PM, Deepal jayasinghe > wrote: > > The way you deploy handlers in Axis2 is using the concept call > Module. Please

Re: Deploying a handler

2013-05-28 Thread satyapriya sahoo
yes it will work and you need to modify the axis2.xml as well On Tue, May 28, 2013 at 6:36 PM, Deepal jayasinghe wrote: > The way you deploy handlers in Axis2 is using the concept call Module. > Please follow following tutorial to get a good understanding how to do that. > http://axis.apache.or

Re: Deploying a handler

2013-05-28 Thread Deepal jayasinghe
The way you deploy handlers in Axis2 is using the concept call Module. Please follow following tutorial to get a good understanding how to do that. http://axis.apache.org/axis2/java/core/docs/modules.html http://www.packtpub.com/article/apache-axis2-web-services-writing-module Deepal > Hello, > >

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
etEnvelope().getHeader().getFirstElement()); }} for my case, I use this tag And then I just drop the .java files in axis2/WEB-INF/classes and it should work Date: Tue, 28 May 2013 17:10:12 +0530 Subject: Re: Deploying a handler From: sahoo.satyapr...@gmail.com To: java-dev@axis.apache.org

Re: Deploying a handler

2013-05-28 Thread satyapriya sahoo
somewhere in Axis2 > > -- > Date: Tue, 28 May 2013 15:40:33 +0530 > > Subject: Re: Deploying a handler > From: sahoo.satyapr...@gmail.com > To: java-dev@axis.apache.org > > 1) Go to axis2.xml( This presents under the directory > WEB-INF/conf/axis2.xml) > > 2

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
Thanks for the reply One thing is still not clear, where to I put the handler code.java? I assume it has to be placed somewhere in Axis2 Date: Tue, 28 May 2013 15:40:33 +0530 Subject: Re: Deploying a handler From: sahoo.satyapr...@gmail.com To: java-dev@axis.apache.org 1) Go to axis2.xml( This

Re: Deploying a handler

2013-05-28 Thread satyapriya sahoo
7 +0530 > Subject: Re: Deploying a handler > From: sahoo.satyapr...@gmail.com > To: java-dev@axis.apache.org > > > Can you please specify whether you are using axis1 or axis2 > > > On Tue, May 28, 2013 at 1:23 PM, Abdelrahman Almahmoud < > fire_storm5...@hotmail.co

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
Sorry I forgot to mention thatI am using Axis2 1.4 Date: Tue, 28 May 2013 14:25:47 +0530 Subject: Re: Deploying a handler From: sahoo.satyapr...@gmail.com To: java-dev@axis.apache.org Can you please specify whether you are using axis1 or axis2 On Tue, May 28, 2013 at 1:23 PM, Abdelrahman

Re: Deploying a handler

2013-05-28 Thread satyapriya sahoo
Can you please specify whether you are using axis1 or axis2 On Tue, May 28, 2013 at 1:23 PM, Abdelrahman Almahmoud < fire_storm5...@hotmail.com> wrote: > Hello, > > I wrote my own simple handler which I want to deploy. This handler is the > first to work on inflowing SOAP messages and as such I

Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
Hello, I wrote my own simple handler which I want to deploy. This handler is the first to work on inflowing SOAP messages and as such I modified the configuration to have it in the inflow section.My question is, how do I build and deploy this handler? Thanks