Well, service and global handlers should 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 Galataud" <[EMAIL PROTECTED]>

16/03/2006 11:38

Please respond to
"Apache AXIS C User List" <[email protected]>

To
"Apache AXIS C User List" <[email protected]>
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 <[EMAIL PROTECTED] >:
Hum, seems scope is not yet correctly implemented (or tested) in 1.6a.n (solaris) release. Here is my server.wsdd :

   <service name="IAdminConfiguration" provider="CPP:RPC" description="IAdminConfiguration Web Services">
       <parameter name="allowedMethods" value="notifyDictionaryReinit initService"/>
       <parameter name="scope" value="application">
       <parameter name="className" value="/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,"application"

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 > getMessageForExceptionCode @ff0da988,7
[15/03/2006 13:40:49:216 MET] 1 AxisWsddException < getMessageForExceptionCode @ff0da988,"AxisWsddException:Requested service not found"

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

2006/3/9, John Hawkins < [EMAIL PROTECTED]>:

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





"Antoine Galataud" <[EMAIL PROTECTED]>

09/03/2006 14:23

Please respond to
"Apache AXIS C User List" <
[email protected]>


To
"Apache AXIS C User List" <[email protected]>
cc
Subject
Application, Session or Request scope







Hi !

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

Thanks
--
Antoine Galataud

[EMAIL PROTECTED]
Département Architecture des Systèmes d'Information
INSA - Rouen





--


Antoine Galataud

[EMAIL PROTECTED]
Département Architecture des Systèmes d'Information
INSA - Rouen




--
Antoine Galataud

[EMAIL PROTECTED]
Département Architecture des Systèmes d'Information
INSA - Rouen

Reply via email to