How do I create a .Net Web Service in IronPython? Preferably dynamically without any pre- or post-processing.
如何在IronPython中创建.Net Web服务?优选地,动态地没有任何预处理或后处理。
2 个解决方案
#1
0
Have a look at the sample called DynamicWebServiceHelpers in the recently released IronPython 2.0.
在最近发布的IronPython 2.0中查看名为DynamicWebServiceHelpers的示例。
#2
0
I'm not sure about this, but it's something I've tried to look for in the past.
我不确定这一点,但这是我过去试图寻找的东西。
Maybe Look at the following :
也许看下面的内容:
- http://sourceforge.net/projects/pywebsvcs/
- http://sourceforge.net/projects/pywebsvcs/
#1
0
Have a look at the sample called DynamicWebServiceHelpers in the recently released IronPython 2.0.
在最近发布的IronPython 2.0中查看名为DynamicWebServiceHelpers的示例。
#2
0
I'm not sure about this, but it's something I've tried to look for in the past.
我不确定这一点,但这是我过去试图寻找的东西。
Maybe Look at the following :
也许看下面的内容:
- http://sourceforge.net/projects/pywebsvcs/
- http://sourceforge.net/projects/pywebsvcs/