CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rbfigueira

Search: Search took 0.02 seconds.

  1. Re: Consuming a WCF Service with an unmanaged C++ client

    Ok but the point is: how consume that service (WCF Service - web) from unmanaged C++ Client using sockets ?
  2. Re: Consuming a WCF Service with an unmanaged C++ client

    By the way, the target machines (Xp, W2000 and NT) can´t have .NET framework install. The only this we can install is one C++ Window Service.

    All help will be great!!
  3. Re: Consuming a WCF Service with an unmanaged C++ client

    I don’t want to install WCF bits in the target machines (Xp, W2000 and NT). The idea is each machine has one C++ application (Windows Service) that communicates with the WCF Web Service using...
  4. Consuming a WCF Service with an unmanaged C++ client

    Hi,

    I need to code one windows service using C++ and publish in all machine [XP;W2000;NT ] to consume a WCF Service C# using sockets.
    I need to credential passing over both (WCF -> c++ client and...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured