Friday, March 04, 2011

How do I use SOAP::Lite to generate Perl Module ?

You need your wsdl file (Mine has a .xml extension but it is still a wsdl file) then you use "/usr/perl/bin/stubmaker.pl" like so ...
red.cricket@bugs:~/akamai/monitorTrafficManagement$ stubmaker.pl "file://`pwd`/PublishTrafficManagement.xml"
Accessing...
Writing...
./PublishTrafficManagement.pm done

No comments:

Post a Comment