Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Try to generate .h files using gsoap, but i got error saying that I have to download the wsdl file and run again coz it contains ssl access.

Ok - I donwload it and re-execute the command but still on the same error.

Cannot connect to https site: no SSL support, please rebuild with SSL (default)<br />
or download the files and rerun wsdl2h



How could I resolve it.

XML
<pre lang="xml">
<xsd:schema>
<xsd:import namespace="http://jaxb.dev.java.net/array" schemaLocation="http://10.3.11.22:8443/TWS3/services?xsd=1" />
</xsd:schema>


What I have tried:

Stack Overflow, Gsoap site, samples
Posted
Updated 9-Aug-16 3:33am
v2

1 solution

you could find the answer here:

GSOAP wsdl2h ssl build error - Stack Overflow[^]


dan.o
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900