A set of Java wrapper classes are provided in the client.jar file that is installed by the CA OM Web Services installation; these wrapper classes invoke the Web services. The following wrapper classes are provided:
You can customize these classes by writing Java code to access the OM Web Services. All Java sample code uses these classes to invoke the OM Web Services.
The code for these wrapper classes can be found in the samples/java directory on the OM Web Services CD.
More jar files are copied and added to the class path for the applications are being developed and can be found in the caomws20.war in the WEB-INF\lib directory.
Note: In the case of accessing web services over HTTPS protocol, the optional protocol parameter in the wrapper classes is required. The Java runtime variables for Java SSL truststore need to be setup in your Java client application.
For example:
System.setProperty("javax.net.ssl.trustStore", "keypath/yourkeystore.jks");
System.setProperty("javax.net.ssl.trustStorePassword", "password");
System.setProperty("javax.net.ssl.trustStoreType","JKS");
|
Copyright © 2013 CA.
All rights reserved.
|
|