The ServiceModel Metadata Utility tool (SVCUTIL.
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.exeI'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.exeI 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.exeI want to use svcutil to map multiple wsdl namespace to clr namespace when generating service proxies. I use strong …
wcf svcutil.exeI'm working with a SOAP interface. The interface provider is having trouble getting me the full WSDL (long story). They …
linux soap svcutil.exeI'm having a WCF Service that uses wsHttpBinding. The server configuration is as follows : <bindings> <wsHttpBinding> &…
c# wcf svcutil.exe wcf-wshttpbindingI 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.exeWe 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 osbI'm trying to generate code from this WSDL using the following command: svcutil /noConfig /language:C# /out:ICatalog.cs http://…
soap wsdl svcutil.exeIs 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