RE: [IronPython] Developing a System.Web.Service.WebService

2005-05-03 Thread Jim Hugunin
Anthony Tarlano wrote: > I was wondering if anyone has successfully created a WebService in > IronPython and deployed it using ASP.NET? > > If not I will make it a point to post my results after accomplishing > the task.. ;-) I haven't done it, but I'd love to see your results. I think that you

[IronPython] Developing a System.Web.Service.WebService

2005-05-03 Thread Anthony Tarlano
Hi all, I was wondering if anyone has successfully created a WebService in IronPython and deployed it using ASP.NET? If not I will make it a point to post my results after accomplishing the task.. ;-) One piece of information I need in order to begin is how I set the namespace for a package? I.