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

I am looking for a WSDL parser that I can generate some user friendly documentation from my WSDLs. I don't need any transport layer or message processing, all I need is to parse a WSDL including all referenced XSD types and allow me to access to elements of this document. So that I can produce a nice simple man page. So WSDL::POD would be nice, there is Pod::WSDL, but no WSDL::Pod WSDL::SOAP says, I am old and dead use XML::Compile::SOAP It could even be an XML parser, but that is going too low/deep. Any suggestions for this application. I have been writing some parsers myself and I am thinking, there is got to be something out there

Replies are listed 'Best First'.
Re: wsdl2pod wsdl2man wsdl2html
by Anonymous Monk on Oct 14, 2014 at 23:19 UTC
      Thanks but I was hoping for a perl solution.

        Thanks but I was hoping for a perl solution.

        Why?

        XML::LibXSLT :)