You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by ramesh Gopal <fa...@yahoo.com> on 2011/03/25 06:22:45 UTC

Will Axis2C load the same web service twice even if a single request is made


Hi,

Environment - Axis2C 1.5.0

My axis logs contains :

[Wed Mar 23 16:04:12 2011] [debug] phase_resolver.c(222) svc name is:issues_serial
[Wed Mar 23 16:04:12 2011] [debug] phase_resolver.c(139) Service name is : issues_serial
[Wed Mar 23 16:04:12 2011] [debug] phase_resolver.c(1123) Operation name is : issues_serial
[Wed Mar 23 16:04:12 2011] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut
[Wed Mar 23 16:04:12 2011] [debug] phase_holder.c(139) Add handler AddressingOutHandler to phase MessageOut

Here we see the handler being called twice.

Will this result in Axis2C loading the same web service twice even if a single call is made to the web service?

Rgds,
Ramesh



---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
For additional commands, e-mail: c-user-help@axis.apache.org


Re: Will Axis2C load the same web service twice even if a single request is made

Posted by Nandika Jayawardana <ja...@gmail.com>.
This should result in loading the service twice. Handler is used for
processing the headers. It does not load the service.

Regards
Nandika

On Fri, Mar 25, 2011 at 10:52 AM, ramesh Gopal <fa...@yahoo.com>wrote:

>
>
> Hi,
>
> Environment - Axis2C 1.5.0
>
> My axis logs contains :
>
> [Wed Mar 23 16:04:12 2011] [debug] phase_resolver.c(222) svc name
> is:issues_serial
> [Wed Mar 23 16:04:12 2011] [debug] phase_resolver.c(139) Service name is :
> issues_serial
> [Wed Mar 23 16:04:12 2011] [debug] phase_resolver.c(1123) Operation name is
> : issues_serial
> [Wed Mar 23 16:04:12 2011] [debug] phase_holder.c(139) Add handler
> AddressingOutHandler to phase MessageOut
> [Wed Mar 23 16:04:12 2011] [debug] phase_holder.c(139) Add handler
> AddressingOutHandler to phase MessageOut
>
> Here we see the handler being called twice.
>
> Will this result in Axis2C loading the same web service twice even if a
> single call is made to the web service?
>
> Rgds,
> Ramesh
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: c-user-help@axis.apache.org
>
>