suds-py3
suds-py3 copied to clipboard
Suds makes underscores in front of parsed fields
Dear Suds developers,
Project I am working with a legacy code that is using a slightly older version suds-py3 version 1.4.5.0
The project uses WSDL read queries to a SOAP API in our organization.
I am encountering a behaviour where some of the fields, that appear in the raw XML as "id" and "project" appear in the non-raw response (i.e. XMLResponse) as "_id" and "_project". Why is this happening? Is there a way to switch this behaviour off? I am happy to switch to another Suds version if that helps.
I am happy to provide any details you require on request.