[IronPython] WCF Service in pure IronPython
Lukas Cenovsky
cenovsky at bakalari.cz
Sun Nov 22 12:19:25 PST 2009
Hi,
I am able to save the WCF service to the assembly, so I can use .config
files to configure it - see
http://gui-at.blogspot.com/2009/11/wcf-service-in-pure-ironpython-with.html
I think there is only a small step left to make possible to host
IronPython WCF services in IIS.
IIS configures services in .svc files which contains the following:
<% @ServiceHost Service="myWcfService.myService" %>
This obviously fails because IIS cannot find such type in the .dll
created by pyc.py. Does anybody have an idea how to overcome this issue?
--
-- Lukáš
Lukas Cenovsky wrote:
> The latest version of clrtype.py has support for ClrInterface
> metaclass - see the usage on my blog:
> http://gui-at.blogspot.com/2009/11/wcf-service-in-pure-ironpython.html
>
> --
> -- Lukáš
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
More information about the Users
mailing list