ActiveState Community

Making soap service with PDK

Posted by dotnetuser on 2008-06-17 03:00

Hi,
i have being trying to get a perl script running as a soap service in the .net framework. I can complie the perl script with plc as a dll but dont know how to call this dll with the iis. Is it possible to call perl code directly with an asmx file like ?
<%@ WebService class="PerlPassword.PasswordServer" Language="perl" %>
..
..

Right now i am getting
Parser Error Message: 'perl' is not a supported language.

The .net is being used in IIS 5.0.

I would be grateful for any help

Thanks