in reply to Re: Basic authentication in SOAP
in thread Basic authentication in SOAP
I still don't underdstand from this code how I can send the username and password as part of the SOAP request.BEGIN { sub SOAP::Transport::HTTP::Client::get_basic_credentials { return 'username' => 'password'; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Basic authentication in SOAP
by jhourcle (Prior) on Jul 20, 2006 at 13:01 UTC | |
by mrguy123 (Hermit) on Jul 20, 2006 at 13:16 UTC | |
by jhourcle (Prior) on Jul 20, 2006 at 14:26 UTC | |
by mrguy123 (Hermit) on Jul 22, 2006 at 08:34 UTC | |
by mrguy123 (Hermit) on Jul 20, 2006 at 13:48 UTC | |
|
Re^3: Basic authentication in SOAP
by Hofmator (Curate) on Jul 20, 2006 at 13:02 UTC |