suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Change the value of "elementFormDefault" #48

Closed huseyin closed 3 years ago

huseyin commented 3 years ago

Recently we needed to set the value of elementFormDefault from qualified to unqualified because of third-party requirements. However, I didn't find any related line about that after a quick look into your guide. Does anyone describe a possible solution?

phillbaker commented 3 years ago

Hi @huseyin if I'm understanding correctly, this change should be done in the upstream WSDL/XSD.

Otherwise, can you link (or provide if protected) the wsdl/xsd you're having issues with a code sample to reproduce the issue you're seeing?

Please also see the notes here: https://github.com/suds-community/suds/blob/60c407422223f84713a80913b2544fa35b78bf8f/notes/xsd_elements.rst#qualifiedunqualified-elements

phillbaker commented 3 years ago

Hi @huseyin without further details, I'm going to close this issue. Please reopen it if you can provide a working replication of the issue.