您的位置:首页 > 编程语言 > Python开发

python使用stub模块调用wcf

2016-02-24 08:51 751 查看
</pre><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote><span style="white-space: pre; background-color: rgb(240, 240, 240);">对官方例子的简单解释:http://ully.iteye.com/blog/1266320</span><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><h1><p><span style="font-family: Arial, Helvetica, sans-serif;"></span></p></h1></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></blockquote><pre code_snippet_id="1586347" snippet_file_name="blog_20160224_1_2345268" name="code" class="python"><span style="font-family: Arial, Helvetica, sans-serif;">
</span>
<span style="font-family: Arial, Helvetica, sans-serif;">try: </span>
        client = Client('http://localhost:8732/AlarmCapImg.Services/AlarmService?wsdl')print clientresult = client.service.DoAlarm('23','erewr')except Exception ,e:print 'error' ,e
对官方例子的简单解释:http://ully.iteye.com/blog/1266320
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: