how can I get ssl security in gSoap.....................?
-
This post is deleted!
-
@gregoryjithin I'm not sure how your question is related to Qt?
-
i just need to generate stubs from wsdl files to work with qt.
so i use gSoap.
if there is any other way you can tell me. -
@gregoryjithin said in how can I get ssl security in gSoap.....................?:
so i use gSoap.
if there is any other way you can tell me.It should be fine to use gSoap with Qt to support WSDL.
However, given that your question is too "gSoap specific" maybe this is not the right forum to expect a quick/good answer from...Have you already checked this gSoap SSL example?
-
it give this error -
@gregoryjithin again, it's not related to Qt. You may need to ask in forums about gSoap (or security in WSDL...)
-
sorry. is there any other suggestions ?
-
@gregoryjithin The only suggestion (besides the correct one from @Pablo-J-Rogina - why don't you ask in correct forum? Your question/problem has no relation to Qt) I have is to do what the error message suggests: you need the OpenSSL libraries. Download them and put them into same directory where wsdl2h.exe is...