Questions tagged [wshttpbinding]

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.

263 questions
0
votes
0 answers

WCF server with SSL certificate + Username/Password and winforms client

I've used this example project as a starting point, but modified it to use HTTPS and TransportWithMessageCredential. I'm running the server through IIS Express with SSL Enabled and the project is functioning. The thing I am a bit unsure about is the…
Avilan
  • 608
  • 2
  • 6
  • 23
0
votes
2 answers

WCF Session Id changes with each call

I am trying to track and use a session id between calls to a WCF service however after each call by the same WCF client instance I receive two different session ids. Here is the service contract, specifying that sessions are…
fanuc_bob
  • 857
  • 1
  • 7
  • 20
0
votes
1 answer

wsHttpBinding to WCF Service hosted in IIS throughput issue

I have a client application for load testing, which is used as payload generator. The application is a client to WCF service hosted in IIS with secure wsHttpBinding. In addition, the WCF service hosted in IIS is a middle tier which is also a client…
0
votes
0 answers

How does IsOneWay relates to SessionMode and SecurityMode?

I have a simple web-service with a one-way operation which I expected would not block the client when invoked. With the BasicHttpBinding this is fine. With the default WsHttpBinding the IsOneWay attribute is not taken into account (same time as a…
Pragmateek
  • 13,174
  • 9
  • 74
  • 108
0
votes
3 answers

WSO2 ESB - Proxies do not work when Soap Tracing is turned off

I have downloaded and I am trying out the WSO2 ESB and setting up proxies for WCF services with wsHttpBindings. When I have Soap Tracing enabled everything works fine - when I turn it off I get a 500 internal server error every time. I am completely…
Wiredness
  • 175
  • 2
  • 12
0
votes
1 answer

basicHttpBinding to wsHttpBinding over SSL

Before i have tested one webservice in soapUI its works fine. But now webservice was changed basicHttpBinding to wsHttpBinding over SSL. Now i'm trying to execute the webservice the following exception are im getting. Im using the webservice url in…
2vision2
  • 4,933
  • 16
  • 83
  • 164
0
votes
1 answer

WCF wsHttpBinding : Avoiding multiple "ISSUE" calls while calling a web service using wsHttpBinding

I am using wsHttpBinding to call a WCF web service. When I look into the Fiddler2, I see multiple calls to the server before calling my actual OperationContract. From this post I understood what these service calls are doing. However, I want to know…
Learner
  • 4,661
  • 9
  • 56
  • 102
0
votes
0 answers

Error: The HTTP request is unauthorized with client authentication scheme 'Negotiate'

I keep getting the above error when my client program tries to call my WCF service method. It is passing credentials via ClientCredential.UserName. I am not able to figure out what's happening here and all the posts related to this kind of issue are…
Sandeep
  • 335
  • 1
  • 2
  • 24
0
votes
2 answers

No SOAP message exchange between Metro client and WCF service on 64Bit Win7 and Windows 2008 Server

I have a running web service connection between a Java client program with the Metro {2.2.1-1} web service stack and a WCF {.NET 4.0 v30319} wsHttpBinding web service on Windows XP SP3. If I move the exact same setup to a Windows 7 {with some…
0
votes
1 answer

WCF Service with wsHttpBinding, ssl and TransportWithMessageCredential

I've got wcf service with ssl communication, wsHttpBinding and Transport security, but when I try to change it to:
Wojciech Kulik
  • 7,823
  • 6
  • 41
  • 67
0
votes
1 answer

Agent based applications using WCF

i'm about to decide on technology choices for an agent based application used in the transportaion systems domain. basically there will be a central system hosting the backend, and multiple agents located across town (installed on desktops) that…
Azwaan
  • 47
  • 1
  • 9
0
votes
2 answers

Hosting Multiple hosts under IIS for WCF

I need to use multiple hosts under IIS for WCF. We're using wshttpbinding and we've found NO success so far even after checking out a couple of similar questions on stackoveflow. Here is my web.config