svcutil.exe
Why doesn't the /reference option to svcutil.exe work?
I\'m attempting to use svcutil.exe to generate -only- the service contracts (interfaces) from a set of .wsdl files. When I do this (from an http-hosted wsdl), it picks up the included schemas and gene[详细]
2023-01-14 11:47 分类:问答wsimport try to resolve by namespace
Is it possible for wsimport to ignore \"import\" tags in wsdl that are http-linked to som开发者_StackOverflow中文版e XSD files and insted use XSD files provided next to the wsdl file?. I know svcutil[详细]
2023-01-13 15:04 分类:问答How to export metadata from a running WCF service
I wish to send the service metadata of a running WCF service to a third party developer,开发者_Go百科[详细]
2023-01-13 07:03 分类:问答WCF svcutil Error: Cannot obtain Metadata from localhost
I\'ve been looking around the questions here to see if anything similar was addressed already. I\'ve yet to find a solution so hopefully someone can help out and point me in the right direction.[详细]
2023-01-12 12:34 分类:问答svcutil.exe - Error: Cannot import wsdl:portType
I have to integrate several existing webservices in my .net application. But unfortunately, invoking the svcutil tool results in an error with the message:[详细]
2023-01-08 05:11 分类:问答SvcUtil.exe creating its own class name for service contract implementation class - WCF
I\'ve written a WCF service and hosted in IIS 6.0. When i try to create the proxy using the following command[详细]
2023-01-07 06:22 分类:问答How to get metadatas of soap service which require log in?
I am trying to get metadatas of a service which require log in with svcutil.exe. How can i do that开发者_运维百科 ?There are basically three ways to accomplish this:[详细]
2023-01-06 04:34 分类:问答Error generating proxy with svcutil
I\'m building a contract-first SOAP client. When I try to generate the proxy classes with svcutil, I get the error messages listed below and no classes are generated. Some of the error messages are in[详细]
2023-01-04 08:24 分类:问答.Net SvcUtil: attributes must be optional
I\'m trying to generate C# code classes with SvcUtil.exe instead开发者_如何学运维 of Xsd.exe. The latter is giving me some problems.[详细]
2023-01-01 09:17 分类:问答svcutil.exe excludetypes problem
My service uses a type Foo defined in another DLL, and my client also uses that DLL to get that type.Rather than generating a proxy class for that type, I\'d like the proxy code to just refer to the r[详细]
2022-12-30 08:53 分类:问答