Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Problem with SOAP::Lite and WSDL?

by hyperbole (Novice)
on Mar 19, 2006 at 17:17 UTC ( [id://537760]=note: print w/replies, xml ) Need Help??


in reply to Problem with SOAP::Lite and WSDL?

I'm not very familiar with SOAP. I do have one perl script that uses SOAP::Lite and it seems to work. The one thing I can see that may be missing from your script is you don't seem to be sending a user-id/password. Try something like
sub SOAP::Transport::HTTP::Client::get_basic_credentials { return $user_id => $password; }
.

Replies are listed 'Best First'.

Log In?
Username:
Password:

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

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

    No recent polls found