You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: