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
I have browsed the internet and stack overflow for answers but I can\'t seem to get a clear answer to my issues.
I almost have everything set up to use my WCF service over https. IIS application is up and running, I can read the svc and wsdl at localhost. So I went back to Visual Studio and tried to write a Clie
I have a WCF service composed by two projects: WCF service library WCF Web application The First project has a service call IMyService implemented by MyService. It is configured by using WS bindin
I have a server that only offers a wsHttpBinding web service and need to use it from PHP. The standard SoapClient doesn\'t work with it, giving the following error:
I have created a WCF service which I am hosting as an application under my site on an IIS7. It is running on one server a开发者_高级运维nd now I am trying to make it run on a second server. When I cal
I\'m using .NET 4.0, WCF and wshttp binding to create some ws methods. Reason for using wsHttp binding is that I need support开发者_JAVA百科 for auth., encryption and signing.
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
I am trying (desperately) to get a customer authentication provider working for my WCF service. So far I have the following code;
Despite all of my efforts, I have not been able to get my simple WCF service hosted on IIS with SSL. We are using windows server 2k3 with IIS 6.0 and we have up to .NET 4.0 installed on the server (w