service-reference
Service Reference Error: Failed to generate code for the service reference
I have a Windows Service Solution and am trying to add a service reference to a Hermes(Opensource ebms message server) Web Service in VS2010.[详细]
2023-01-21 02:53 分类:问答Can't access a wcf service from Windows 7, but I can from XP or Vista
I have a WCF service running on Server 2008 standard that works fine when calling from an XP client or Vista.I can compile the program (using VS2010, WPF) from an XP system and it will run fine on Vis[详细]
2023-01-20 04:27 分类:问答When to add a service reference?
I\'m building a WCF service that will get deployed to a server running IIS. I can add the service reference from the current solution and use it fine.[详细]
2023-01-19 21:20 分类:问答Using ICollection property with WCF Service
I have a class, ExpenseInfo that includes an ICollection<String> property: public ICollection<String> WhoOwes { get; private set; }[详细]
2023-01-19 05:11 分类:问答Changing "web reference" to "service reference" changes method signature
I\'m helping out a colleague on this one so 开发者_StackOverflow社区if I\'m missing some details that\'s why.[详细]
2023-01-15 05:34 分类:问答When I use "Add Service Reference", I can't see optional method parameters
I\'m working on a WCF Service.I have one service operation Function getValues(Optional verbose as Boolean) as List(of String).[详细]
2023-01-05 08:06 分类:问答VS 2010 Error “Object reference not set to an instance of an object” when adding Service Reference for WCF Service
I have a VS2010 (RTM) solution which contains: WCF Service project Console WCF client project Class project for DataContracts and members[详细]
2022-12-28 07:54 分类:问答Webreference vs servicereference. Only one works ? Serialization?
I\'ve got two applications. One uses webreference to my webservice, and second use servicereference to my webservice.[详细]
2022-12-28 02:27 分类:问答Object hierarchy returned by WCF Service is different than expected
My understanding may be wrong, but I thought once you applied the correct attributes the DataContractSerializer would render fully-qualified instances back to the caller.[详细]
2022-12-26 12:05 分类:问答Version-control: svcmap, disco, xsd, wsdl, svcinfo and datasource files
We have a webservice named, let\'s say Foo. So there is a Foo.svc file and a code behind Foo.svc.cs. We add a silverlight project and wish to use the Foo.svc services so we add a Service Reference a[详细]
2022-12-23 11:30 分类:问答
加载中,请稍侯......