Based on the gsoap documentation at http://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sEc18.10 , I would say that gsoap does not automatically provide a way to get a WSDL file. This is a fairly low-level server, focusing on being small and fast, and leaving fancy things for apache, etc. Now it’s possible that your provider has implemented a method for servicing WSDL (this is quite simple), but the access method will depend on them, and not standardly.
source
share