Apologies in advance as I have not looked at this code since 2011. I have an app that parses a number of WSDL files at startup time.
my $wsdl = XML::Compile::WSDL11->new( $path_to_wsdl ); It's slow and makes development painful when restarting often. Is there a way to build Perl classes from the WSDL files once and then reduce the startup time? Thanks, -- Bill Moseley [email protected]
_______________________________________________ Xml-compile mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile
