how to use SSL in C++ gSOAP generated classes

前端 未结 4 2099
眼角桃花
眼角桃花 2021-02-15 13:31

i need to use gsoap library in C++ and i need to use https. documentation says how to work with HTTPS in C, but not in C++ (http://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sEc1

4条回答
  •  独厮守ぢ
    2021-02-15 13:51

    I have used SSL support on gsoap in my c++ program, and I have had no problems. I compiled the source file stdsoap2.cpp (which comes along with gsoap), with the -DWITH_OPENSSL directive (did you miss this?). I used the obj file, and linked my program with it.

提交回复
热议问题