How to generate headers with sources for gSoap? (WS-Security)

43 views Asked by At

I'm trying to add support for WS-Security so that basic authorization is possible in the server request header.

I checked this doc https://www.genivia.com/doc/wsse/html/wsse.html

The problem I encountered was at the next stage. I need to generate using soapcpp2, but it keeps writing in the consoleenter image description here

Full command soapcpp2:

/c/Users/sultan/.conan2/p/b/gsoapfb40d333bc97e/b/build/Debug/soapcpp2.exe -CL -I C:\\Users\\sultan\\.conan2\\p\\b\\gsoapfb40d333bc97e\\b\\src\gsoap\\import;C:\\Users\\sultan\\.conan2\\p\\b\\gsoapfb40d333bc97e\\b\\src\gsoap\\custom sdp_service_multi.h

Before I invoke wsdl2h in console

/c/Users/sultan/.conan2/p/b/gsoapfb40d333bc97e/b/build/Debug/wsdl2h.exe -s -o sdp_service_multi.h SdpServiceMulti.wsdl 

How to correctly generate source codes with WS-Security support?

0

There are 0 answers