XML::Compile now provides an instant SOAP daemon on 2008.04.09 9:43 markov
The nice thing about hackathons is that hacking together stimulates one to complete long postponed modules. In Olso, my SOAP daemon got completed at last. Salve, thanks for organizing this useful and pleasant Perl QA meeting!
The XML::Compile suite implements an alternative for SOAP::Lite. Schema's are used to translate between typeless Perl and strictly typed XML. Currently limited to Schema2001 (with all its nasty features), SOAP1.1 over HTTP1.1, and WSDL1.1. Of course to be extended with SOAP1.2, WSDL2 and various transport protocols in the forseeable future.
Read More
0 comments
The XML::Compile suite implements an alternative for SOAP::Lite. Schema's are used to translate between typeless Perl and strictly typed XML. Currently limited to Schema2001 (with all its nasty features), SOAP1.1 over HTTP1.1, and WSDL1.1. Of course to be extended with SOAP1.2, WSDL2 and various transport protocols in the forseeable future.
- XML::Compile: Structural translations XML < — > Perl (from Schema)
- XML::Compile::SOAP: SOAP client (with or without WSDL)
- XML::Compile::SOAP::Daemon: SOAP server (with or without WSDL) Based on Net::Server and LWP.
