会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
About Computer
博客园
首页
新随笔
新文章
联系
管理
订阅
2007年3月29日
Python SOAPpy访问asp.net web service 代码
摘要: 在 Python使用 asp.net web service,要用到 SOAPpy库,可是这个东西比较老,要经历一番设置之后,才能正常使用。 下面是一个打开代理的函数: def OpenSoapProxy(uri): from SOAPpy import WSDL proxy = WSDL.Proxy(uri) proxy.soapproxy.config.b...
阅读全文
posted @ 2007-03-29 15:05 thh
阅读(691)
评论(0)
推荐(0)
编辑
公告