I have written a native c++ plugin which is running in In design Server. The Plugin just creates a sample Indesign Document on a pre-defined path on disk.
Now I want to pass the path as a input parameter to my native plugin to create file on the input path.
I read about soap client and compiled a C++ sample client from Server SDK but there is no documentation for it in the guides and I don't know how to use it.
Can some one help me with some documentation for C++ soap client?
Also, how can I pass the path parameter to my native plugin? I don't want to use CSXS here.