Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Perl SOAP and SSL, HHTP Basic Auth

by jbrugger (Parson)
on Sep 07, 2006 at 04:37 UTC ( [id://571597]=note: print w/replies, xml ) Need Help??


in reply to Perl SOAP and SSL, HHTP Basic Auth

I'm not sure, but this is what i think you mean:
use SOAP::Lite +trace => [qw(debug)]; SOAP::Lite->new( uri => 'http://www.blah.nl/blah', # the namespace proxy => 'https://www.blah.nl/servive/to/call', on_action => sub {sprintf 'http://www.blah.nl/action'}) #soapacti +on header
"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.

Replies are listed 'Best First'.
Re^2: Perl SOAP and SSL, HHTP Basic Auth
by Anonymous Monk on Sep 07, 2006 at 05:12 UTC

    Actually it doesn't matter whether we use your way or my stub way, they are the same. Now I am realizing that it might has something to do with the fact that I don't have CRYPT::SSLeay installed.

    I run through ActiveState ppm, but they don't have this module listed, too bad.

      That shouldn't be a problem as you can install Crypt::SSLeay from an alternative repository. At a command prompt do:

      C:\> ppm rep add winnipeg http://theoryx5.uwinnipeg.ca/ppms/ C:\> ppm install Crypt-SSLeay

      /J\

        That's great!! I will do so tonight.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://571597]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-19 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found