Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 69689 invoked from network); 26 Apr 2007 15:08:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 15:08:32 -0000 Received: (qmail 59984 invoked by uid 500); 26 Apr 2007 15:08:28 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 59957 invoked by uid 500); 26 Apr 2007 15:08:28 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 59946 invoked by uid 99); 26 Apr 2007 15:08:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 08:08:28 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [206.190.53.29] (HELO smtp104.plus.mail.re2.yahoo.com) (206.190.53.29) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 26 Apr 2007 08:08:20 -0700 Received: (qmail 46839 invoked from network); 26 Apr 2007 15:07:58 -0000 Received: from unknown (HELO devel) (sanjeshpathak@72.20.146.160 with login) by smtp104.plus.mail.re2.yahoo.com with SMTP; 26 Apr 2007 15:07:57 -0000 X-YMail-OSG: ZV40NygVM1mEt.74fwCHUqrPEhJD5pMea8D5PsaiSAd70CD0mNSAICnVeJR8ZklKsmWIaEpyy2ehmT.OlcH3TaZJTmOseh1aBDYqmOTDCfmlkCxRM5ZspCBisThSRuIdgPMCSJ6oBSzjlXRkNMvL1L0- From: "Sanjesh Pathak" To: Subject: RE: [axis2 ]soap session scope does not work Date: Thu, 26 Apr 2007 10:08:35 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01C787EA.DAEB01C0" X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <4a8098fb0704260753m7954cb44q38c7021c7cb8002b@mail.gmail.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: AceIEqfWR/1HLzm2T7263IpW6SbdAQAAS18g X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20070426150821.235E210FB01A@herse.apache.org> ------=_NextPart_000_001C_01C787EA.DAEB01C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Nencho, I am using Axis2 version 1.1.1 and it is working fine in my local environment here for session scope. What version of Axis2 are you using? I am hosting a sample service that uses session scope accessible at this URL: http://82.165.253.192:8081/axis2/services/SessionService This service takes an OMElement as the parameter and echoes it back. Can you test your client against this service? Sanjesh _____ From: Nencho Lupanov [mailto:nencholupanov@googlemail.com] Sent: Thursday, April 26, 2007 9:53 AM To: axis-user@ws.apache.org Subject: Re: [axis2 ]soap session scope does not work Hi Deepal, what about this jira issue: https://issues.apache.org/jira/browse/AXIS2-2561 Does it means that we need to wait the issue to be closed in order to use the soap session scope? Thanks, Nencho 2007/4/26, Deepal Jayasinghe : Hi Nencho , Axis2 soap session to be work , you need to engage addressing in both the side. It is working , there is a test case in the build so we are testing that daily. org.apache.axis2.engine.ServiceGroupContextTest Thanks Deepal > Hi All, > > I read this axis2 session management article: > http://www.developer.com/java/web/article.php/3620661 > > Basically, it says that i can define my services being of a soap > session scope, > then i have to put this option on my client: > *options.setManageSession(true);* > > Therefore it is expected for the service to include > > element as an session identifier in the soap envelope. > > I tested this and it does not work - axis2 does not put that element, > in order > to be used as session identifier.Am i missing something or this is a bug? > > Thanks, > Nencho > > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org ------=_NextPart_000_001C_01C787EA.DAEB01C0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Nencho,

 

I am using Axis2 version 1.1.1 and = it is working fine in my local environment here for session scope. What = version of Axis2 are you using?

 

I am hosting a sample service that = uses session scope accessible at this URL: http://= 82.165.253.192:8081/axis2/services/SessionService

 

This service takes an OMElement as the parameter and echoes it back. Can you test your client against = this service?

 

Sanjesh

=

 


From: = Nencho Lupanov [mailto:nencholupanov@googlemail.com]
Sent: Thursday, April 26, = 2007 9:53 AM
To: = axis-user@ws.apache.org
Subject: Re: [axis2 ]soap = session scope does not work

 

Hi Deepal,

 

what about this jira issue:

 

 

Does it means that we need to wait the issue to be closed in = order to use the soap session scope?

 

Thanks,

Nencho

 

2007/4/26, Deepal Jayasinghe <deepal@opensource.lk>:=

Hi Nencho = ,

Axis2 soap session to be work , you need to engage addressing in = both
the side.

It is working , there is a test case in the build so we are testing = that
daily.
org.apache.axis2.engine.ServiceGroupContextTest

Thanks
Deepal

> Hi All,
>
> I read this axis2 session management article:
> http://www= .developer.com/java/web/article.php/3620661
>
> Basically, it says that i can define my services being of a = soap
> session scope,
> then i have to put this option on my client:
> *options.setManageSession(true);*
>
> Therefore it is expected for the service to include
> <wsa:ReferenceParameters>
> element as an session identifier in the soap envelope.
>
> I tested this and it does not work - axis2 does not put that = element,
> in order
> to be used as session identifier.Am i missing something or this is = a bug?
>
> Thanks,
> Nencho
>
>


--
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



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

 

------=_NextPart_000_001C_01C787EA.DAEB01C0--