I want to use zeep to make some API calls. The expected output is:
You were close
client.set_ns_prefix('ns0', '')
Should read
client.set_ns_prefix(None, "https://xml.dbcarsharing-buchung.de/hal2_cabserver/")
Then the default namespace should be used.