Thread SOAP::Lite Request visualisieren (19 answers)
Opened by bianca at 2010-05-21 09:24

bianca
 2010-05-21 10:59
#137458 #137458
User since
2009-09-13
6997 Artikel
BenutzerIn

user image
2010-05-21T08:55:45 esskar
Code (perl): (dl )
use SOAP::Lite '+trace';

Das bringt:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Odd (wrong?) number of parameters in import(), still continue at soap_neu.pl line 17
Can't locate class method "+trace" via package "SOAP::Lite" at soap_neu.pl line 17
BEGIN failed--compilation aborted at soap_neu.pl line 17 (#1)
(F) You said to do (or require, or use) a file that couldn't be
found. Perl looks for the file in all the locations mentioned in @INC,
unless the file name included the full path to the file. Perhaps you
need to set the PERL5LIB or PERL5OPT environment variable to say where
the extra library is, or maybe the script needs to add the library name
to @INC. Or maybe you just misspelled the name of the file. See
perlfunc/require and lib.

Uncaught exception from user code:
Can't locate class method "+trace" via package "SOAP::Lite" at soap_neu.pl line 17
BEGIN failed--compilation aborted at soap_neu.pl line 17.
at soap_neu.pl line 17
10 print "Hallo"
20 goto 10

View full thread SOAP::Lite Request visualisieren