We are developing C++ client for DFS services. We are using
gSOAP tool to create proxy for DFS services. We have created a proxy for
ContextRegistryService and successfully getting servicetoken string through ContextRegistryService.
In the .Net Sample (DfsDotNetSample) they were using WSE 3.0
to create the SecurityToken and embed it with QueryService to pass the token. Same
thing we have to implement in C++. But we don’t have support to include WSE
3.0. Is there a way to implement this without WSE.
Thanks in advance
Rafi