I am developing a Java-based client that accesses DACS Station via the WSI SOAP interface.
It works fine where connection is allowed just using HTTP, but now I need to connect to an instance where only HTTPS access is allowed.
The Developers Guide gives info on a method setting DACS_SSL_INFO where using the DacsWSClient.jar and I have verified that works if that jar is used, but my program does not use this - it just uses classes generated from the WSDL definitions.
Is there an example (or instructions) available for how to connect via Java using HTTPS in this circumstance?
(also where can I download the latest WSDL defs for this interface? - does not appear to be included in Downloads section of Developer portal)