推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
pppy
V2EX  ›  Python

python suds TypeNotFound: Type not found: 'accountName'

  •  
  •   pppy · Sep 18, 2016 · 3852 views
    This topic created in 3524 days ago, the information mentioned may be changed or developed.

    使用 webservice 接口时,一直报 TypeNotFound: Type not found: 'accountName'

    from suds.client import Client
    
    client = Client('example.com/services/Verify?wsdl')
    
    data= {'accountName': 'test'}
    
    client.service.check(data)
    
    

    请教这个问题怎么解决, google 了下,里面方案都没解决

    2 replies    2016-09-18 17:52:49 +08:00
    ming2050
        1
    ming2050  
       Sep 18, 2016 via iPhone
    把 wsdl 文件贴出来
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5773 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 03:36 · PVG 11:36 · LAX 20:36 · JFK 23:36
    ♥ Do have faith in what you're doing.