c# - Building web services and updating client application with MSBuild -


I have a solution that includes two projects (web service and client applications).

When I created the solution, I need to manually update the web reference (web service proxy).

Is there any way to automate it with MSBuild?

You should be able to create a proxy for yourself. You just have to get all the parameters right.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -