vote up 1 vote down star
1

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

flag

75% accept rate
What do you mean without pre/post processing? – leppie Dec 11 '08 at 12:42
I think he means without manual compilation to an assembly. – Mehrdad Afshari Dec 11 '08 at 12:45
Exactly, without any extra build steps. – andersjanmyr Dec 11 '08 at 13:05

2 Answers

vote up 0 vote down

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

link|flag
That sample is about calling a web service. I'm interested in creating the the service on the server side. – andersjanmyr Dec 12 '08 at 13:20
vote up 0 vote down

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

Maybe Look at the following :

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.