in reply to Soap Formatting
But I get an error:import SOAP::Data 'name' || print "\n!Couldn't import!\n"; eval { $service = SOAP::Lite ->name('username' => 'user') ->name('password' => 'pass') ->service('http://server/file.asmx?WSDL'); }; #|| ($_); # $@ will have the error message, perldoc -f eval
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Soap Formatting
by mda2 (Hermit) on May 18, 2006 at 02:45 UTC |