[Xml-compile] Converting WSDL to Perl classes?

Mark Overmeer mark at overmeer.net
Fri Oct 30 16:38:11 GMT 2015


* Bill Moseley (moseley at hank.org) [151030 16:32]:
> 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?

I have seen huge WSDL's and schema's but never experienced more than a
few seconds start-up time.

XML::Compile::Dumper will not make it faster.

You can best use XML processing in batch or via a daemon.
-- 
Regards,
               MarkOv

------------------------------------------------------------------------
       Mark Overmeer MSc                                MARKOV Solutions
       Mark at Overmeer.net                          solutions at overmeer.net
http://Mark.Overmeer.net                   http://solutions.overmeer.net




More information about the Xml-compile mailing list