No announcements
Found 1417084 threads
-
1 Votes
Session pass thru from ASP.NET to WCF Service
There are some ugly hacks that you could do to try to achieve this but its probably simpler to pass the data the service needs when it needs it rather than attempting to migrate a ...Answered | 2 Replies | 3419 Views | Created by Matt Crudington - Tuesday, January 20, 2009 7:58 AM | Last reply by Richard Blewett - Tuesday, January 20, 2009 9:10 AM -
0 Votes
pass soap xml to wcf service
After that I was getting 401 unauthorized error so I have pass the NTLM account type along with credentials and now it is working fine.Answered | 3 Replies | 614 Views | Created by RahulPundlik - Thursday, October 29, 2015 8:24 AM | Last reply by Grady_Dong - Monday, November 9, 2015 6:48 AM -
6 Votes
Expose orchestration as wcf service with https and userid password credentials
In IIS , I selected authentication mode as Basic for the wcf service.Answered | 10 Replies | 1323 Views | Created by Vivekanandh007 - Wednesday, October 8, 2014 11:01 AM | Last reply by Anant Singh - Wednesday, February 25, 2015 11:38 AM -
0 Votes
WCF: Pass credentials when calling a SVC from the server side
The easiest way is to create a custom userNamePasswordValidator: http://msdn.microsoft.com/en-us/library/aa702565.aspx Use that code to store the information ...Answered | 1 Replies | 3003 Views | Created by sdupere - Wednesday, July 6, 2011 2:01 PM | Last reply by Ido Flatow. _ - Wednesday, July 6, 2011 9:57 PM -
2 Votes
Need to change WCF service account WITHOUT updating client's service reference
And after changing der domainuser which runs my wcf service it looks like the client need a other binding configuration.Answered | 4 Replies | 1431 Views | Created by hulking.ye - Tuesday, April 14, 2015 8:07 AM | Last reply by SaschaJunior - Friday, December 22, 2017 2:29 PM -
2 Votes
BizTalk WCF-BasicHttp Transport with Message Credentials- Credential config
For your requirement of custom credentials you need to have WCF extension in the form of custom behavior.Answered | 8 Replies | 3316 Views | Created by BizQ - Thursday, December 18, 2014 9:28 AM | Last reply by Abhishek0127[Abhishek kumar] - Sunday, January 4, 2015 2:42 AM -
2 Votes
wcf custom authentication credentials?
If it is a 2 value pair credential (guid/pin) - i'd re-use username/password credentials.Answered | 2 Replies | 3213 Views | Created by scott_m - Saturday, January 17, 2009 6:06 AM | Last reply by _larsw - Saturday, January 17, 2009 12:35 PM -
0 Votes
WCF Service cannot access file on another machine
To use a domain account for the app pool (on W2K3, IIS6), right-click the app pool, select properties, identity tab, and set the appropriate domain ...Answered | 5 Replies | 6492 Views | Created by W15z - Tuesday, March 8, 2011 6:07 PM | Last reply by Carlos Figueira - Friday, March 11, 2011 10:58 PM -
1 Votes
Consuming WCF Service methods in Java apps
Build your WCF service as a REST style service.Answered | 6 Replies | 10534 Views | Created by Raju Golla - Friday, April 23, 2010 1:26 PM | Last reply by Sivakumar K - Monday, April 26, 2010 12:38 PM -
0 Votes
UserPrincipal, IIdentity and WCF authorization
When you make a external call to a WCF servie / Database...those will be called by using App pool Identity, defaut NETWORK_SERVICES.Answered | 7 Replies | 7697 Views | Created by KhoonSeang - Wednesday, July 16, 2008 2:54 PM | Last reply by Pradeep Y - Wednesday, September 22, 2010 10:18 AM -
2 Votes
Calling WCF Service from Web Application with ADFS
Can someone please point to any source which provides details about calling WCF from web app using ADFS?Answered | 1 Replies | 1166 Views | Created by Suresh C - Wednesday, April 29, 2015 9:40 AM | Last reply by accado liao - Thursday, April 30, 2015 5:38 AM -
0 Votes
Certificate Authentication on Windows Store Apps and WCF service
If you want to protect your WCF service over the web and easy to call with windows store apps, I will recommend you use the username authentication.Answered | 1 Replies | 508 Views | Created by SebProg - Thursday, October 8, 2015 8:26 PM | Last reply by Amy Peng - Friday, October 9, 2015 11:19 AM -
0 Votes
Passing list as a parameter to a wcf restfull service.
>Is it that I have to modify contract to List<string> getregions(List<string> customer); Yes, if you want to be able to pass several strings ...Answered | 1 Replies | 637 Views | Created by Amolrs - Saturday, April 16, 2016 5:15 AM | Last reply by Magnus (MM8) - Saturday, April 16, 2016 10:51 AM -
1 Votes
Windows auth when using domain account for app pool identity and client access from web app also using windows auth
1) The request from the web app to the service, will it be made with the credentials of the user of the web app, network service ...Answered | 1 Replies | 673 Views | Created by shiftbit - Friday, October 17, 2014 11:27 PM | Last reply by Mankdng Nef - Monday, October 20, 2014 10:33 AM -
0 Votes
How to pass security token from WCF Service to other WCF Service?
Hi, We are working a Silverlight application which interacts with WCF Services.Answered | 3 Replies | 3299 Views | Created by Hari Narisetty - Thursday, March 29, 2012 7:51 PM | Last reply by Hari Narisetty - Thursday, March 29, 2012 10:11 PM -
3 Votes
Passing an exception object to a WCF service
Hi Danish, please find below a sample which I am using to pass any .NET Exception from a .NET client to WCF Server.Answered | 11 Replies | 19732 Views | Created by Danish Shamim - Monday, January 21, 2008 6:21 AM | Last reply by Bryan White NZ - Tuesday, April 9, 2019 9:05 PM -
0 Votes
Deactivation of a WCF service ?
in IIS 7, if you service is running in its own exclusive app pool, then you can stop the application pool and that will "deactivate" your service ...Answered | 1 Replies | 3217 Views | Created by Kottan1970 - Tuesday, July 28, 2009 6:54 AM | Last reply by Amit Sharma [MSFT] - Tuesday, July 28, 2009 6:09 PM -
0 Votes
Error in consuming WCF service
Hi, I have resolved the issue. after passing domain user credential to service channel, problem has gone.Answered | 2 Replies | 3806 Views | Created by Pankaj Pant - Friday, April 30, 2010 10:00 AM | Last reply by Pankaj Pant - Monday, May 3, 2010 3:54 AM -
0 Votes
WCF Authentication Service use cookiecontainer in Metro style apps
I had a WP7 application and I was connecting the app to a web service that requires authentication and is in a SharePoint ...Answered | 5 Replies | 6460 Views | Created by gautamsi - Saturday, January 28, 2012 6:25 AM | Last reply by Chanido - Thursday, September 6, 2012 1:07 PM -
2 Votes
Passing Large dataset through WCF service.
Hi Generally its not a good idea to pass datasets over a wcf service due SOA principles and all that.Answered | 3 Replies | 5388 Views | Created by satishjjadhav - Friday, October 9, 2009 11:58 AM | Last reply by msdn_msg - Wednesday, October 14, 2009 8:44 PM
No announcements