Hi,

Our company soap server have some elements that are set to be 'nillable'.
In a regular soap call I can create a record with the nillable fields
filled with None. But when I send the elements back in an envelop, the type
check of pysimplesoap client report type errors. For string elements I can
manually change them to ''. But it is confusing for int elements. In the
design, what is the right way to send these fields back without changing
them?

As a comparison, I can do all the interactions manually with curl. Just get
the response object, extract an object, change a few fields and send it
back in an envelope.


---------------
Zhi Han
_______________________________________________
Soap mailing list
[email protected]
https://mail.python.org/mailman/listinfo/soap

Reply via email to