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
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
I added a basicHttpBinding to an existing Service I have in production in order to expose it for use in Delphi.
I have a C# WCF basicHttpBinding Streaming WebService. The signature of the method that I want to access is:
We have a WCF Service in our application suits that is being used to synchronize data among the different devices of a same user.
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.
In WCF there are several different types of HTTP based bindings: 开发者_运维知识库 BasicHttpBinding
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
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
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