Python 客户要求 Zeep 排除错误 xml
当我启动以下代码时,我不断收到以下错误:
我不明白为什么会发生这种情况。
http://resumeparsing.com/#ParseResume
文档,并按照它,不需要逻辑字段。
任何帮助将不胜感激!
here is an error in XML document /113, 25/. ---> The string '' is not a valid Boolean value.
我不明白为什么会发生这种情况。
http://resumeparsing.com/#ParseResume
文档,并按照它,不需要逻辑字段。
from zeep import Client
client = Client/'http://services.resumeparsing.com/ResumeService.asmx?wsdl'/
response = client.service.ParseResume/request={'AccountId': 'XXXXXXX',\
'ServiceKey':'XXXXXXXXX',\
'FileBytes': file_bytes, 'FileText': file_text, \
}/
print/response/
任何帮助将不胜感激!
没有找到相关结果
已邀请:
1 个回复
裸奔
赞同来自:
你可以看到什么 XML 通过包括调试日志级别,查看
http://docs.python-zeep.org/en ... gging