No announcements
Found 1313814 threads
-
0 Votes
wcf windows service and wcf web service
Hi Since they both use the same class ServiceHost to create and host WCF services, they are more less the same in that aspect.Answered | 1 Replies | 4018 Views | Created by Surani - Friday, April 23, 2010 12:17 PM | Last reply by Haripraghash - Saturday, April 24, 2010 1:32 PM -
0 Votes
WCF Web Services Testing
I don't know of a specific tool, but you may want to start with this article: ...Answered | 4 Replies | 13251 Views | Created by kumar mokkala - Sunday, July 29, 2007 5:33 PM | Last reply by DataEngineering - Tuesday, March 1, 2011 9:21 AM -
0 Votes
Web Garden in WCF service
You can specify the number of worker processes on the app pool of your web service application.Answered | 5 Replies | 5493 Views | Created by ramkanuganti - Friday, May 20, 2011 1:42 PM | Last reply by SiKo_279 - Monday, May 23, 2011 7:16 AM -
1 Votes
WCF as Web Service
You can use basicHttpBinding for .NET 2.0 clients and non .NET clients as in this case the WCF service will behave like a Web Service which can be used very ...Answered | 2 Replies | 2863 Views | Created by WCF Fan - Thursday, June 18, 2009 7:16 PM | Last reply by WCF Fan - Thursday, June 18, 2009 7:22 PM -
0 Votes
Web Services, Remoting,WCF
Hi, I hope it will help you About webservice http://en.wikipedia.org/wiki/Web_services About ...Answered | 1 Replies | 3278 Views | Created by AristocratKhan - Friday, August 28, 2009 3:58 AM | Last reply by Gnanadurai - Friday, August 28, 2009 4:38 AM -
0 Votes
To use a wcf service in wcf application Should we create the wcf service as web or as wcf service application or as wcf service library
A WCF Service library is just compiled into a dll but you need to host the code for the WCF somewhere.Answered | 2 Replies | 592 Views | Created by vivek_kumar9 - Wednesday, June 11, 2014 12:34 PM | Last reply by Magnus (MM8) - Wednesday, June 11, 2014 12:54 PM -
2 Votes
WCF calling ASMX Web service
If it's a traditional ASP.NET WCF Web service, then there is a WCF client program that consumes the ASP.NET WCF ...Answered | 6 Replies | 1473 Views | Created by usher227 - Wednesday, March 14, 2018 3:03 AM | Last reply by DA924x - Tuesday, March 20, 2018 4:14 AM -
3 Votes
Manually connect to WCF Web Service
You may also use the svcutil to generate a WCF client for you (in C#, VB).Answered | 2 Replies | 6035 Views | Created by gazalec - Friday, February 11, 2011 8:25 PM | Last reply by DannyZheng - Saturday, February 12, 2011 2:21 AM -
2 Votes
WCF web service access for AD groups
https://social.msdn.microsoft.com/Forums/vstudio/en-US/adb7901d-4c45-4ec6-8e67-f94fd196a669/how-can-i-restrict-or-allow-certain-domain-users-or-groups-in-my-wcf-service-using?Answered | 5 Replies | 2131 Views | Created by N.Mahesh - Thursday, January 7, 2016 10:07 AM | Last reply by [Kamlesh Kumar] - Thursday, January 7, 2016 5:59 PM -
0 Votes
Invoke SOAP web services secured by ws-security through reflection
Encrypting SOAP Messages Using Web Services Enhancements 2.Answered | 3 Replies | 749 Views | Created by Cicely Zhang - Monday, October 26, 2015 1:18 AM | Last reply by Grady_Dong - Wednesday, October 28, 2015 9:33 AM -
1 Votes
BizTalk WCF web services and IIS
I think it's a common practice to deploy the WCF services to both servers in such a situation.Answered | 1 Replies | 1508 Views | Created by Jeremy Chapman - Thursday, May 9, 2013 3:44 PM | Last reply by Nils Gruson - Friday, May 10, 2013 6:11 AM -
0 Votes
WCF Web Service Session Isolation
Hi, I have created a WCF Web Service and in it I placed a logging class so that I can keep track of my application's behavior.Answered | 6 Replies | 3539 Views | Created by Komyg - Friday, August 6, 2010 8:16 PM | Last reply by compositedevtec - Saturday, August 7, 2010 10:08 AM -
0 Votes
Persistent Singleton WCF Web Service ?
You'll need to self host in a windows service to achieve this.Answered | 1 Replies | 3761 Views | Created by Mantros Group - Monday, April 27, 2009 3:01 AM | Last reply by Richard Blewett - Monday, April 27, 2009 8:03 AM -
0 Votes
Reflection on service references
As such you can see them using reflection just like you can any other type.Answered | 2 Replies | 633 Views | Created by DevDiver - Friday, April 15, 2016 10:31 AM | Last reply by CoolDadTx - Monday, April 18, 2016 2:57 PM -
0 Votes
cloud service and wcf service
The WCF Service is a programming interface only, with help of which you can create some Service Oriented Architecture (SOA) applications.Answered | 1 Replies | 9831 Views | Created by Karan Gupta - Monday, October 17, 2011 10:54 AM | Last reply by Moor Andrew - Monday, October 17, 2011 12:46 PM -
0 Votes
WCF rest Web Service and Access Control Service
Hi Vlad, Microsoft published the following sample that covers your requirements:Answered | 2 Replies | 5304 Views | Created by Vlad de - Friday, March 16, 2012 7:35 AM | Last reply by Sandrino Di Mattia - Friday, March 16, 2012 8:06 AM -
0 Votes
WCF Service stopped working
I can't help you more without a stack trace that would show me that you are calling reflection code or something else though.Answered | 4 Replies | 5933 Views | Created by RWyman - Monday, October 19, 2009 5:25 PM | Last reply by TallMatt - Saturday, November 21, 2009 1:42 AM -
0 Votes
On WCF RIA Service with LS
Nothing specific for V1 (you can use direct web services calls from your client if necessary).Answered | 18 Replies | 6020 Views | Created by Jayaram Krishnaswamy - Thursday, October 7, 2010 8:32 PM | Last reply by LVPrao - Wednesday, April 20, 2011 7:26 PM -
1 Votes
asmx web service and wcf client
Hi Rnadal, We have a pool of Ws which are in .NET1.1 and now the business is proposing to use WCF clients to consume these web services and in the near ...Answered | 6 Replies | 6799 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 -
9 Votes
SSIS Web Service Task Error with WCF Service
Then I configure input and Output tabs in Web Service task.Answered | 12 Replies | 29533 Views | Created by rangermac - Monday, December 8, 2008 10:43 PM | Last reply by Praveen.C - Tuesday, November 18, 2014 10:38 AM - Items 1 to 20 of 1313814 Next ›
No announcements