The WsHttpBinding is a WCF (Windows Communication Framework) binding class that uses HTTP or HTTPS as a transport protocol and is complaint with a variety of WS* standards (reliability,security,etc). Services that use this binding are designed to inter-operate with WS* complaint clients.
Questions tagged [wshttpbinding]
263 questions
2
votes
2 answers
BeSimple Soap Library
Does anyone have experience using the "BeSimple Soap Library"?
I'm looking for a php client to consume a ws-* soap service - and I have yet to find one. I am wondering if this will work for all ws-* features. There's very little by means of…
2
votes
1 answer
Can't authenticate using wsHttpBinding with ClientCredentialsType=Username
I am new to WCF and now really lost with this problem...
I want my WCF Service to authenticate incoming request using the username and password provided by client.
Relevant parts of Web.Config looks like this:

Sandeep
- 335
- 1
- 2
- 24
2
votes
1 answer
Recommended WCF client channel lifetime with Message security
I have a question with regards to WCF client channel lifetime while using Message security, but first, a few notes on my company's setup and guidelines:
Our client-server applications are solely for intranet use
Our clients are WPF applications
Our…

Talisker
- 177
- 2
- 16
2
votes
0 answers
wcf wshttpbinding certificate validation on client and detecting encryption.
I have a wcf service. The binding of the service is wsHttpBinding and the security type is message security. The service is hosted on IIS. The site binding on IIS is http(80). The service also has a certificate which is configured with a service…

user1900210
- 113
- 1
- 6
2
votes
0 answers
HTTP Basic Auth only for specific path
I want to restrict access using HTTP Basic Auth for a specific path so that someone visits /foo/bar will be prompted with the authentication form but not /(.*).
I use mod_rewrite so I can't put a .htaccess inside a folder as usually would do.

nocksock
- 5,369
- 6
- 38
- 63
2
votes
0 answers
WCF, wsHttpBinding and ws-addressing: The field is missing from the soap messages
I implemented a wcf web service by using wsHttpBinding. The SOAP message perfectly includes some of the important ws-addressing fields inlcuing wsa:MessageID, wsa:ReplyTo, wsa:To and wsa:Action.
The problem is that wsa:From filed is missing from the…

Allan Xu
- 7,998
- 11
- 51
- 122
2
votes
3 answers
Testing WCF service wsHttpBinding with security mode="TransportWithMessageCredential"
I have tried using soapUI to test, however it does not support wsHttpBinding when security is enabled. soapUI does work when using wsHttpBinding and security is none.
We also tried out the WCF Storm, which does work and we can load our our client…

VoodooChild
- 9,776
- 8
- 66
- 99
2
votes
2 answers
WSHttpBinding and HTTP and Windows Authentication
I tried to setup WCF service with WSHttpBinding and Windows Authentication and HTTP protocol, not HTTPS. Is it possible? I am using IIS 7. Current my config file is below.
With this config application throws exception:
Could not find a base address…

rnofenko
- 9,198
- 2
- 46
- 56
2
votes
2 answers
wshttpbinding is only for .net clients?
Is the wsHttpBinding only for .NET clients?
Because in wsHttpBinding default security is enabled, so data transferred with encryption.
So how can non-.NET clients (like java or php) consume such WCF services?

SaravanaManikandan
- 123
- 2
- 4
2
votes
1 answer
wsHttpBinding over Internet
We have a set of WCF services hosted in IIS and secured with wsHttpBinding and exposed on Internet. When I am trying to consume those services from a client I am getting an error
"Request for the security token has invalid or malformed elements."
I…
verybiztalker
2
votes
1 answer
WCF issues with wsDualHttpBinding and netTcpBinding behind firewalls
I have a standalone WCF service running on a server behind a firewall. It currently uses wsDualHttpBinding as the service utilizes callbacks. The client works fine in a LAN environment. We have opened the firewall to allow traffic on a custom port…

wpfwannabe
- 14,587
- 16
- 78
- 129
1
vote
1 answer
Which proper WCF binding to use?
I have the following criteria to help me pick a WCF Http binding. My services need to:
be deployed in an intranet support impersonation/delegation
be interoperable with clients using unknown technology
support transaction flow between client and…

Talisker
- 177
- 2
- 16
1
vote
1 answer
WCF wsHttpBinding with certificate message security
I am trying to create client and service applications with Message security with Certificate. But I have some errors all the time and can't make it work. Could somebody suggest what is wrong with my configuration files?
This is the service…

Yaplex
- 2,272
- 1
- 20
- 38
1
vote
2 answers
basicHttpBinding with custom login/password and HTTPS
After a lot of googling, i ask for your help for a problem who seems to be easy but... really not.
How can i use custom login/password like in this tutorial with basichttpbinding instead of WSHttpBinding…

eka808
- 2,257
- 3
- 29
- 41
1
vote
2 answers
The HTTP request is unauthorized with client authentication scheme Negotiate. The authentication header received from the server was Negotiate oX...Q=
I am using a desktop application on a client pc to communicate with an IIS WCF web service running on a server, using WsHttpBinding to pass over the Windows user credentials. The application has worked well for many years, but now we are trying to…

gotorg
- 147
- 1
- 10