Re: Rampart Axis2C segfaults at rampart_context_free operation

2009-01-09 Thread Manjula Peiris
Raju, Ideally with TransportBinding Rampart should send the message in a secure transport. This is a bug I guess. Please put a JIRA. BTW, If you want to send UserNameToken in a non secure transport like http then you can use AsymmetricBinding. Please see scenario2 in Rampart/C samples. -Manjula.

Re: link axis2c libraries as static libraries

2009-01-09 Thread Samisa Abeysinghe
I do not think you would be able to statically link and get Axis2/C to work, because it assumes dynamic loading for some of the behavior in the engine. Someone worked on static linking sometime back, but it was not completed. Samisa... Fan, Jan-fon wrote: Hi, I am trying to link the

Re: Setting HTTP headers

2009-01-09 Thread Subra Aswathanarayanan
I just wanted to clarify my question. In a axis2c webservice, when responding to the client with a soap response, is there a way one can set a standard http header too? I searched in the archive but wasn't able to find any definitive answer. On Thu, Jan 8, 2009 at 5:16 PM, Subra Aswathanarayanan

Re: Setting HTTP headers

2009-01-09 Thread Dinesh Premalal
Hi, Subra, Subra Aswathanarayanan aswat...@gmail.com writes: I just wanted to clarify my question. In a axis2c webservice, when responding to the client with a soap response, is there a way one can set a standard http header too? AFAIK, there is no decent method for doing this. I think, in

Re: Setting HTTP headers

2009-01-09 Thread Subra Aswathanarayanan
Thanks Dinesh. I will try ur suggestion and let you know the result. On Fri, Jan 9, 2009 at 1:32 PM, Dinesh Premalal xydin...@gmail.com wrote: Hi, Subra, Subra Aswathanarayanan aswat...@gmail.com writes: I just wanted to clarify my question. In a axis2c webservice, when responding to