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

dieter dieter at handshake.de
Thu Jan 8 02:51:49 EST 2015


brice DORA <road01 at yahoo.fr> 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 far as I spend my fesais parameters required in my suds client. My concern then is how to work around this problem, or is this possible to create a soap envelope with suds? thank you in advance

"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 precise description of the encountered problem), you can
contact someone responsible for the web service to resolve your problems.




More information about the Python-list mailing list