Re: Rest enhancements

2008-10-29 Thread Uthaiyashankar
Hi, Thank you very much for the patch. Can you please create a jira in [1] and attach the patch file? Then it would be easy to manage and track it. When attaching the file, remember to select Grant license to ASF for inclusion in ASF works (as per the Apache License

Re: Rest enhancements

2008-10-29 Thread Uthaiyashankar
Uthaiyashankar wrote: Hi, Thank you very much for the patch. Can you please create a jira in [1] and attach the patch file? Then it would be easy to manage and track it. When attaching the file, remember to select Grant license to ASF for inclusion in ASF works (as per the Apache License

Re: a HTTPS/SSL question

2008-10-29 Thread Uthaiyashankar
Hi, When you access an https endpoint, the certificate of that endpoint should be validated whether it can be trusted. This validation is based on, whether we trust any of the CA's of the certificate. This is same as what happened in a browser. If you access any https and if the browser

Re: a HTTPS/SSL question

2008-10-29 Thread Vivian Wang
Hi Shankar, So is there an option in axis2/c that I can turn off the certificate validation? I think this is important because from a client point of view, lots of times when I want to access a web service under SSL using https://.. I know that is the site I want to go. And just like you said,

Re: a HTTPS/SSL question

2008-10-29 Thread Dumindu Pallewela
Hi Vivian, Please find my comment inline: On Wed, Oct 29, 2008 at 11:44 PM, Vivian Wang [EMAIL PROTECTED]wrote: So is there an option in axis2/c that I can turn off the certificate validation? No we don't support that at the moment. I think this is important because from a client point of

[jira] Commented: (AXIS2C-528) problem with the build on AIX

2008-10-29 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643629#action_12643629 ] Dinesh Premalal commented on AXIS2C-528: An user has suggest a fix for this

[jira] Commented: (AXIS2C-528) problem with the build on AIX

2008-10-29 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643634#action_12643634 ] Dinesh Premalal commented on AXIS2C-528: suggested fix

Re: a HTTPS/SSL question

2008-10-29 Thread Vivian Wang
Hi Dumindu, So is it hard to provide such an option (turn on/off validation)? I think this limitation really restrict axis2/c's usage under SSL. In my case, I would like to access salesforce web service using a WSDL refered to by the URL: https://na2.salesforce.com/services/wsdl/metadata

Re: a HTTPS/SSL question

2008-10-29 Thread Uthaiyashankar
Hi Vivian, see my comments... Vivian Wang wrote: Hi Dumindu, So is it hard to provide such an option (turn on/off validation)? I think this limitation really restrict axis2/c's usage under SSL. In my case, I would like to access salesforce web service using a WSDL refered to by the URL: