codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  SOAP Webservices by PERL  aliabbas00 at 12:06 on Tuesday, May 22, 2007
 

Hello,

I need to access a web service that requires BASE64 encrypted password based authentication. I have never written script for SOAP module.

use SOAP::Lite;
print SOAP::Lite -> uri('xxxx')
-> proxy('https://username:password@url')
-> functionname('parameter')
-> result;

it gives me an error

500 Can't locate object method "new" via package "LWP::Protocol::https::Socket"
at ws.pl line 2


i really dont have no idea what to specifically ask can anybody guide me?

  Re: SOAP Webservices by PERL  javabits at 21:50 on Tuesday, May 22, 2007
 

I'm gonna guess that you are missing the Crypt::SSLeay module that is needed to support https. You'll need to install it on your computer.

If you have perl configured properly you can probably type:

perl -MCPAN -e 'install Crypt::SSLeay'

semper fi...










CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  Re: open excel file in html page
•  Re: interview problem
•  Re: help with jsp..urgent
•  how to create and install a toolbar to a browser using java
•  store string from text file to vector
•  Re: substitute of goto in java???
•  Re: internationalization for password validation
•  calculating total black pixels in an image
•  Re: SOAP Webservices by PERL


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2007