Seems there was no https transport receiver in 1.2. Though there is one in 1.3
One thing you can try is using the 1.3 transport receiver in 1.2. But because transport receivers are bundled in the kernal.jar file in Axis2 you won't be able to do that. Apache Synapse has the transports in a separate jar. You can download Synapse, add transports.jar to 1.2 lib directory and add the https transport receiver entry to 1.2 axis2.xml as given in the Synapse axis2.xml. What you are doing is using the https transport receiver that comes with Synapse in Axis2. Again, there is a possibility that this may not work as Synapse works with Axis2 1.3 now. Also you can try with Synapse 1.0, nhttp.jar and it's axis2.xml entry. But note that all these experiments are unstable. Upul On Nov 26, 2007 9:31 AM, Ajay Kumar Gour <[EMAIL PROTECTED]> wrote: > Hi Upul, > > Thank you for the reply. Iam using Axis2 1.2 version. I had gone through > the axis2.xml, before sending out the mail to axis users but i couldn't > found anything. > > Do you have idea how we can do it in Axis2 1.2? > > Thanks, > -Ajay > > > On Fri, 23 Nov 2007 21:29:23 +0530, Upul Godage <[EMAIL PROTECTED]> > wrote: > > > > Hi, > > > > In axis2 1.3, axis2.xml there is a ssl listener and sender commented > > out. You can uncomment it. That is how it is supposed to work. But > > keystores are missing in the distribution i think. So you will have to > > provide the keystore files and try > > > > Upul > > > > On Nov 23, 2007 6:34 PM, Ajay Kumar Gour <[EMAIL PROTECTED]> wrote: > >> Hello All, > >> > >> I was googling for help about using SSL with Axis2 and i have got this > >> link > >> "http://www.mail-archive.com/[email protected]/msg19269.html". > >> This tells how to make Axis2 client use SSL. > >> > >> If Axis2 is deployed in Web Server or App Server e.g. on Tomcat or JBoss > >> then we need to use server specific configuration to enable SSL. Please > >> correct me if iam rong somewhere. > >> > >> But, how to configure SSL on standalone Axis2? > >> > >> Thanks, > >> -Ajay > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
