I have WCF web service builded on C# with simple function void Test1(); I have C++ client programm that calls this function. C++ function that calls web service: bool Test1( ) { if (initProxy()) { int fncReslt =0; int idr =0; HRESULT hr = ERROR_SUCCESS; hr = BasicHttpBinding_ISupportServiceW_Test1(proxy, heap, NULL, [...] read more