No announcements
Found 1057627 threads
-
1 Votes
WCF - Set default OperationContract
https://social.msdn.microsoft.com/Forums/en-US/c2aee4b0-44d5-4156-b2daAnswered | 1 Replies | 501 Views | Created by Alberto San Frutos - Tuesday, October 4, 2016 1:00 PM | Last reply by Magnus (MM8) - Tuesday, October 4, 2016 5:59 PM -
1 Votes
Exclude OperationContract from WSDL
you wcf WSDL? If it could, I assume this issue is caused that you did not set the Correct SOAP actions. I suggest you recheck the details information about correct SOAPAnswered | 1 Replies | 641 Views | Created by Tech01230 - Wednesday, June 15, 2016 11:14 AM | Last reply by Tony---- - Friday, June 17, 2016 3:18 AM -
0 Votes
custom XmlSerialization in WCF over REST
Hello, I'm trying to control the way my objects are seriliazed in my WCF REST application. I basically want to be able to set attributes on the XML, and not ...Answered | 1 Replies | 5055 Views | Created by Haider Sabri - Tuesday, August 28, 2007 10:20 PM | Last reply by Eugene Osovetsky - Wednesday, August 29, 2007 6:06 PM -
0 Votes
WCF client generation fails when reusing types in portable library (code reproducing error included in question)
Hi! I have some sample code here that demonstrates how WCF client generation fails. Switching base class for the Price class will make or break the code generation and I do ...Answered | 3 Replies | 676 Views | Created by Måns Tånneryd - Sunday, July 19, 2015 7:08 PM | Last reply by Grady_Dong - Wednesday, July 22, 2015 8:15 AM -
0 Votes
My wcf rest service cannot visited by Jquery and ajax?
<webHttpEndpoint>Unanswered | 1 Replies | 1583 Views | Created by Christopher Bai - Friday, January 11, 2013 4:58 AM | Last reply by Christopher Bai - Friday, January 11, 2013 6:05 AM -
0 Votes
OperationContract executes one at a time
By default two different clients calling the same operationcontract will execute simultaneouslu. There are several of options when it comes to simultaneous ...Answered | 4 Replies | 3371 Views | Created by Giber - Friday, November 12, 2010 1:35 AM | Last reply by Annxii2nd - Friday, November 12, 2010 4:40 PM -
6 Votes
Action attribute in WCF OperationContract
[OperationContract] attribute is optional (when not set WCF will use a default value, if I'm not ...Answered | 4 Replies | 21769 Views | Created by Rimbik - Thursday, April 16, 2009 5:36 AM | Last reply by Richard Blewett - Saturday, April 24, 2010 6:55 AM -
0 Votes
Custom default values of members are not being set if WCF client does not provide any value to those members.
these links:- but none of them helped:- http://bytes.com/topic/net/answers/821547-howUnanswered | 1 Replies | 3942 Views | Created by AjaySinghDAV10D - Friday, April 13, 2012 2:31 PM | Last reply by Mike Feng - Monday, April 16, 2012 7:06 AM -
0 Votes
Can use to configure the binding multiple WCF.??
Hi :) I made a WCF service of one. One ...Answered | 2 Replies | 1005 Views | Created by SilverNights - Wednesday, May 1, 2013 5:23 AM | Last reply by SilverNights - Thursday, May 2, 2013 1:56 AM -
0 Votes
Generating a client proxy with wsDualHttpBinding that takes an InstanceContext in the ctor
Hi all, I'm sure I'm missing something obvious because I'm not seeing anyone else asking this. I've written a wcf service that uses wsDualHttpBinding. However, when I add ...Answered | 2 Replies | 3207 Views | Created by joni ba - Tuesday, January 26, 2010 2:44 PM | Last reply by joni ba - Tuesday, January 26, 2010 3:18 PM -
0 Votes
Add WCF Service in Visual Web Part and display Sharepoint List to Gridview
i like to do the ff: WCF Service will get all the items in sharepoint list. Add WCF to Visual Web Part and WCF items(from sharepoint ... -
0 Votes
wcf operationcontract define programmatically
Hi, I don' think there is any way to declare OperationContract programatically, it should be done in the code. As far as OperationBehaviors are concerned ...Answered | 1 Replies | 1877 Views | Created by ahsanmustafa - Wednesday, October 24, 2012 10:32 AM | Last reply by Sri Velicheti - Wednesday, October 24, 2012 8:35 PM -
0 Votes
Dynamic WCF Service OperationContract
Is there a way to create WCF service OperationContract dynamically when the ServiceHost is invoked? The specification of the service contract may come from config ...Answered | 4 Replies | 4139 Views | Created by mysti789 - Thursday, January 17, 2013 1:35 PM | Last reply by mysti789 - Wednesday, January 23, 2013 2:01 PM -
0 Votes
WCF Async operationcontract - IOperationInvoker
1. My WCF Service has Async contract and a custom IOperationInvoker with implementation for Invoke and InvokeBegin. IOperationInvoker is applied from IEndPointBehavior asAnswered | 2 Replies | 5486 Views | Created by singhhome - Monday, June 18, 2007 6:58 AM | Last reply by singhhome - Tuesday, June 19, 2007 5:34 AM -
0 Votes
Hosting WCF in Windows 2008 Getting Error
OK I am having problems hosting a simple WCF Service (I do want to work up to my complex ones) that I created to try andUnanswered | 0 Replies | 4128 Views | Created by Skevmeister - Friday, December 21, 2007 2:34 PM | Last reply by Skevmeister - Friday, December 21, 2007 2:34 PM -
0 Votes
Client Namespace and WCF Namespace Confilct.
property and set it to the same value used by ASMX. We're all set! We've exposed the same piece of ASMX code as a WCF service and have forced usage of ... -
0 Votes
WCF - IsRequired is not working as expected.
and int is set to 0 and bool variable set to false by default and the same values are used the service method and method is successful. the wcf ...Unanswered | 3 Replies | 1519 Views | Created by vrkorada - Monday, March 16, 2015 7:42 AM | Last reply by Amy Peng - Friday, March 20, 2015 8:51 AM -
0 Votes
WCF abstract list in OperationContract
set; } } // under BL namespaceAnswered | 1 Replies | 4793 Views | Created by Edijs - Tuesday, July 8, 2008 2:20 PM | Last reply by _larsw - Tuesday, July 8, 2008 6:19 PM -
1 Votes
WCF Endpoint singleton
A service being a singleton doesn't prevent multiple calls from being made to it concurrently, it also needs the ConcurrencyMode of the service to be set to Single (which happens to be the ...Answered | 1 Replies | 5088 Views | Created by kbuckley17 - Friday, December 22, 2006 5:14 PM | Last reply by Carlos Figueira - Friday, December 22, 2006 9:12 PM - Items 1 to 20 of 1057627 Next ›
No announcements