Re: How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-19 Thread SHINTO PETER
Thank you James Schneider & Andrew Farrell

On Wednesday, 18 March 2015 21:46:33 UTC+5:30, SHINTO PETER wrote:
>
> How to make request ie GET/POST  to soap (windows web service ) in Django?
>

-- 
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 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/2632a791-21bf-4bf9-98cb-03250bb7bca2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-18 Thread James Schneider
I would recommend that you use the suds-jurko fork. It should be a drop in
replacement for the suds library available via pip, but is actively
maintained. The original suds library looks to be abandoned and has some
issues parsing current WSDL definition files that suds-jurko can handle.

-James
On Mar 18, 2015 9:32 AM, "Andrew Farrell"  wrote:

> Based on a brief search but no personal experience, SUDS
>  looks like the best
> python library for making requests to an existing SOAP server.
>
> On Wed, Mar 18, 2015 at 11:16 AM, SHINTO PETER 
> wrote:
>
>> How to make request ie GET/POST  to soap (windows web service ) in Django?
>>
>> --
>> 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 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/6174dbf9-8a58-4aff-b1bd-5a11e2c8e7b8%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> 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 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/CA%2By5TLaDZS2O-rtFYpJ8kqJc5Nfvk3Dy%2BEmF1LmRdGBxCbwjXQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 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/CA%2Be%2BciXCJBR1ZQSvmqFPXZeo3ugtNzsY0nV72J3Gchh5967M6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-18 Thread Andrew Farrell
Based on a brief search but no personal experience, SUDS
 looks like the best
python library for making requests to an existing SOAP server.

On Wed, Mar 18, 2015 at 11:16 AM, SHINTO PETER  wrote:

> How to make request ie GET/POST  to soap (windows web service ) in Django?
>
> --
> 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 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/6174dbf9-8a58-4aff-b1bd-5a11e2c8e7b8%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 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/CA%2By5TLaDZS2O-rtFYpJ8kqJc5Nfvk3Dy%2BEmF1LmRdGBxCbwjXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to make request ie GET/POST to soap (windows web service ) in Django?

2015-03-18 Thread SHINTO PETER
How to make request ie GET/POST  to soap (windows web service ) in Django?

-- 
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 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/6174dbf9-8a58-4aff-b1bd-5a11e2c8e7b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.