Re: help with SOAP::Lite/Crypt::SSLeay
"C.DeRykus" <[email protected]> Wed, 23 Jun 2010 15:27:28 -0700 (PDT)
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <0c9ee88c-0c53-43a5-8271-2c209cc9e444@k39g2000yqd.googlegroups.com> |
On Jun 22, 9:28 am, [email protected] (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