Ask a questionAsk a question
 

General DiscussionCONSUMING WCF USING C++

  • Wednesday, October 28, 2009 2:46 PMSajid_Syed Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Am a trying to consume a wcf Service using visual studio 6.0.

    1) I have created a wcf Service.
    2) Have created a C# dll project which is added with a service reference of the wcf created.
    And this is used as a bridge between the Server and Client.

    3) And the client(Consumer) is created in Visual Studio 6.0 and added with a dll to create the wrapper class of the dll project.

    Now am able to access all the bridge project (dll project) functions. And when calling the function which is calling a Service function. It says could not connect to a remote Server.

    Am looing for the earliest replies.

    Many thanks in advance.

    regards
    Sajid

All Replies

  • Wednesday, October 28, 2009 8:32 PMSheng Jiang 蒋晟MVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I suggest you post to the Visual C++ general forum since your question does not involve editing a class diagram.

    The following is signature, not part of post
    Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
    Visual C++ MVP