Page 1 of 1

RCF => WCF

Posted: Fri Jul 19, 2013 4:07 pm
by niculear
Hello,

Is RCF able to communicate with an existing WCF service? The service uses netTCP bindings with duplex contracts. If so, are there any limitations?

Thanks,
Nick

Re: RCF => WCF

Posted: Sat Jul 20, 2013 2:59 am
by jarl
Hi Nick,

This won't be possible, as WCF has its own binary formats for requests and responses. You can only use a RCF client to communicate with a RCF server.