wshttpbinding Questions

1

Solved

I've written a self-hosted WCF service using WSHttpBindings and I'm trying to implement message-level security using certificates I've generated myself. Unfortunately I'm getting a buried exception...
Brigandine asked 18/5, 2011 at 2:34

2

I’m trying to get a simple WCF application work with Java Client. Service exposes few simple operations using WSHttpBinding, which it does perfectly. Now, due to some reason (probably due to inco...
Phagocytosis asked 23/7, 2010 at 12:49

1

Solved

Say I have a service exposing two end points, 1st is a NetTCPBinding the second is any flavour of HttpBinding. They both implement exactly the same service contract. What is the difference in what...

1

Solved

I've created a WCF service with a wsHttpBinding and a mexHttpBinding. When running on http in IIS6, the myservice.svc shows the usual "You have created a service." page. myservice.svc?wsdl shows XM...
Seanseana asked 18/2, 2011 at 13:57

1

Solved

I want to set message version for WSHttpBinding to EnvelopeVersion.Soap11. I don't know how to do that. Can any one help me. Here is my binding code var binding = new WSHttpBinding() { UseDefau...
Hugo asked 12/11, 2010 at 18:38

3

Solved

I have a app.config file that in the form of : <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.serviceModel> <client> <endpoint address="http://somet...
Frailty asked 30/6, 2010 at 11:45

3

Solved

I have a web application deployed in an internet hosting provider. This web application consumes a WCF Service deployed at an IIS server located at my company’s application server, in order to have...
Karsten asked 11/12, 2008 at 21:34

2

Solved

I'm trying to get a Java Client to communicate with a WCF wshttpbinding WebService. But I am unable to do so. The call either hangs, or I get "musunderstoodheader expcetions". My Web Service is j...
Swirsky asked 16/7, 2009 at 18:5

1

Solved

Does silverlight 4 beta supports wshttpbinding (wcf)? If not, will it be supported in stable release?
Ministrant asked 6/12, 2009 at 2:14

© 2022 - 2024 — McMap. All rights reserved.