Re: [IronPython] Web Services library

2009-11-30 Thread Pavel Suhotyuk
Thank you for the answer. Yes, I know about this way, but we have a part of processing system. This component compile and run many scripts and we want to have dynamic way to construct/destruct SOAP classes. David Escobar wrote: One way to do it is to use the /wsdl.exe/ tool to generate a prox

Re: [IronPython] Web Services library

2009-11-30 Thread David Escobar
One way to do it is to use the *wsdl.exe* tool to generate a proxy class. The tool will generate the proxy class in C# (it can't do IronPython code), but you can then take the resulting .cs file and compile it to a .dll (using the C# compiler - *csc.exe*). Place the .dll into the same folder as you

[IronPython] Web Services library

2009-11-27 Thread Pavel Suhotyuk
Hello. What a client library you recomend for using WebServices with IronPython ( something like SOAP.PY ) ? ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com