Re: [Catalyst] Catalyst::Controller::SOAP + Pod::WSDL?
> also looking to automate the process of generating (and more > importantly, maintaining) the WSDL file describing those services. It > looks like Pod::WSDL does a good job of this, so I was wondering > whether anyone was already working on getting Pod::WSDL to generate > the WSDL file directly from the docs in the Controller at startup? I happen to know that Pod::WSDL is unmaintained right now. Go for it. -- Med venlig hilsen Kaare Rasmussen, Jasonic Jasonic Telefon: +45 3816 2582 Nordre Fasanvej 12 2000 Frederiksberg Email: [EMAIL PROTECTED] ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/
Re: [Catalyst] Catalyst::Controller::SOAP + Pod::WSDL?
On Fri, Apr 11, 2008 at 11:22 AM, Ian Sillitoe <[EMAIL PROTECTED]> wrote: > I'm just getting started on implementing SOAP services in my Catalyst > app so I figured I would try and make sure I'm using the best tools > before I start coding. > > Catalyst::Controller::SOAP looks perfect as I'm not doing anything too > complicated yet, really just exposing data via SOAP. C::C::SOAP++. That combined with pre-built schemas allowed me to get into the difficult (and mostly fun) bits of actually implementing the SOAP calls very quickly. Also Ruoso++ for his awesome work in the recent releases to automate working WSDL. > However, I was > also looking to automate the process of generating (and more > importantly, maintaining) the WSDL file describing those services. It > looks like Pod::WSDL does a good job of this, so I was wondering > whether anyone was already working on getting Pod::WSDL to generate > the WSDL file directly from the docs in the Controller at startup? I briefly looked at Pod::WSDL, but ended up not needing to because of my prebuilt schemas. Once you have schemas, the WSDL becomes pretty straightforward. That said, I'd be very interested to hear from anyone who had to generate their own WSDL/schemas too. Drew -- Drew Taylor * Web development & consulting Email: [EMAIL PROTECTED] * Site implementation & hosting Web : www.drewtaylor.com * perl/mod_perl/DBI/mysql/postgres ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/
[Catalyst] Catalyst::Controller::SOAP + Pod::WSDL?
I'm just getting started on implementing SOAP services in my Catalyst app so I figured I would try and make sure I'm using the best tools before I start coding. Catalyst::Controller::SOAP looks perfect as I'm not doing anything too complicated yet, really just exposing data via SOAP. However, I was also looking to automate the process of generating (and more importantly, maintaining) the WSDL file describing those services. It looks like Pod::WSDL does a good job of this, so I was wondering whether anyone was already working on getting Pod::WSDL to generate the WSDL file directly from the docs in the Controller at startup? Cheers, Ian ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/