[Xml-compile] Generating WSDL
Drew Taylor
drew at drewtaylor.com
Thu Nov 13 10:47:39 GMT 2008
On 13 Nov 2008, at 10:13, Drew Taylor wrote:
>
> The relevant portions of my WSDL generator are below:
>
> ----------8<---------------------8<----------------------
> use FindBin qw($Bin);
> use Path::Class qw(dir file);
> use Getopt::Long;
> use File::Copy;
> use File::Path;
> use Pod::Usage;
> my @operations = qw(OTA_Ping TTI_ProductSearch TTI_PkgAvail
> TTI_PkgCost TTI_PkgBook);
I neglected to mention that the %opt throughout the script is
commandline options I gather via Getopt::Long. Sorry for any confusion.
Drew
More information about the Xml-compile
mailing list