0
votes
1answer
60 views
WCF -> IIS 7.0 Partial Trust Hosting (.svc) -> BasicHttpBinding -> Authentication (UserName / Password) - > ASP.NET Membership Provider -> No SSL
Basically my requirement is:
WCF Service Application Hosted on IIS 7.0 with Partial Trust
Endpoint exposed with BasicHttpBinding
Would like to enable basic Authentication (UserNa …
0
votes
1answer
49 views
ASMX service parameter (type string) has null value when invoked from WCF client
I am trying to consume an existing ASMX service using WCF with a BasicHttpBinding. I used SvcUtil to get me started and just extracted the contract definition interface and the con …
1
vote
2answers
84 views
Can a WCF service w/ BasicHttpBinding without a MEX Endpoint be exploited by absolute strangers?
From what I understand: If you don't have a MEX endpoint / WSDL, your service is basically non-discoverable. Only people who have knowledge of your data contract should be able to …
0
votes
0answers
73 views
WCF-BasicHttp NTLM ESB guidance
Hello
I am trying to access an asmx service located on IIS, the asmx is using integradted security
I am trying to call it with wcf-basichttp adapter configured inside ESB guidance …
0
votes
2answers
150 views
First WCF Request, client always throws System.Xml.XmlException: There are multiple root elements
Every time my WCF Host application pool starts, the client making the first WCF call to it always throws "System.Xml.XmlException: There are multiple root elements" All subsequen …
2
votes
4answers
238 views
Why is my Winforms-hosted WCF service single threaded?
I have a WCF service that I'm using to replace an old ASP.NET web service. The service appears to be working fine but it is unable to handle simultaneous requests for some reason. …
3
votes
2answers
1k views
How to fix “could not find a base address that matches schema http”… in WCF
I'm trying to deploy a WCF service to my server, hosted in IIS. Naturally it works on my machine :)
But when I deploy it, I get the following error:
This collection already c …
0
votes
1answer
488 views
WCF/basicHttp and NTLM authentication
Does anyone know how exactly NTLM authentication works in WCF/basicHttp? I wonder if user credentials are passed for every single service method call, or if some kind of security t …
0
votes
1answer
741 views
Programmatically set identity on WCF EndpointAddress
I am using the following function to create a System.ServiceModel.EndpointAddress when connecting to a WCF Service:
private static EndpointAddress GetEndPointAddress(string url, E …
0
votes
1answer
161 views
WCF Authentication
Hi
We're building some core services in .Net 3.5 and exposing the services via WCF. The services will only be accessed internally (i.e. within the intranet). The services just n …
3
votes
3answers
675 views
WCF ServiceHost basicHttpBinding 503 error
Hi all,
I'm trying to run a WCF ServiceHost as an NT Service on a Windows 2007 SP1 Server. The ServiceHost is reponsible for hosting a single service endpoint: a basicHttpBindin …
2
votes
3answers
3k views
WSDL URL for a WCF Service (basicHttpBinding) hosted inside a Windows Service
I am hosting a WCF service in a Windows Service on one of our servers. After making it work in basicHttpBinding and building a test client in .NET (which finally worked) I went alo …
