>From within the Apache mod_axis2 module, is there some way I can programmically add parameters to the list? I have already added the mod_axis2 code to my exiting Apache module, which already gets all the parameters from the source text file. In the end it will make my life much easier if the mod_axis2 simply injects the parameters into the correct place for axis2_msg_ctx_get_parameter() to find them.
Any thoughts on how I might do that? Sam On Tue, Mar 31, 2009 at 10:33 AM, Manjula Peiris <[email protected]> wrote: > Calling > param = axis2_msg_ctx_get_parameter(msg_ctx, env, "param_name"); and > after that calling > axutil_param_get_value(param, env) will do the job I guess. > > -Manjula. > > On Tue, 2009-03-31 at 07:22 -0400, Sam Carleton wrote: > > > > > > On Tue, Mar 31, 2009 at 12:27 AM, Supun Kamburugamuva > > <[email protected]> wrote: > > You can put it as parameters in services.xml > > > > I thought that might be the case, so I went looking in the manual on > > the apache site for documentation of what it might be but failed to > > see anything. I also went looking for an example in the source but > > did not find one. Where can I find an example and/or documentation? > > > > Sam > > > > > >
