Re: ASP .NET web service and Django

2014-05-28 Thread shar100101
Thanks everyone. I will try using suds but if suds use C libs, like soaplib does (lxml ), than this wont work too. @Vernon I don't know for IronPython3. I didn't managed to set up Django 1.5, there was errors in Django six.py lib ("""Utilities for writing code that runs on Python 2 and 3""")

Re: ASP .NET web service and Django

2014-05-27 Thread Vernon D. Cole
Jani: Can you please provide a link to the "hacks" you mention for IronPython? I am preparing to run django with IronPython3 and any information on what people did to make IronPython work would be helpful. -- Vernon Cole On Monday, May 26, 2014 12:21:00 PM UTC+1, Jani Tiainen wrote: > >

RE: ASP .NET web service and Django

2014-05-26 Thread Ilya Kazakevich
8 AM >To: django-users@googlegroups.com >Subject: ASP .NET web service and Django > >hi > >.net -> django you should look tastypie > >django -> asp you should use python library named request > >regards fron colombia > >El sábado, 24 de mayo de 2014,

Re: ASP .NET web service and Django

2014-05-26 Thread Jani Tiainen
You might be interested in suds library, it's basically lightweight SOAP stuff, it may work or it may not. All depends quality of WSDL you do have. And to my knowledge getting Django to run on IronPython requires some hacks... On Mon, 26 May 2014 04:09:19 -0700 (PDT) shar100101

Re: ASP .NET web service and Django

2014-05-26 Thread shar100101
Unfortunately Tastypie is not solution for me, because it uses Rest. I am using IronPython to run website and I still have not found solution to read Soap/Rest requests with IronPython. I was hoping that output form .Net service, sent using HTTP, can be used in Django. I tried using WebRequest

ASP .NET web service and Django

2014-05-24 Thread Ariel Calzada
hi .net -> django you should look tastypie django -> asp you should use python library named request regards fron colombia El sábado, 24 de mayo de 2014, shar100101 > escribió: > Hi, > > How to create and

ASP .NET web service and Django

2014-05-24 Thread shar100101
Hi, How to create and send HTTP request from ASP .NET web service with POST data in it, to Django, and get HTTP responce from Django to web service ? Does anyone have a simple example of this? Regards, Dušan -- You received this message because you are subscribed to the Google Groups