jbrasky has asked for the wisdom of the Perl Monks concerning the following question:

I'm having a trouble with SOAP::Lite getting the xml string from simple SOAP service. I'm using Paul Kulchenko's stubmaker.pl generator to create the Sevice.pm by given wsdl When I run the only function of the module through the service I get the uninitialized string back. Does anybody know any other (or better or newer) way to create the perl module to take care of the simple and complex data objects in SOAP/perl ? I appreciate any help. Jake

2005-01-19 Edited by Arunbear: Changed title from 'SOAP::Lite', as per Monastery guidelines

  • Comment on Getting the XML string from simple service using SOAP::Lite