Re: DJANGO and SOAP

2013-10-16 Thread Mario Gudelj
Go with suds from fedora. I found it easy to use and it's worked with every soap api I connect to. On 17/10/2013 1:18 AM, "Domagoj Kovač" wrote: > I actually need a client library, not server library. > > -- > You received this message because you are subscribed to the Google Groups > "Django use

Re: DJANGO and SOAP

2013-10-16 Thread Bill Freeman
It is possible to use urllib2 to deal with headers and use lxml to create/parse bodies. More work, and no automatic WSDL processing, but fully general. I've had to go that way when the vendor on the other end did some not strictly legal SOAP things. ZSI used to be a good SOAP choice, but has sor

Re: DJANGO and SOAP

2013-10-16 Thread Jaimin Patel
Does any of two library mentioned in this SO answers helps - http://stackoverflow.com/questions/5167122/django-as-soap-web-service-server? On Wednesday, October 16, 2013 5:59:21 AM UTC-4, Domagoj Kovač wrote: > > Hi everyone, > > I have a problem. For the past few days i have been looking for som

Re: DJANGO and SOAP

2013-10-16 Thread Domagoj Kovač
I actually need a client library, not server library. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this

Re: DJANGO and SOAP

2013-10-16 Thread Jaimin Patel
This might help - http://stackoverflow.com/questions/5167122/django-as-soap-web-service-server On Wednesday, October 16, 2013 5:59:21 AM UTC-4, Domagoj Kovač wrote: > > Hi everyone, > > I have a problem. For the past few days i have been looking for some good > SOAP client library and i did not