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.

Replies are listed 'Best First'.
Re^2: Creating a WSDL for SOAP::Lite
by Cagao (Monk) on Jun 30, 2007 at 11:34 UTC
    Thanks for the advice, I just spotted WSDL::Generator doesn't work on 5.8 so that's a bit poo.