views:

60

answers:

1

I would like to write a CPython app that would consume WCF services that use NetNamedPipeBinding and NetTcpBinding. It is possible? What library enables that?

+1  A: 

Take a look at this question: http://stackoverflow.com/questions/276184/wcf-and-python

Quintin Robinson