views:

391

answers:

2

How do I create a .Net Web Service in IronPython? Preferably dynamically without any pre- or post-processing.

A: 

Have a look at the sample called DynamicWebServiceHelpers in the recently released IronPython 2.0.

srivatsn
That sample is about calling a web service. I'm interested in creating the the service on the server side.
andersjanmyr
A: 

I'm not sure about this, but it's something I've tried to look for in the past.

Maybe Look at the following :

seanyboy