Now we are using a tool called svcutil.
--> You need to type in VS command Prompt like this
svcutil /out:proxy.cs /config:app.config "http://localhost:8025/Service"
It will generate proxy.cs and app.config.
--> Now lets create a client application.Copy and paste the proxy.cs and app.config from the particular location and paste into client application.
No comments:
Post a Comment