wshttpbinding
SOAP Client Call Message with Custom Authentication and X509 Certificate
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[详细]
2023-04-04 17:45 分类:问答How can i import a https webservice (wcf) with Delphi 2010?
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[详细]
2023-04-04 07:04 分类:问答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 WS开发者_[详细]
2023-04-03 04:38 分类:问答WCF upload large images as wsHttpBinding
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.[详细]
2023-03-25 20:01 分类:问答WCF - weird error
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).[详细]
2023-03-25 10:29 分类:问答SessionMode.NotAllowed versus maxConcurrentSessions for wshttpbinding
The service attribute SessionMode.NotAllowed and maxCon开发者_运维知识库currentSessions of serviceThrottling can be used simultaneously with wshttpbinding.[详细]
2023-03-22 10:03 分类:问答At least one security token in the message could not be validated
Server config: <?xml version=\"1.0\"?> <configuration> <system.serviceModel> <behaviors>[详细]
2023-03-16 21:06 分类:问答system.service.security error when using wshttp binding
i am getting the following error when i try access my webservice from the client application which is a windows based app[详细]
2023-03-15 17:16 分类:问答Unable to use basic authentication to access WCF web service
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[详细]
2023-03-11 07:40 分类:问答memory exception using wcf wshttpbinding
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[详细]
2023-03-09 19:45 分类:问答