http://www.perlmonks.org?node_id=624194


in reply to Creating a WSDL for SOAP::Lite

AFAIK, there isn't a fully-automatic way of doing what you want (I'd love to be proved wrong mind you). The solution I went with was to use Pod::WSDL to generate the WSDL from Pod comments, which worked reasonably well. I ended up having to hand-edit the resultant WSDL slightly to make the a .Net-based client happy, but that was a lot better than hand-coding from scratch.

Hope that helps.