service-reference
WCF Service Reference not working?
I have created a RESTful WCF service (thanks to StackOverflow). I have created a test client, it\'s a simple .aspx page with 5 textboxes and a submit button. When I enter the data into the textboxes a[详细]
2023-03-23 23:25 分类:问答Silverlight ServiceReference causes MethodAccessException
I have a WCF operation MyGetVersion() that returns a System.Version.When debugging a call to it from a Silverlight service reference, I verified that the service r开发者_Python百科eturns the correct S[详细]
2023-03-22 05:33 分类:问答"Add Service Reference..." to xsd
I can create a service reference in Visual Studio 2010 to an xsd. That reference downloads all the linked xsd files. However, I have 2 problems I\'d like to s开发者_JAVA技巧ee if there are solutions:[详细]
2023-03-20 12:21 分类:问答How do you consume a RESTful WCF service from an ASP project using a service reference?
I am developing a RESTful WCF service which I then want to consume from a separate ASP.net Project. Is it possible to use a service reference from within the ASP project to consume the service using[详细]
2023-03-20 04:28 分类:问答WCF Add Service Reference
I am wanting to know how to add more then just one interface type in a service. at the moment i can only get one to show . I have a few other interfaces i would like to see appear under the service li[详细]
2023-03-15 13:46 分类:问答WCF - DataContract by copy/paste original code or by auto-generated code for shared abstract class?
[DataContract] public abstract class FooBase { [DataMember] public int Bar { get; set; } } That is a base class that I use as the base class for other classes that are also DataContracts. Here\'s th[详细]
2023-03-14 01:00 分类:问答VS2010 Updating Service Reference *crazy* Slow (like 5 minutes)
our team is starting to dread u开发者_如何学JAVApdating the service references in our solution because it\'s a 5+ minute investment. Everything is localhost inside Visual Studio\'s web server.[详细]
2023-03-13 22:12 分类:问答How to get all WebMethods of a WebService pointed by a ServiceReference.Path
In my ASP.NET application, I use the ServiceReferenceCollection to carry a set of WebServices, and in the code-behind, I\'m asked to figure out all the public WebMethod(s) and corresponding arguments[详细]
2023-03-13 13:18 分类:问答Problem adding Class Library ServiceModel section to Applications app.config
I have read on a number of question/answers how you would need to add the \"system.serviceModel\" section of a class library that has a service reference to the executing application\'s app.config if[详细]
2023-03-13 12:38 分类:问答WCF to ASMX binding much slower returning large data than standard web reference
I am binding to an existing ASMX web service using a WCF service reference.I have a method that returns a DataSet object that contains a string of 500k length.[详细]
2023-03-11 16:31 分类:问答
加载中,请稍侯......