J
josh
According to http://cookbook.soaplite.com/, it should be as easy as
this:
my ( $soap ) = SOAP::Lite
-> uri('Demo')
# -> proxy('http://localhost/cgi-bin/soap.cgi')
-> proxy('https://localhost/cgi-bin/soap.cgi')
But this is the error I get:
500 Can't locate object method "new" via package
"LWP:
rotocol::https::Socket" at ./client.pl line 8
I am running Mandrake 10.0 Community, with all default RPMs (urpmi
perl-SOAP-Lite).
My goal is to have secure (preferrably SSL) communication between the
SOAP server and client(s). Is there a better way than HTTPS? I just
thought HTTPS makes a natural choice since I already got HTTP working.
this:
my ( $soap ) = SOAP::Lite
-> uri('Demo')
# -> proxy('http://localhost/cgi-bin/soap.cgi')
-> proxy('https://localhost/cgi-bin/soap.cgi')
But this is the error I get:
500 Can't locate object method "new" via package
"LWP:
I am running Mandrake 10.0 Community, with all default RPMs (urpmi
perl-SOAP-Lite).
My goal is to have secure (preferrably SSL) communication between the
SOAP server and client(s). Is there a better way than HTTPS? I just
thought HTTPS makes a natural choice since I already got HTTP working.