No announcements
Found 2712193 threads
-
0 Votes
WCF Client Proxy - Is Caching required
Hi, You're right... in .NET Framework 3.0 SP1 and .NET Framework 3.5 the proxy creation performance has been improved.... so, in most cases you don't need to ...Answered | 1 Replies | 3918 Views | Created by sraju - Thursday, July 23, 2009 11:30 AM | Last reply by rfreire - Sunday, July 26, 2009 3:33 AM -
1 Votes
Error running WCF service and client on same server
I say again - as per the post title - Still can't run Service and Client on the same server using windows authenticationAnswered | 14 Replies | 7059 Views | Created by GoTheGoat - Monday, August 10, 2009 12:47 AM | Last reply by tec-goblin - Friday, February 18, 2011 9:35 AM -
0 Votes
Framework 4.0 and 3.5 in the same solution for WCF Services
I'm working on a WCF service in VS 2010 and the target framework for the WCF project is 4.0.Answered | 2 Replies | 764 Views | Created by Sequoia1234 - Monday, May 20, 2013 6:38 PM | Last reply by Sequoia1234 - Monday, May 20, 2013 8:34 PM -
0 Votes
calling WCF Service in clients from server
Hi Digitalsoso, In this situation you can set up one WCF Service.Answered | 3 Replies | 3359 Views | Created by digitalsoso - Friday, November 13, 2009 7:12 AM | Last reply by Riquel_Dong - Tuesday, November 17, 2009 9:33 AM -
0 Votes
Help in WCF service client callback
In Silverlight the client can't "listen" to requests from the server, since the SL framework doesn't allow it.Answered | 2 Replies | 3763 Views | Created by Kamran Shahid - Sunday, May 9, 2010 9:12 AM | Last reply by Carlos Figueira - Monday, May 10, 2010 4:39 AM -
1 Votes
WCF service in .net framework 2
Writing the service itself in .NET 2 wont' work using WCF.Answered | 5 Replies | 3111 Views | Created by Neal_dot net beginner - Friday, August 12, 2011 3:21 PM | Last reply by Neal_dot net beginner - Monday, August 15, 2011 1:11 PM -
0 Votes
Throwing exception from WCF service, client not receiving same error message
Its a bit different, as it is more specific to WCF framework ....Answered | 9 Replies | 24881 Views | Created by spark29er - Monday, October 22, 2012 9:44 PM | Last reply by eisenpony - Tuesday, October 23, 2012 8:46 PM -
1 Votes
WCF Data Services and/or Entity Framework?
You can set up WCF Data Services on top of your SQL Server Database using Entity Framework in just a few minutes - you get this kind of integration out of box and ...Answered | 2 Replies | 6491 Views | Created by Guy Dillen - Friday, January 15, 2010 6:36 PM | Last reply by Michael Sun [MSFT] - Tuesday, January 19, 2010 1:24 AM -
0 Votes
WCF client interoperability with ASMX service that requires WSE 3.0
IOW the question of whether you can use WCF depends on the exact requirements by the service.Answered | 2 Replies | 3535 Views | Created by jjamjatra - Friday, February 20, 2009 9:12 PM | Last reply by jjamjatra - Tuesday, February 24, 2009 7:31 PM -
3 Votes
Returning stream from a WCF Service to the client
The following are the server and client config files for your reference..Answered | 19 Replies | 45050 Views | Created by ramz_g - Tuesday, November 17, 2009 11:26 AM | Last reply by P DEV - Wednesday, August 10, 2011 4:24 PM -
0 Votes
Possible to have WCF Client -> WCF Service -> WCF Service?
In the app.config or the web.config of the wcf service one , you need to client side endpoint of WCF Service Two.Answered | 3 Replies | 3654 Views | Created by Taylor Parrish - Wednesday, August 15, 2007 5:30 AM | Last reply by PHIJO MATHEW PHILIP - Wednesday, November 19, 2008 5:26 PM -
1 Votes
WCF for MS Access clients sharing same back end database?
Services created via WCF can be consumed by any WCF enabled client, webservice enabled client or even webrequest enabled client.Answered | 4 Replies | 4212 Views | Created by dbstrat - Friday, December 18, 2009 2:47 PM | Last reply by dbstrat - Tuesday, January 12, 2010 7:50 PM -
0 Votes
WCF clients collection on server
only wcf clients will work and not java onex for example) then use duplex services with net tcp ...Answered | 4 Replies | 3170 Views | Created by Tejas10 - Monday, April 25, 2011 6:49 PM | Last reply by Tejas10 - Thursday, April 28, 2011 2:00 PM -
1 Votes
asmx web service and wcf client
I would like to add that for a WCF client to be able to call into BizTalk you need to either expose a messaging endpoint as a WCF service or ...Answered | 6 Replies | 6801 Views | Created by Matchstick man - Thursday, January 14, 2010 8:42 AM | Last reply by Randal van Splunteren - Wednesday, January 20, 2010 1:02 PM -
0 Votes
Minimun requirements for developing, and deploying wcf web services
WCF works on Framework 3.0 and 3.5.Answered | 1 Replies | 3561 Views | Created by tilakrajchandan - Tuesday, October 14, 2008 3:39 PM | Last reply by Khanna Gaurav - Thursday, October 16, 2008 3:57 AM -
0 Votes
WCF service connect to php (laravel framework)
>is possible to connect web service to laravel framework?Answered | 2 Replies | 1916 Views | Created by Nimeshc64 - Friday, February 19, 2016 6:30 PM | Last reply by Amy Peng - Monday, February 22, 2016 1:38 PM -
2 Votes
WCF Test Client error for BizTalk WCF Web Service
I solved the problem after re-run the BizTalk WCF Service Publishing Wizard in BizTalk.Answered | 3 Replies | 7507 Views | Created by Xiao Han - Tuesday, October 11, 2011 9:44 PM | Last reply by Xiao Han - Tuesday, October 25, 2011 9:15 PM -
0 Votes
C++ client for duplex WCF service
Is it possible to use C++.NET client to a C# WCF duplex service?Answered | 6 Replies | 4559 Views | Created by NKlimov - Thursday, February 16, 2012 3:03 AM | Last reply by CarlosFigueira - Sunday, February 19, 2012 6:10 AM -
0 Votes
Wcf required same framework(server service & Client)?
According to this MSDN discussion it looks like a 4.0 WCF Service is not compatible with a .NET 2.0-3.5 client due to some design changes.Answered | 2 Replies | 46 Views | Created by Anonymous - Tuesday, March 12, 2013 9:33 PM | Last reply by Anonymous - Wednesday, March 13, 2013 8:50 PM -
0 Votes
WCF and Entity Framework Design question
If you look the response of a wcf service xposing EF entitities in 3.5sp1, then you'll see a lot of unwanted stuff like entity key etc which to a certain extent does not ...Answered | 2 Replies | 5037 Views | Created by Nilotpal Das - Wednesday, September 8, 2010 10:36 AM | Last reply by Nilotpal Das - Sunday, September 12, 2010 12:39 PM - Items 1 to 20 of 2712193 Next ›
No announcements