24 abr 2010

perl web services

I have to write web services, and I'd like to hear from you about your favourites modules in order to do this task. I've used SOAP::Lite, but I really like to know if this is the best chance at Perl environment.
My code has to expose a WSDL interface, and auto-generated way to do this it's required

3 comentarios:

  1. See this:

    http://search.cpan.org/dist/XML-Compile-SOAP/lib/XML/Compile/WSDL11.pod

    ResponderEliminar
  2. Hi,

    SOAP::Lite is old and doesn't support most of the SOAP and WSDL spec. Take a look at http://daniel.ruoso.com/categoria/perl/soap-today for an explanation of how to use SOAP with more recent modules with a better spec support.

    daniel

    ResponderEliminar
  3. I like XMLRPC more than SOAP, it's easier to develop

    ResponderEliminar

Nota: solo los miembros de este blog pueden publicar comentarios.