wcfserviceclient
WCF: Can't call own WCF service
I have my WCF service, I\'ve created reference to it from MSTest project. Here is example how I am calling service methods:[详细]
2023-02-03 23:37 分类:问答WCF: Are metadata required to consume WCF service?
I created WCF service (last year) that is consumed by Silverlight application and it doesn\'t have metadata (doesn\'t have IMetadataExchange endpoint).[详细]
2023-02-03 05:42 分类:问答Error while getting the result from the wcf service in silverlight
Am using silverlight4.0 and using the WCF service and my functnalities are working fine and at some point of time am getting an exception as like \"The remote server returned an error: NotFound.\" thi[详细]
2023-02-02 10:06 分类:问答c# WPF and WCF mapping problem
I\'m actually trying to create a wpf project witch connected to the WCF via services references, I\'m also using the MVVM pattern in my wpf project and I have a problem when I declare in my CTOR of my[详细]
2023-01-31 12:54 分类:问答WCF Client - only first 255 bytes of stream returned from WCF service contain values
I have been tasked to look after an ASP.Net WebForms application that communicates with a WCF service hosted by a Windows service. The binding used for the service is netTcpBinding.[详细]
2023-01-16 08:04 分类:问答netTcpBinding Behavior - Reconnection
I have a WCF Service using netTcpBinding. the problem is that the host of this service not always active , so when a client[详细]
2023-01-16 04:37 分类:问答Using KnowTypeAttribute in WCF Service
I have a situation where I need to pass a list of objects to my service. The objects have to be of type ELEMENT.I have my El开发者_开发技巧ement interface defined like so[详细]
2023-01-06 00:39 分类:问答WCF help, how can I expose a service over http, that calls another service over net.tcp?
I have a WCF .svc file hosted in IIS. I want to use basicHTTP binding. This services job is to actually call another service over net.tcp. Everything works fine locally, but when I deployed, I\'m gett[详细]
2023-01-02 01:50 分类:问答WCF using REST, having some binding questions
I am really confused right now and I can\'t get any right answers anywhere. My confusions are: 1) Isn\'t wsHttpBinging (which is beefed up basicHttpBinding) used in SOAP instead of REST and REST onl[详细]
2022-12-29 01:54 分类:问答jQuery select column
I wo开发者_开发知识库uld like to select all cells of the first column of a table. Can anyone please tell me the code.[详细]
2022-12-17 20:39 分类:问答