Service Model Metadata Utility Tool
The Service Model Metadata Utility Tool is used to generate service model code from metadata documents.
The following command generates client code from a running service or online metadata documents.
svcutil http://service/metadataEndpoint
The following command generates client code from local metadata documents.
svcutil *.wsdl *.xsd /language:c#
The following command downloads metadata documents from running services.
svcutil /t:metadata http://service/metadataEndpoint
The following command generates metadata documents for service contracts and associated types in an assembly.
svcutil myAssembly.dll
Related Posts:
More from kalyan
- Hosting the WCF Service in .NET Executable | TechBubbles
- Host the WCF Service in IIS | TechBubbles
- WCF Terms | TechBubbles
- Service-Oriented Architecture(SOA) | TechBubbles
- C# 3.0 features | TechBubbles
kalyan Recommends
2 Comments so far
Leave a reply
![Recommend [kalyanms1]](http://s3.amazonaws.com/arkayne-media/img/badge/logo-recommend-badge-medium.png)
[...] exposes the service operations as methods.A WCF client can be automatically generated by using the ServiceModel Metadata Utility Tool (Svcutil.exe) and pointing it at a running service that publishes [...]
Service Model Metadata Utility Tool…
You’ve been kicked (a good thing) – Trackback from DotNetKicks.com…