0

Firstly, let me point to this previous SO question. I understand, there are overlaps, but I have a few more specific questions. I'm new to WCF/C# so thanks for your patience.

  • I have SOAP Service implemented in C#.
  • I want to write a Client for this service in C++, and integrate the client with an already existing C++(Unmanaged) Project.

I tried following the steps described in this:Walkthrough: Accessing an XML Web Service Using C++; but ran across this issue-

  • Do not have any option to add Service Reference either in project tab, or when I right click on project(VS2010 Professional). (WHY?)

Is it theoretically possible to write a client in only C++ without creating a dll bridge, writing a wrapper, or using the MSXML COM library?

Any solution would be appreciated. Thanks.

Community
  • 1
  • 1
catalyst
  • 95
  • 1
  • 6
  • Regarding SOAP, there are many libraries available if you just search a little. You can use one of them to connect to the server. – Some programmer dude Nov 12 '14 at 08:15
  • I just tried using a gSOAP client to connect to the WCF server...but it doesn't seem to be working. Could you suggest any alternative, or redirect me to a link that can point me in the right direction? – catalyst Nov 13 '14 at 10:22

0 Answers0