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

dieter dieter at handshake.de
Fri Jan 9 02:01:55 EST 2015


brice DORA <road01 at yahoo.fr> 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 precise description of the encountered problem), you can
>> contact someone responsible for the web service to resolve your problems.
>
> okey thanks for your help but can you tell me if it's possible to see the content of this soap envelope that's sent by suds?

It is (as I wrote)

>if yes then please how can i do it?thanks you in advance

Read the "suds" documentation
("https://fedorahosted.org/suds/wiki/Documentation"), the
section about logging! It is on the first page, immediately following
the "OVERVIEW" section!




More information about the Python-list mailing list