Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 11497 invoked from network); 16 Mar 2006 12:20:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Mar 2006 12:20:21 -0000 Received: (qmail 24471 invoked by uid 500); 16 Mar 2006 12:20:21 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 24459 invoked by uid 500); 16 Mar 2006 12:20:20 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 24448 invoked by uid 99); 16 Mar 2006 12:20:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 04:20:20 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of HAWKINSJ@uk.ibm.com designates 195.212.29.136 as permitted sender) Received: from [195.212.29.136] (HELO mtagate3.uk.ibm.com) (195.212.29.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 04:20:19 -0800 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate3.uk.ibm.com (8.12.10/8.12.10) with ESMTP id k2GCJvTJ107600 for ; Thu, 16 Mar 2006 12:19:57 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k2GCKHRB225320 for ; Thu, 16 Mar 2006 12:20:17 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.13.3) with ESMTP id k2GCJuZT007542 for ; Thu, 16 Mar 2006 12:19:56 GMT Received: from d06ml068.portsmouth.uk.ibm.com (d06ml068.portsmouth.uk.ibm.com [9.149.38.194]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id k2GCJutx007539 for ; Thu, 16 Mar 2006 12:19:56 GMT In-Reply-To: To: "Apache AXIS C User List" Subject: Re: Application, Session or Request scope MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 From: John Hawkins X-MIMETrack: S/MIME Sign by Notes Client on John Hawkins/UK/IBM(Release 7.0 HF85|November 04, 2005) at 16/03/2006 12:19:22, Serialize by Notes Client on John Hawkins/UK/IBM(Release 7.0 HF85|November 04, 2005) at 16/03/2006 12:19:22, Serialize complete at 16/03/2006 12:19:22, S/MIME Sign failed at 16/03/2006 12:19:22: The cryptographic key was not found, Serialize by Router on D06ML068/06/M/IBM(Release 6.53HF247 | January 6, 2005) at 16/03/2006 12:20:17, Serialize complete at 16/03/2006 12:20:17 Message-ID: Date: Thu, 16 Mar 2006 12:20:16 +0000 Content-Type: multipart/alternative; boundary="=_alternative 0043B11C80257133_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multipart message in MIME format. --=_alternative 0043B11C80257133_= Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Well, service and global handlers should work for the client and I'm=20 surprised they aren't working for the server. Can you try it in the client = and see if you get the same results. James - what tests do we run on=20 handlers nowadays? "Antoine Galataud" =20 16/03/2006 11:38 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject Re: Application, Session or Request scope So, is there any work around to get this feature working ? Thanks for your answer 2006/3/15, Antoine Galataud : Hum, seems scope is not yet correctly implemented (or tested) in 1.6a.n=20 (solaris) release. Here is my server.wsdd : =20 =20 =20 If I do that I get this in the init logs : [15/03/2006 13:40:42:387 MET] 1 WSDDHandler > setScope=20 @11cec8,"application" But if I invoke the service, it fails with :=20 [15/03/2006 13:40:49:215 MET] 1 AxisWsddException > AxisWsddException=20 @ff0da988,7, [15/03/2006 13:40:49:215 MET] 1 AxisWsddException >=20 getMessageForExceptionCode @ff0da988,7 [15/03/2006 13:40:49:216 MET] 1 AxisWsddException <=20 getMessageForExceptionCode @ff0da988,"AxisWsddException:Requested service=20 not found"=20 I also tested with request and session scopes, it failed too. 2006/3/9, John Hawkins < HAWKINSJ@uk.ibm.com>: I'll put it this way - it's not tested.=20 "Antoine Galataud" =20 09/03/2006 14:23=20 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" =20 cc Subject Application, Session or Request scope Hi ! does Axis 1.6x handle scope ? I tried to add a scope=3D"Application" in my service declaration in server.wsdd, but it doesn't seem to work... Thanks -- Antoine Galataud antoine.galataud@gmail.com D=E9partement Architecture des Syst=E8mes d'Information INSA - Rouen --=20 Antoine Galataud antoine.galataud@gmail.com D=E9partement Architecture des Syst=E8mes d'Information INSA - Rouen=20 --=20 Antoine Galataud antoine.galataud@gmail.com D=E9partement Architecture des Syst=E8mes d'Information INSA - Rouen=20 --=_alternative 0043B11C80257133_= Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable
Well, service and global handlers sh= ould work for the client and I'm surprised they aren't working for the server. Can you try it in the client and see if you get the same results. James - what tests do we run on handlers nowadays?




"Antoine Galatau= d" <antoine.galataud@gmail.com>

16/03/2006 11:38
Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org>

To
"Apache AXIS C User List" <axis-c-user@ws.apache.org>
cc
Subject
Re: Application, Session or Request scope





So, is there any work around to get this feature working ?

Thanks for your answer

2006/3/15, Antoine Galataud <antoine.galataud@= gmail.com >:
Hum, seems scope is not yet correctly implemented (or tested) in 1.6a.n (solaris) release. Here is my server.wsdd :

   <service name=3D"IAdminConfiguration" provider= =3D"CPP:RPC" description=3D"IAdminConfiguration Web Services">
       <parameter name=3D"allowedMethods" value=3D"notifyDictionaryReinit initService"/>
       <parameter name=3D"scope" value=3D= "application">
       <parameter name=3D"className" valu= e=3D"/home/antgalat/apache/webservices/libiadminconfig.so"/>
   </service>

If I do that I get this in the init logs :

[15/03/2006 13:40:42:387 MET] 1 WSDDHandler > setScope @11cec8,"app= lication"

But if I invoke the service, it fails with :

[15/03/2006 13:40:49:215 MET] 1 AxisWsddException > AxisWsddException @ff0da988,7, <null>
[15/03/2006 13:40:49:215 MET] 1 AxisWsddException > getMessageForExcepti= onCode @ff0da988,7
[15/03/2006 13:40:49:216 MET] 1 AxisWsddException < getMessageForExcepti= onCode @ff0da988,"AxisWsddException:Requested service not found"

I also tested with request and session scopes, it failed too.

2006/3/9, John Hawkins < HAWKINSJ@uk.ibm.com>:

I'll put it this way - it's not tested.





"Antoine Galatau= d" <antoine.galataud@gm= ail.com>

09/03/2006 14:23
Please respond to
"Apache AXIS C User List" <
axis-c-user@ws.apache.org>


To
"Apache AXIS C User= List" <<= font size=3D1 color=3Dblue face=3D"sans-serif">axis-c-user@ws.apache.org= >
cc
Subject
Application, Session or Request scop= e







Hi !

does Axis 1.6x handle scope ? I tried to add a scope=3D"Application&qu= ot; in
my service declaration in server.wsdd, but it doesn't seem to work...

Thanks
--
Antoine Galataud

antoine.galataud@gmail.com=
D=E9partement Architecture des Syst=E8mes d'Information
INSA - Rouen





--


Antoine Galataud

antoine.galataud@gmail.com
D=E9partement Architecture des Syst=E8mes d'Information
INSA - Rouen



--
Antoine Galataud

antoine.galataud@gmail.com
D=E9partement Architecture des Syst=E8mes d'Information
INSA - Rouen

--=_alternative 0043B11C80257133_=--