Previous Topic

Book Contents

Book Index

Next Topic

Integrate the Jar File

In order to be able to use the classes/methods of the client, the jar file must be added to Valuemation class path.

Rich Client:

  1. Copy the jar file “globalWeather-api.jar” into the lib directory.
  2. Add “globalWeather-api.jar” to the classpath in the setenv.bat, e.g.
    SET CXF=%CXF%;%S3LIB%\globalWeather-api.jar

Web Client:

Copy the jar file “globalWeather-api.jar” into the lib directory.

See Also

Calling A WebService Using Workflow

Get the WSDL

Generate The SOAP Client

Create the Workflow