python使用stub模块调用wcf

发布时间:2019-07-22 17:38:35编辑:auto阅读(1515)

    </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

关键字