Re: how to create a soap enveloppe with python suds for consume a bssv web service

2015-01-08 Thread dieter
brice DORA writes: > ... >> "suds" should generate those required "SOAP envelope". >> >> "suds" can be set up to log the precise messages sent and received >> (consult the "suds" documentation about logging and the Python >> documentation about its "logging" module). With these messages >> (and a

Re: how to create a soap enveloppe with python suds for consume a bssv web service

2015-01-08 Thread brice DORA
Le jeudi 8 janvier 2015 07:53:12 UTC, dieter a écrit : > brice DORA writes: > > > Hi all I am working on a app in python and I have to call a web service > > deployed on JDE (bssv). I use it for the suds lib which seems pretty > > friendly. but the problem is the JDE web service that uses bssv

Re: how to create a soap enveloppe with python suds for consume a bssv web service

2015-01-07 Thread dieter
brice DORA writes: > Hi all I am working on a app in python and I have to call a web service > deployed on JDE (bssv). I use it for the suds lib which seems pretty > friendly. but the problem is the JDE web service that uses bssv technology > necessarily requires sending a soap envelope. as fa

how to create a soap enveloppe with python suds for consume a bssv web service

2015-01-07 Thread brice DORA
Hi all I am working on a app in python and I have to call a web service deployed on JDE (bssv). I use it for the suds lib which seems pretty friendly. but the problem is the JDE web service that uses bssv technology necessarily requires sending a soap envelope. as far as I spend my fesais parame