Python之调用WebService:suds

suds官方:

  • https://fedorahosted.org/suds/wiki/Documentation

互联网公开WSDL:

  • http://www.webxml.com.cn/zh_cn/web_services.aspx
  • http://www.cnblogs.com/w2011/archive/2013/01/19/2867858.html
  • http://blog.csdn.net/jane_study/article/details/11045423

关于WSDL:

  • http://coolshell.cn/articles/4131.html
  • http://www.ibm.com/developerworks/cn/webservices/ws-wsdl/
  • http://blog.csdn.net/liguocai2005/article/details/4402350
  • http://itindex.net/detail/48202-soap-web-service
  • http://ifeve.com/web-services/

suds使用:

  • http://ully.iteye.com/blog/1266320

PS.Python资源

  • http://www.ziqiangxuetang.com/learn_share/python-learn-resource.html?from=androidqq
  • 测试软件SoapUI---http://sourceforge.net/projects/soapui/files/
原文地址:https://www.cnblogs.com/flowjacky/p/4422780.html