Re: axis2_http_server and openssl

2008-05-28 Thread Manjula Peiris
On Wed, 2008-05-28 at 11:09 +0100, Frederic Heem wrote: Hi, Does axis2_http_server support openssl or is it supported only for apache and IIS ? To have https support you need Apache as your http server. Simple Axis2 server does not support https. openssl is used in Rampart/C which can be used

Please Help me in Understanding REST implementation in AXIS2/C

2008-05-28 Thread vamsi krishna
Hi All, I read Axis2c handles the REST request aswell by just chaning the config file axis.xml or through the function axis2_options_set_enable_rest(...). 1. Does this tool handles the REST requests? 2. How to test the REST handling? 3. How to

RE: generated C code from choice elements in wsdl

2008-05-28 Thread Bennett, Robert P
-Original Message- From: Dimuthu Gamage [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 10:03 PM To: Apache AXIS C User List Subject: Re: generated C code from choice elements in wsdl Looks like i can't send the attachment to the list. Please check it from here,

RE: generated C code from choice elements in wsdl

2008-05-28 Thread Bennett, Robert P
-Original Message- From: Dimuthu Gamage [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2008 1:38 PM To: Apache AXIS C User List Subject: Re: generated C code from choice elements in wsdl On Wed, May 28, 2008 at 5:57 PM, Bennett, Robert P [EMAIL PROTECTED] wrote:

Re: axis2_http_server and openssl

2008-05-28 Thread Samisa Abeysinghe
Frederic Heem wrote: Hi, Does axis2_http_server support openssl No. or is it supported only for apache and IIS ? Yes. Samisa... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Please Help me in Understanding REST implementation in AXIS2/C

2008-05-28 Thread Samisa Abeysinghe
vamsi krishna wrote: Hi All, I read Axis2c handles the REST request aswell by just chaning the config file axis.xml or through the function axis2_options_set_enable_rest(...). 1. Does this tool handles the REST requests? Yes. 2. How to