On Jun 22, 9:28 am, sandeep.x.ran...@jpmchase.com (Sandeep X Ranjan) wrote: > Hi, > > I need help desperately. I have a perl client program making calls to a web > service via SOAP over https. I do have the certificate installed on the UNIX > box from where I will be making the calls. But I don't know how to use that > certificate in my perl script. >
I haven't used SOAP::Lite for a long time but this isn't too hard as I recall. See: http://cookbook.soaplite.com/#accessing%20service%20with%20ssl You'll need to install Crypt::SSLeay (or IO::Socket::SSL) as well.. See Crypt::SSLeay docs for environment client certificate settings that you'll need. -- Charles DeRykus