Questions tagged [wcf-http]
8 questions
6
votes
1 answer
Different Types of Hosting WCF application and there advantages
There are different types of Hosting can be done.
windows process activation services (WAS)
IIS
Self hosting
Hosting in a Windows service
is there advantage of using one over another? which one is preferable?

Rahul Rajput
- 1,427
- 3
- 17
- 38
3
votes
4 answers
REST based HTTP API - should I use WCF?
I would like to code a REST based HTTP API which is accessible from .NET and any other language like for example Python.
Should I use WCF for this? Or will that make the other languages harder to interop with my API?
I want the server to carry no…

wcf guru needed
- 117
- 1
- 7
2
votes
2 answers
How to do HTTP 1.1 long polling in .NET 3.5?
We have a server written in other technology (not .NET) which supports push technology (basically, can withstand long polling via HTTP 1.1) on the web. We are creating a .NET 3.5 application which is supposed to get push notifications (like a chat)…

Artem
- 7,275
- 15
- 57
- 97
1
vote
1 answer
How to use a WCF service with HTTP Get (within Visual studio 2010)
We've tried to use a very very simple WCF service with a HTTp Get and we can't get it work.
We've followed those "guide" but it doesn't…

Phil Good
- 106
- 2
- 8
0
votes
2 answers
Using WCF Web apis (REST) to support Streamed data
I have the following problem. Let me describe the steps I took so far...
I created a new WCF Service Application in Visual Studio
I then updated the project via Nuget to get the latest web http libs (webapi.dll)
I then created a service method that…

Senkwe
- 2,256
- 3
- 24
- 33
0
votes
0 answers
access to basicHTTP binding through WCF - results in Forbidden
I am trying to access a web service using WCF client application in CS, when trying to access the web method. I am getting the forbidden error.
Binding configuration:basicHttpBinding
endpoint address=http://xxxxx/yyyy/WebServices/Soap/Query.svc
I…

Harsh Mehta
- 1
- 1
- 2
0
votes
1 answer
accesing WCF service through localhos works but through my public ip it doesnt
I have a self hosted WCF project, I accomplished to get it work when i enter:
http://localhost:8000/Service/Method
but when i try to replace localhost with my public ip and access the service through a different computer it doesn't work.
I opened…

Bob Yaris
- 19
- 1
- 6
0
votes
1 answer
WCF Design Approach For Self-Hosted Service
I'm looking to have a WCF service that is self-hosted (No IIS!) Because I want to handle the data directly between to projects and not use a DB.
Basicly what i need is a service that is listening to lets say:…

Bob Yaris
- 19
- 1
- 6