File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
logicaldoc-webservice/src/test/java/com/logicaldoc/webservice Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,9 @@ public static void main(String[] args) throws Exception {
4242
4343 SoapSystemClient systemClient = new SoapSystemClient (BASE + "/System" );
4444
45- SoapDocumentMetadataClient metadataClient = new SoapDocumentMetadataClient (BASE + "/DocumentMetadata" );
46-
4745 Properties develProps = new Properties ();
48- develProps .load (new FileInputStream (new File (System .getProperty ("user.home" )+"/logicaldoc-dev.properties" )));
49-
50-
46+ develProps .load (new FileInputStream (new File (System .getProperty ("user.home" ) + "/logicaldoc-dev.properties" )));
47+
5148 // Open a session
5249 String sid = auth .loginApiKey (develProps .getProperty ("apikey.Development" ));
5350 System .out .println ("Server date: " + systemClient .getInfo ().getDate ());
You can’t perform that action at this time.
0 commit comments