简体   繁体   中英

Updating Service reference in web reference .net 3.5

We a legacy 3.5 web app which refers WCF service in their web reference. Are web reference are meant for consuming old .asmx services and service reference are mean consuming for .svc (WCF) right?

Now the WCF service endpoint got changed and how i would update this in VS 2010.

Our build target is limited to .net 3.5

If the endpoint is all that changed, that is the service contract stayed the same, then you should just be able to update the endpoint in your app.config file. No recompile required.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM