For questions about Windows Communication Foundation (WCF) clients.
Questions tagged [wcf-client]
757 questions
-1
votes
2 answers
Why are all the items in the response object null?
I currently program a WCF client that interacts with a SOAP Web service.
My problem is that my response objects always zero remain, even the simple types.
There is no exception occur.
WSDL Location: https://sandbox-soap.billsafe.de/wsdl/V209
THX 4…

Asesjix
- 3,891
- 3
- 16
- 19
-1
votes
1 answer
wcf Sample project
I need a wcf Sample project that monitoring one of the database's tables and that kind of get the record for every change in the records and kind of send an Notify to clients.
help to me please.
Thanks

user1780436
- 9
- 1
- 5
-1
votes
2 answers
Client cannot connect to server
I'm newbie in WCF, so I really need your help.
I have two programs which uses WCF.
If they are running on one computer and client uses adress net.tcp:\Localhost:8001\MyService to connect to server(which has adress 192.168.1.1 for example) everything…

Alekstim
- 452
- 1
- 8
- 19
-1
votes
1 answer
Exposing WCF class reference method client side
I have a WCF Service. I add reference of a DLL in the WCF service.Now ddl has a class, i'm able to get access of the class at WCF client side by using the serviceknowntypeattribute but not the functions inside the class.Any solution?

Tarun
- 267
- 2
- 9
- 26
-2
votes
1 answer
What do you think is the most beautiful thing about WCF?
Does WCF make your life easier or harder? Do you think it's beautiful in nature or should you avoid its ugliness like the plague?
I like the idea of supporting REST + SOAP interfaces with simple binding configurations (ala webHttpEndpoint /…

SliverNinja - MSFT
- 31,051
- 11
- 110
- 173
-2
votes
1 answer
WCF + "The underlying connection was closed: The connection was closed unexpectedly."
It's been a nightmare learning and getting a working WCF to transfer "web crawling" data.
First it was GoDaddy's server creating a non-traceable error that closed my WCF connection every 15 seconds on the dot after the first connection/call,…

Jim Broker
- 39
- 7
-2
votes
1 answer
C# Application with Jazzy UI
I currently have a C Shell with a native browser (IE) Embedded Can i anyhow use WPF /WCF in this ?
I am talking total Client Side not a launcher app ?
Wanted something cool and Jazzy with respect to UI

Nathan
- 674
- 8
- 22