Search code examples
c++data-storage

I need a C++ interface to S4s server


Does anyone have a C++ Object interface for the S4 server?


Solution

  • using gSoap, you can generate header and support code from the provided wsdl see this how-to for some sample code.

    But what the point of the service, it's like copying to /dev/null in my opinion