Thread SOAP::Lite und charset (8 answers)
Opened by bianca at 2011-10-21 18:14

bianca
 2011-10-21 18:47
#153391 #153391
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
Bei mir sieht das alles etwas anders aus und im Moment funktioniert es noch nicht:
Code (perl): (dl )
1
2
3
my $soap = SOAP::Lite->new ();
my $service = $soap->service($url)->encoding('iso-8859-1');
my $hash_ref = $service->servicename([div parameter]);

Egal, ob ich ->encoding('iso-8859-1') an service() anhänge oder an servicename(), es bleibt UTF. Geht das bei meiner Konstellation nicht oder mache ich es falsch?
10 print "Hallo"
20 goto 10

View full thread SOAP::Lite und charset