[Mono-devel-list] .NET Web services in Perl?

Todd Berman tberman at off.net
Thu Aug 12 17:36:38 EDT 2004


On Thu, 2004-12-08 at 17:29 -0400, Vsevolod (Simon) Ilyushchenko wrote:
> Ah, that makes sense. What should I use on the server to listen for the 
> requests? Mod_mono and xsp?
> 
> However, ideally I'd like to do it completely without C# by having Perl 
> code listening for requests and calling Perl modules. If I wanted to 
> duplicate web services infrastructure in Perl, what C# classes should I 
> rewrite?

Sigh, what Rafael is telling you is that .net web services are just SOAP
web services. If your perl service can output a wsdl (which can be
static) than you can use wsdl.exe to generate a .NET proxy. All on the
client side.

--Todd




More information about the Mono-devel-list mailing list