Top "Svcutil.exe" questions

The ServiceModel Metadata Utility tool (SVCUTIL.

Svcutil.exe for .NET 4.0?

I was trying to use svcutil.exe to generate proxy classes for a service but when I use the /reference …

.net wcf .net-4.0 svcutil.exe
WCF service reference namespace differs from original

I'm having a problem regarding namespaces used by my service references. I have a number of WCF services, say with …

c# .net wcf namespaces svcutil.exe
Cannot import wsdl:portType, wsdl:binding, wsdl:port

I am getting error while generating proxy for WCF using SVCUtil. Error is Attempting to download metadata from 'net.pipe://…

c# asp.net wcf proxy svcutil.exe
use svcutil to map multiple namespaces for generating wcf service proxies

I want to use svcutil to map multiple wsdl namespace to clr namespace when generating service proxies. I use strong …

wcf svcutil.exe
svcutil.exe - How to get WSDL

I'm working with a SOAP interface. The interface provider is having trouble getting me the full WSDL (long story). They …

linux soap svcutil.exe
WCF - The maximum nametable character count quota (16384) has been exceeded while reading XML data

I'm having a WCF Service that uses wsHttpBinding. The server configuration is as follows : <bindings> <wsHttpBinding> &…

c# wcf svcutil.exe wcf-wshttpbinding
Is svcutil.exe a replacement for xsd.exe?

I am using xsd.exe to generate some c# classes from a .xsd file. I ran into the same issue …

c# xml xsd xsd.exe svcutil.exe
Passing username and password to svcutil.exe?

We have OSB services that are currently secured with a username and a password. I get a 401 unauthorized when attempting …

wcf web-services svcutil.exe oracle-service-bus osb
How can i make this a valid WSDL?

I'm trying to generate code from this WSDL using the following command: svcutil /noConfig /language:C# /out:ICatalog.cs http://…

soap wsdl svcutil.exe
Xsd.exe or Svcutil.exe to convert XSD schema to a class

Is it so that svcutil tool is recommended over xsd tool? I didn't see that as a confirmed statement, but …

c# xml xsd svcutil.exe