Tagged Questions

0
votes
0answers
2 views

rss feed service request parameter charset

First of all, I'd consider myself a very beginner in services development so pardon my ignorance here... I've created the rss syndication feed service (rest) in wcf and have problems with the request …
0
votes
1answer
9 views

Which binding in WCF provides both streaming and session?

I am using wsHTTPBinding with wcf session but it doesnt support streaming, if I use basicHTTP for streaming it doesnt support wcf session? Is there any solution without using MTOM?
0
votes
2answers
18 views

ASP.Net WCF service’s Thread.CurrentPrincipal is being thrown away by some interceptor in a Federated (WIF) environment

I have a per-call WCF service that's being hosted in IIS (.svc). In the service's constructor, I set Thread.CurrentPrincipal = HttpContext.Current.User as per this article. In this case …
0
votes
1answer
37 views

WCF: Updating Service Reference gives duplicate config entries

I have a WPF application using service references to a WCF service. When doing updates on the service I need to update the service reference, so I right click it and hit "Update Service Reference". …
1
vote
1answer
48 views

.NET WCF service references use server name rather than IP address causing issues when consuming…

So, I'm a newbie to WCF... I created my ServiceLibrary and web-site project that consumed the ServiceLibrary. I am able to access the service by creating a proxy class from the WSDL that was …
0
votes
1answer
11 views

Is MTOM requires messageContract in WCF?

Is three any way use datacontacts while using mtom
2
votes
4answers
61 views

View raw XML request

I am very new to WCF and SOAP messaging but I have managed to put together a reasonably good client which I am using to download news stories from a media organisation. I have generated proxy classes …
3
votes
4answers
157 views
+100

ASP.NET Chat with WCF

Hi All, I'm looking to implement a chatroom interface for an ASP.NET page. I'm in the process of learning WCF and it seems that it is appropriate for a chat application. Before I get too involved …
0
votes
0answers
2 views

Filter parameter design question for web services

A filter criteria parameter needs to be made available as a parameter for a web service that returns monthly summary of account data. GetLedgerSummary(Fiscal Year, Fiscal Month, Filter) returns …
1
vote
1answer
141 views

Nh.Burrow with WCF

Hello, After implementing Nh.Burrow in an asp.net application, I was wondering how to do it for a WCF-service. My first idea was to put a the BurrowFramework().InitWorkSpace(); in each method and …
0
votes
2answers
142 views

Routing REST to named pipes in WCF

I want to route request comming in by REST (WebHttp) to another service. The other service will listen via named pipes or REST. The router is a simple service which takes all requests as messages, …
0
votes
3answers
49 views

Using WCF to consume service and receieving varying errors depending on binding configuration

I am attempting to consume an intranet web service with WCF. I added reference to the service via the Add Service Reference feature in VS2008. In doing so I was prompted for network credentials to …
1
vote
2answers
47 views

RIA: “Use local IIS Web server”

I know I've had this problem when I started working with Silverlight, but I can't for the life of me remember how to fix it. I created a new RIA service application using the standard tutorial, added …
4
votes
7answers
91 views
+100

WCF, BasicHttpBinding: Stop new connections but allow existing connections to continue

.NET 3.5, VS2008, WCF service using BasicHttpBinding I have a WCF service hosted in a Windows service. When the Windows service shuts down, due to upgrades, scheduled maintenance, etc, I need to …
0
votes
2answers
25 views

Connecting to a WCF service in php via NetTcpBinding

I can't find a duplicate for this question, but I honestly hope I'm not the first to ask. I have a WCF service that is sitting inside my LAN. For .NET clients on my lan, NetTcpBinding is the …

1 2 3 4 5 244 next
15 30 50 per page