C++ SOAP example using .Net?
.NET (Core and Framework)
1
Posts
1
Posters
2
Views
1
Watching
-
I've played around with the Soap Toolkit a bit and i'd like to take a look at the .Net soap stuff but I can't seem to find any C++ SOAP examples for .Net. What I need to do is build a C++/MFC windows app that can talk SOAP. Not only does it need to understand soap but it needs to be able to handles complex types from a SOAP service writen in Java. The Java side serializes a java class and I need to be able to deserialize it. any pointers or examples? I can find nothing on the ms site. thanks mike