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

Hello all. Where to find a tutorial to write a web service whit SOAP and Document/Literal style and WSDL support.?
  • Comment on Document/Literal style web services howto

Replies are listed 'Best First'.
Re: Document/Literal style web services howto
by CountZero (Bishop) on Aug 13, 2005 at 18:39 UTC
    Perl-modules for SOAP can be found here and there are also some modules dealing with (particular types of) webservices.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Re: Document/Literal style web services howto
by CountZero (Bishop) on Aug 14, 2005 at 19:10 UTC
    And for WDSL I have found something here.

    If you use SOAP::Lite there is also SOAP::WSDL to go with it.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law