python使用stub模块调用wcf

2023-01-31 01:01:32 python 调用 模块
</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 client  
        result = client.service.DoAlarm('23','erewr') 
    except Exception ,e: 
        print 'error' ,e

对官方例子的简单解释:http://ully.iteye.com/blog/1266320

相关文章