added SSCLI 1.0
[windows-sources.git] / sdk / samples / CrossTechnologySamples / WpfDataBindingToWcfResults / client / run_svcutil.bat
blobb9a5ec8bf6cddb2e275a8e843d45a1406f8bd8e6
1 @rem enable data binding to data returned by the web service
2 @rem also turn on async access (best practice when used from GUI)
3 svcutil http://localhost/servicemodelsamples/service.svc/mex /edb /config:app.config /async /n:"http://Microsoft.ServiceModel.Samples,Microsoft.ServiceModel.Samples" /out:generatedClient.cs