svcutil.exe
Using Svcutil to create proxy class does not include XmlIgnore attribute
Is there a way to have SvcUtil include the [XmlIgnore] attribute? we need this attri开发者_运维知识库bute in our proxy classes (because we have Dictionaries that XmlSerialization does not like), but[详细]
2022-12-29 17:43 分类:问答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>[详细]
2022-12-29 06:34 分类:问答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 to generate a service proxy using svcutil. I know you need to se[详细]
2022-12-28 08:32 分类:问答Passing Certificate to Svcutil to generate proxy for OSB Service
We are wanting to implement Two-Way SSL security from WCF to OSB Services. We have successfully开发者_如何学运维 deployed the certificates so that when you browse to the service with IE you get the ap[详细]
2022-12-28 07:22 分类:问答WCF ServiceContract and svcutil issue
I have a public interface auto-generated bu svcutil: [System.ServiceModel.ServiceContractAttribute(Namespace=\"...\", ConfigurationName=\"...\")][详细]
2022-12-27 11:29 分类:问答Duplicate classes in my wcf proxy
Okay, I have two OperationContracts and MessageContracts, like this: [OperationContract] OperationResult OperationOnSingleItem(Input input)[详细]
2022-12-21 16:23 分类:问答wsdl.exe/svcutil.exe - is there a way not to generate the classes for types in the xsds during a Web service or client generation
We have a centrally managed object model for types in the schema in C#. We want every one across the enterprise use that object model instead of using the one generated each time from wsdl/svcutil dur[详细]
2022-12-20 13:52 分类:问答Why does SvcUtil create a Channel interface that derives from IClientChannel
When you create code from a WSDL file using SvcUtil.exe, among the many types created 开发者_Python百科is an interface that derives from both the service interface and IClientChannel.[详细]
2022-12-19 05:06 分类:问答Alternative to SvcUtil.exe?
I have been wrestling with SvcUtil all day, trying to get it to generate useful code for some IMS Enterprise Services (primarily Group Management Service, but there are others we need it to work for a[详细]
2022-12-16 15:35 分类:问答How can I make WCF talk to this web service?
This is a follow up of this question. As suggested by @Benjamin here, I am trying to add a service reference for my wsdl now (in stead of a web reference). Here is the url to the wsdl in question:[详细]
2022-12-14 14:58 分类:问答