Re: Calling a WCF service from Non-WCF

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Jeronimo Bertran <jeronimo.bertran@xxxxxxxxxxxxxxxx> wrote in
news:Xns99F9D7763E808publicjbbertrancom@xxxxxxxxxxxxx:

I have a WCF service that I am using to upload files to a server by
using the streamed transfer method. I am currently calling the
service from a WCF client. All I did was add a Service Refrence to my
Windows Forms project using VS2008.

I now want to allow non WCF clients to use the service. How can I do
this?

What type of channel are you using?

I believe non-WCF compatible clients can only talk through web services
(basicHTTPBinding).
.