Windows Communication Foundation, Serialization, and Networking announcement
-
Link
Do you have ideas you would like to share with us? Do you always think it would be cool if WCF could do this? Here is an opportunity for you to contribute - http://tinyurl.com/wcfvnext
Thanks!
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky11Votes
Hello and thanks for visiting the WCF Forum!
Hello and thanks for visiting the WCF Forum! It has been a while since this post was updated, and I will post the links to the new sp1 beta ...16 Replies | 37469 Views | edhickey - Tuesday, May 20, 2008 8:35 PM | Last Reply Sathiyamoorthy S - Thursday, August 16, 2012 2:59 PM -
Sticky4Votes
Please Indicate "Mark as Answer" if a Post has Answered the Question
While reading a reply to your question, you will notice a button with an icon that says "Mark as Answer." Please select this button when a reply answers ...6 Replies | 29542 Views | Ed Hickey - Thursday, April 03, 2008 9:00 PM | Last Reply Prabhas Harlapur - Thursday, December 02, 2010 4:39 AM
-
Unanswered0Votes
Unable to access a locally hosted wcf service over the internet
i have hosted a wcf service in our office machine and which is being accessible from other pc in LAN. our office has static IP. so how can i access my wcf service from the out side if i know the ...0 Replies | 8 Views | Mou_kolkata - 13 minutes ago -
Unanswered0Votes
Webservice
Hi, I have a program which returns output message.I have created a webservice for this program using SOAP protocol in C++. But i could not return the output message. Could anyone ...2 Replies | 49 Views | puni_vidhya - Wednesday, June 19, 2013 8:42 AM | Last Reply puni_vidhya - 36 minutes ago -
Unanswered0Votes
Feeding App domain objects with Data from distant Webservice
Service Reference (returning automatically generated classes)-> Distant Webservice What I want : ClientApp (using custom classes) -> Service Reference ...0 Replies | 10 Views | insomniak49 - 46 minutes ago -
Unanswered0Votes
Geting Error while wcf Hosting on iis under current website.
currently website is hosted on IIS6 and running fine, now requirement to create the wcf service under that website, i have created sample wcf service when i started to browse it through ...3 Replies | 55 Views | Mir Hassan - 19 hours 5 minutes ago | Last Reply Haixia Xie - MSFT - 1 hour 9 minutes ago -
Answered0Votes
Issue regarding multiple endpoints for single service
i am new wcf. i have seen a people declare multiple endpoint for single service. when i read his service end config entry then my confusion started. so here i am giving the full config ...3 Replies | 46 Views | Mou_kolkata - Wednesday, June 19, 2013 3:03 PM | Last Reply Amy Peng - MSFT - 1 hour 36 minutes ago -
Unanswered0Votes
Unable to add service references due to unresolved mscorlib
"Add Service Reference..." produces the following error message: Could not resolve mscorlib for target framework ‘Silverl ight,Version ...1 Replies | 45 Views | Hong (MA, USA) - Friday, June 21, 2013 12:39 PM | Last Reply Haixia Xie - MSFT - 1 hour 53 minutes ago -
Unanswered0Votes
Configuring WCF web.config client section
I try to connect two services. One of them is Java web service and second one is IIS WCF service which acts as client connecting to Java Web Service. I need to set receive timeout for WCF service in ...1 Replies | 38 Views | talby_sk - Friday, June 21, 2013 7:52 AM | Last Reply Amy Peng - MSFT - 2 hours 12 minutes ago -
Unanswered0Votes
How can I run a process from within a Webservice implementation?
I noticed that it is not possible to directly use System.Diagnostics members to spawn a process from within a web service hosted in IIS. I tried impersonation for triggering ...0 Replies | 15 Views | Jessy4.0 - 2 hours 17 minutes ago -
Unanswered0Votes
Migrating from WSE to WCF with file attachments
We are in the process of migrating our servers from Server 2003 to Server 2008 and one thing holding me up is our SOAP web service used by some clients to send us files using ...1 Replies | 47 Views | JP Lambert - Friday, June 21, 2013 11:24 AM | Last Reply Amy Peng - MSFT - 2 hours 34 minutes ago -
Unanswered0Votes
BadImageFormatException using x86 switch
Hi, I am hosting a WCF service library inside a windows service. My WCF service library uses a 32 bit unmanaged DLL. Therefore, I have the x86 platform switch to develop both the ...1 Replies | 62 Views | Harish Iyer - Friday, June 21, 2013 10:30 AM | Last Reply Amy Peng - MSFT - 2 hours 44 minutes ago -
Unanswered0Votes
WCF syncagent.synchronize TargetInvocationException
System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (405) Method Not Allowed. ---> System.Net.WebException: The remote server returned an error: (405) Method ...1 Replies | 42 Views | Gregec - Thursday, June 20, 2013 12:19 PM | Last Reply Amy Peng - MSFT - 3 hours 12 minutes ago -
Unanswered0Votes
How to share an object between the WCF methods and another thread?
I'm trying to implement a service that can provide computing resources to one or more client. To this end, I have created a sessionful WCF service with the following ...1 Replies | 52 Views | archimede83 - Saturday, June 22, 2013 7:03 AM | Last Reply Haixia Xie - MSFT - 3 hours 12 minutes ago -
Unanswered0Votes
Securing WCF Service
Hi , We have web and windows applications and will be accessed by internal users within the domain (Windows AD) via VPN .We are planning to develope wcf service ...1 Replies | 51 Views | ksd1234 - 20 hours 23 minutes ago | Last Reply Haixia Xie - MSFT - 3 hours 44 minutes ago -
Unanswered0Votes
Reliable messaging and Close sequence
We have a system where we have a WCF service (.Net 3.5). Client is not using WCF. We are using reliable messaging and it seems that there are protocol level issues. The service contains one-way ...1 Replies | 59 Views | MarkoRe - Wednesday, June 19, 2013 11:03 AM | Last Reply MarkoRe - 3 hours 45 minutes ago -
Unanswered0Votes
Upload excel files and display data in grid and stored in db table using wcf(web application)
Hi, How to upload excel files in wcf. And how to display the content of excel in a grid and stored db table. I am working on web application using wcf. Please ...1 Replies | 54 Views | vsp.santu - Thursday, June 20, 2013 6:58 AM | Last Reply Bob Shen - 4 hours 55 minutes ago -
Unanswered0Votes
Issue with WCF Routing Service when security mode is TransportWithMessageCredential and Certificate as clientCredentialType
I am trying to setup a routing service using System.ServiceModel.Routing.RoutingService. The destination service uses "wsHttpContextBinding" with security mode as ...0 Replies | 26 Views | hudy168 - 5 hours 47 minutes ago -
Unanswered0Votes
WSE 3.0 web service - NTLM Authentication
Hi, I am developing a c# Excel Add-In to call a WSE 3.0 web service. The web service is authenticated through NTLM. Is there any way to use NTLM authentication? ...0 Replies | 27 Views | NisariRaj - 5 hours 47 minutes ago -
Unanswered0Votes
Returing custom JSON message from exception in REST WCF service
Hi, this is a follow up to my earlier post: Returing custom JSON exceptions from a REST WCF service that calls another WCF service I have ...5 Replies | 850 Views | govis - Wednesday, February 20, 2013 5:20 PM | Last Reply vin226 - 6 hours 44 minutes ago -
Unanswered0Votes
Server Manager/IIS won't open on Windows Server 2012
Can someone help here ? I'm unable to open windows server manager/IIS/event viewer on fresh windows server 2012. Nothing happens when click/type and open server manager or ...2 Replies | 51 Views | Pradeep Invincible - Thursday, June 20, 2013 11:06 AM | Last Reply Amy Peng - MSFT - 7 hours 22 minutes ago -
Answered0Votes
How set/add soap headers in WCF services
The enteprise mobile device management protocol shows the below soap xml in HTTP POST Request. How can I define my web service to soap headers to include Action , MessageID, ReplyTo and To in ...2 Replies | 105 Views | Kanagal Raj R - Saturday, June 22, 2013 10:22 AM | Last Reply Haixia Xie - MSFT - 7 hours 30 minutes ago - Items 1 to 20 of 30670 Next ›