basichttpbinding
WCF + SmtpClient: only works in a Windows 2008 environment
Continuing the discussion started in another post: I used windows service to host a WCF mail sender. The service itself is quite simple: it uses a DataContract to get the basic System.Net.Mail.MailMes[详细]
2023-01-20 07:08 分类:问答WCF service binding wsHttp vs. basic with no authentication
I am attempting to create a WCF service with anonymous authentication. When I deploy the service to the destination server that is not on my current domain I receive the following error when attemptin[详细]
2023-01-18 05:28 分类:问答Delphi 7 Soap WCF Service using basicHttpBinding
I added a basicHttpBinding to an existing Service I have in production in order to expose it for use in Delphi.[详细]
2023-01-15 18:18 分类:问答Adding a Java Web Service Client in Netbeans that supports streaming with a WCF Streaming Service?
I have a C# WCF basicHttpBinding Streaming WebService. The signature of the method that I want to access is:[详细]
2023-01-12 14:56 分类:问答Advantages and Disadvantages of Axis2 over WCF
We have a WCF Service in our application suits that is being used to synchronize data among the different devices of a same user.[详细]
2023-01-05 20:31 分类:问答Access WCF service through ASP.NET
I have a WCF service which I would like to access using ASP.NET. The binding used in the WCF service is basicHttpBinding. Ho开发者_Go百科w may I do it? Any examples will be really appreciated.[详细]
2022-12-31 09:50 分类:问答BasicHttpBinding vs WsHttpBinding vs WebHttpBinding
In WCF there are several different types of HTTP based bindings: 开发者_运维知识库 BasicHttpBinding[详细]
2022-12-26 20:38 分类:问答WCF host in windows service: cannot get wsdl
i\'ve a windows service that hosts a WCF service with basicHTTPBinding. In test everything goes right, when i deploy the win service on a Window Server 2003, service hosts correctly wcf, I print out e[详细]
2022-12-26 06:29 分类:问答WCF Client consuming multiple services
I\'m trying to figure out how to set up my web.config (the client) to consume two different WCF web services one usingthe ot开发者_如何学Goher using[详细]
2022-12-24 18:06 分类:问答Can I implement callback from WCF based HTTP service to a gSOAP c/Linux client?
I have a Linux/c client app that connects to a WCF web service over HTTP/SOAP (BasicHTTPBinding). I am using gSOAP. Can I implement the calls to the web-service using callback? I want to get the data[详细]
2022-12-21 03:41 分类:问答