Top "Svcutil.exe" questions

The ServiceModel Metadata Utility tool (SVCUTIL.

Using svcutil to generate xsd files for client proxy

I am trying to use Svcutil to export metadata for proxy generation off a locally hosted service. I dont want …

wcf proxy svcutil.exe
To test this service using svcutil.exe

I want to test a service with svcutil.exe. The step is svcutil.exe http://11.55.99.341/MessagingServices/MessageData.svc?wsdl I …

c# wcf svcutil.exe
how to generate client proxy class of a wcf service that will work in the .net 2.0

I have to use a wcf service in the ssis script component which is developing in BIDS 2005. For this i …

wcf-data-services svcutil.exe ssis-2005
svcutil from wsdl file: Error Schema with target namespace could not be found

On my machine I have a WSDL file and all the necessary schema files. I am trying to use svcutil …

wcf svcutil.exe
WCF proxy generation: svcutil.exe vs wsdl.exe

I have .wsdl and .xsd files from WebService and need to generate proxy by them. Svcutil.exe and wsdl.exe …

c# wcf proxy wsdl svcutil.exe
Problem with generating WebService proxy using svcutil

In our application we are forced to consume several WebServices. In the beginning we used just the "Add Service Reference" …

wsdl wcf-client svcutil.exe
Is there a way to force svcutil.exe to ignore SSL certificate issues?

I need svcutil.exe to generate a proxy class for me, but the problem is that the web service can …

ssl https service svcutil.exe
Alternative to SvcUtil.exe?

I have been wrestling with SvcUtil all day, trying to get it to generate useful code for some IMS Enterprise …

wcf svcutil.exe
svcutil doesn't generate config file

I have wcf service. I tried to generate proxy code and configuration file for client program by svcutil: svcutil http://…

wcf configuration svcutil.exe
Consume webservice from a .NET DLL - app.config problem

I'm building a DLL, let's call it mydll.dll, and in it I sometimes need to call methods from webservice, …

.net dll web-services app-config svcutil.exe