Thread [SOAP::Lite] Probleme Web-API ansprechen
(4 answers)
Opened by Rockford at 2013-11-05 15:55
und LWP::Protocol::http fehlt auch nicht? Kannst Du es mal manuell laden:
Code: (dl
)
use LWP::Protocol::http; Eigentlich sollte SOAP::Lite das tun, aber wer weiß ... SOAP ist schrecklich, und SOAP::Lite ist auch nicht gerade schön. Schau dir sonst mal die Alternativen an, ich glaube XML::Compile::SOAP war es, was ich mal erfolgreich benutzte. In irgendeiner Dokumentation las ich einmal ungefähr "No known bugs, unless you consider SOAP itself a bug, which you should". Das trifft's ziemlich gut :) |