svcutil.exe
SvcUtil and /dconly generates XSD's for data types NOT marked with the DataContract attribute
Has anyone ever encountered a problem with Svcutil and the /dconly option where it generates metadata for EVERY data type in an Assembly, even if it is NOT marked with with the [DataContract()] attrib[详细]
2023-02-09 03:39 分类:问答Why might VS "Add Service Reference" not generate interfaces for servicecontracts that svcutil recognizes just fine?
I have a WCF service that I\'d like clients to be able to reference using Visual Studio\'s \"Add Service Reference\" feature.They\'ve been able to recognize the metadata endpoint, the interfaces, meth[详细]
2023-02-08 22:54 分类:问答SvcUtil generating custom intermediate list types - any way to just generate a generic list?
I\'m using svcutil to generate datacontract classes from an XSD.Here\'s a snippet from the XSD: <xs:element name=\"Fulfilment\">[详细]
2023-02-04 20:03 分类:问答Problem generating data contract code with SVCUTIL
When i run the following command in the visual studio command prompt: D:\\Documents\\DEV\\SARPilot\\Docs\\eoschema\\schema\\OrderSchema>svcutil /t:code /language=C# *.wsdl *.xsd ..\\ws-addressing\[详细]
2023-02-02 11:37 分类:问答How can I set a namespace without overwriting the service configuration name using SvcUtil.exe?
I\'m using SvcUtil.exe to generate my WCF code, like this: SvcUtil.exe http://www.MyServer.com:8080/MyService/mex /out:\"C:\\test.cs\" /mc[详细]
2023-02-02 06:45 分类:问答F# and SVCUTIL Error: There was an error trying to generate code in the specified language
Got error: CodeMethodMember must not have both ImplementationTypes and PrivateImplementationType set.[详细]
2023-01-31 06:17 分类:问答What tools to use to generate service code from schemas (svcutil analogue), if they do not meet the DataContractSerializer requirements
We are working on SOA, both on client (Silverlight) and server (WCF) sides, but with possibility of the clients being implemented by 3rd parties (.NET, Java, etc.). We use WSDL-first approach and want[详细]
2023-01-28 09:09 分类:问答SvcUtil and 'System.Xml.Linq.XElement' cannot be converted to 'System.Xml.XmlElement' compiler error
I always recieve the above error when I generate a proxy class for my service using SvcUtil. The service is exposing a property that is of System.Xml.Linq.XElement type. The SvcUtil generates a System[详细]
2023-01-21 10:50 分类:问答C#asynchronous invocation with wsa replyTo
I am trying to make an asynchronous call to a web service using BeginXXX and EndXXX methods from C# client. I am using a proxy class generated by using SvcUtil.exe.[详细]
2023-01-18 10:19 分类:问答WCF "Always generate message contracts" does not generate MessageContract
I\'m importing a WSDL as a service definition (inbound to my service), and for whatever reason the client is formatting the request such that WCF cannot deserialize it without the proxy classes having[详细]
2023-01-16 13:19 分类:问答