On Tue, 2008-09-09 at 10:28 -0400, Raghu Udupa wrote: > Thanks Manjula. > > I was going through the section on Using SSL client in axis2c manual. My > question is, can I use an axis2 client built with SSL library to > communicate with a client using plain http protocol? Or do I need 2 > separate axis2c clients, one for using http protocol and the other for > https protocol.
No, if your axis2.xml has the correct configuration you can use the same client with http url or https url. > > Thanks, > Raghu > > -----Original Message----- > From: Manjula Peiris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 09, 2008 1:57 AM > To: Apache AXIS C User List > Subject: Re: axis2 client with HTTP as well as HTTPS connectivity > > > On Mon, 2008-09-08 at 15:09 -0400, Raghu Udupa wrote: > > I need connectivity to customers who would like to communicate either > > using HTTP or HTTPS protocol. Basically, I need to distribute > > documents, addressed to a particular customer, to that customer using > > the protocol (http/https) supported by their web service. > > > > > > > > I need to write a generic web-services generic client application that > > will support both. Could you let me know how I can do that > > programmatically? > > Follow [1] and go through the samples which comes with the distribution. > > [1] http://ws.apache.org/axis2/c/docs/axis2c_manual.html > > -Manjula > > > > > > > > > Thanks, > > > > Raghu > > > > > > > --------------------------------------------------------------------- > 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]
