WCF
-
hello
i have question how i call wcf method from qml or c++??? -
Hi,
do you mean WFC = Windows Communication Foundation?
If yes, it is a problem, as it is part of .net framework 3.0 and higher.
Qt is native C++, not .Net, see the "following link":http://en.wikipedia.org/wiki/Windows_Communication_Foundation -
but i can call general handler (.ashx) , which built with .net framwork,through Qnetworkaccessmanager
the wcf will be published i'll send it request and recieve response(it doesn't matter by which language i write it)
i believe it will be done by qt network api but i don't how