mod_axis2 could not be loaded

2007-11-30 Thread Sunil Pandit
Hi , I am trying to deploy AXIS2/C under Apche web server . I am using version 2.0.61 . I have followed all the steps described in document however I am getting following error . Cannot load C:/Apache206/Apache2/modules/mod_axis2.dll into server: The specified procedure could not be found.

Re: session cookies

2007-11-30 Thread Dinesh Premalal
Hi Subra, Subra A Narayanan [EMAIL PROTECTED] writes: Hello folks, I have a webservice that requires that should be accessible only by authenticated users. right now, the way it works is, each and every request has to be authenticated. i was wondering, if there is a way in axis2/c to

Re: AXIS2/C and scope=soapsession

2007-11-30 Thread Dinesh Premalal
Stadelmann Josef [EMAIL PROTECTED] writes: Hi does someone know how user sessions are implemented for Axis2/C ? Do I have the possibility to setup the same scope(s) as with the Java version of Axis2? If yes how is it done? which .C files or .H. files do I have to check in the axis2/c

Re: session cookies

2007-11-30 Thread Bill Mitchell
Related to Subra's unanswered question, I see where the Axis2C options structure provides support, through the method axis2_options_set_manage_session(), for the client to request that sessions be managed, presumably through maintaining and returning cookie information to the server. But I don't

Re: mod_axis2 could not be loaded

2007-11-30 Thread Subra A Narayanan
Did you build the axis2 apache module according to these instructions: http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2 axis2_http_server will work without the module but to deploy axis2 under apache, you would need the module. Subra On Nov 30, 2007 4:26 PM, Sunil Pandit [EMAIL

Re: Long names and sharable images ... dll's

2007-11-30 Thread Senaka Fernando
Hi Dinesh/Josef, Hi Josef, Were you able to get through this problem. I see that you have a problem with name length. SJobject file name of any loadable component including function/procedure names SJ should never be more then 31 characters. I think this is a OpenVMS problem,