gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
356B

  1. from zeep.xsd import visitor
  2. from zeep.xsd.const import xsd_ns
  3. def patch_zeep():
  4. # see https://github.com/mvantellingen/python-zeep/issues/1185
  5. if visitor.tags.notation.localname != 'notation':
  6. visitor.tags.notation = xsd_ns('notation')
  7. visitor.SchemaVisitor.visitors[visitor.tags.notation] = visitor.SchemaVisitor.visit_notation
上海开阖软件有限公司 沪ICP备12045867号-1