CSJCurrent en:Cryptshare Server & Java Version

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche

Compatible Java Runtime Environment

The Cryptshare Java API requires Java Runtime Environment 1.8 or higher.

When using java Runtime Environment 9 or higher, please note this article: Java 9+ support

Valid Cryptshare Server Licence

In order to be able to use the Cryptshare Java API with your Cryptshare Server instance, you will need to have a valid licence. This licence needs to be installed on the Cryptshare Server. You can find the status of your licence in the section 'Licence Information' on the System-Status page of your Cryptshare Administration web site: 21235495.png

WSDL Access

The Cryptshare Java API requires access to your Cryptshare Server, as it uses its web services to perform the required operations. The Cryptshare Server provides two web services, one that handles general service requests, and one that handles the file transfer:

  • https://<your_cryptshare_server_url>/service/serviceV2?wsdl
  • https://<your_cryptshare_server_url>/service/transferV2?wsdl
Warning
If one or both interfaces cannot be reached from the client side, you will not be able to use the Java API.
HTTP and HTTPS Access
If you have "Force secure connection" enabled for your Cryptshare Server, you have to use the HTTPS protocol to connect to your server using the Cryptshare Java API. Trying to access the server with HTTP in this case will result in an XML parsing exception when trying to read the WSDL file, since the server will then not actually return the WSDL file, but a HTTPS redirect message. So if you want to be able to access the Cryptshare Server using the HTTP protocol, you will have to disable the "Force secure connection for Cryptshare User Interface" setting on the "Connection Settings" page of your Cryptshare Administration Interface.