web service proxy setting

后端 未结 4 1340
悲哀的现实
悲哀的现实 2021-02-10 02:07

In c# 4.0, I have a web service called ManufacturerContactDetails. I am calling that web service from a windows app using the following:

var ws = new Manufacture         


        
4条回答
  •  暖寄归人
    2021-02-10 02:34

    Create the app config file containing the following

    
        
            
        
    
    

    More info here http://blogs.infosupport.com/blogs/porint/archive/2007/08/14/Configuring-a-proxy_2D00_server-for-WCF.aspx

    Bye

提交回复
热议问题