Re: DJANGO and SOAP
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 sort of merged (last I knew) with suds, so it probably has the same restrictions.On Wed, Oct 16, 2013 at 9:49 AM, Jaimin Patel <jpatel@tuvalabs.com> wrote:
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 some good SOAP client library and i did not found anything that works properly. The problem is that i have some recursive SOAP function and as i saw, suds has the problem with this types of things, some other libraries brake on that part.So, is there any really good library that has proper documentation and also can work with wsdl?--To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8e624d1d-42b0-499c-908e-b66cad509418%40googlegroups.com.
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAB%2BAj0sisiyKibEMwOhE6%3DXEo5R9SZ1tFWwzNTeOrTCpn9370A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home