SOAP:Lite Limitations re: https??

S

Saqib Ali

The Following Perl Works:

use strict;
use warnings;
use SOAP::Lite;
my $soap = SOAP::Lite ->
service('http://apniurdu.com/SOAP/Urdu2.wsdl');


However The Following Perl Gives an error:

use strict;
use warnings;
use SOAP::Lite;
my $soap = SOAP::Lite ->
service('https://certnexisgw.lexis-nexis.com/rs/soap/rmsoap.WSDL');


WHY??

The error is:
"Service description
'https://certnexisgw.lexis-nexis.com/rs/soap/rmsoap.WSDL' can't be
loaded: 501 Protocol scheme 'https' is not supported"

Does SOAP::Lite->service() not support HTTPS? I have code in VB that
connects to that very URL successfully using mssoapinit().

Is there a public test https WSDL server where I can test against??

Thanks
 
S

Serge Dubrouski

Have you installed OpenSSL and SSLeay? I think that you are trying to
connect to that service through proxy and standard LibWWW for Perl doesn't
work well in sutuation like this. Try to use SSLeay's proxy settings to
solve the problem.

Serge Dubrouski.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top