Difference between revisions of "Java client - OpenKM 5.1"

From OpenKM Documentation
Jump to: navigation, search
 
Line 1: Line 1:
 +
First, we need to generate the client stuff using this command. Keep on mind that you need JDK 1.6 to run it:
 +
 +
$ wsimport -d client -s client http://localhost:8080/OpenKM/OKMAuth?wsdl
 +
 
[[Category: Webservices Guide]]
 
[[Category: Webservices Guide]]
 
[[Category:OKM Network]]
 
[[Category:OKM Network]]

Revision as of 15:15, 10 March 2010

First, we need to generate the client stuff using this command. Keep on mind that you need JDK 1.6 to run it:

$ wsimport -d client -s client http://localhost:8080/OpenKM/OKMAuth?wsdl