I built a webservice using WCF and decided to use message security(wshttpbinding) with custom authentication( my own database) and X.509 certificate. I want to know how does client call a webservice u
I have a problem so i wanna help from you. There is a webservice and it\'s url : https://kps.saglik.gov.tr/Services/KPSTestServices.svc
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 WS开发者_
I\'ve created a WCF Service to upload images. It works fine with images < 50KB or so but I get \"The remote server returned an error: (400) Bad Request.\" with larger images.
I have my dll hosted at IIS with wsHttpBinding. I have this weird error happened intermediate. Well, everything will be restored back normal again when I reset the IIS (iisreset).
The service attribute SessionMode.NotAllowed and maxCon开发者_运维知识库currentSessions of serviceThrottling can be used simultaneously with wshttpbinding.
Server config: <?xml version=\"1.0\"?> <configuration> <system.serviceModel> <behaviors>
i am getting the following error when i try access my webservice from the client application which is a windows based app
I am trying to configure a WCF service to allow for both Windows/NTLM and Basic Authentication. Unfortunately, given this configuration only Windows/NTLM works and basic authentication fails with an h
I have an application to upload files to a server. I am using nettcpbinding and wshttpbinding. When the files is larger than 200 MB, I get a memory exception. Working around this, I have seen people r