File: libuima-adapter-soap-java.README.Debian

package info (click to toggle)
uimaj 2.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 34,360 kB
  • sloc: java: 195,968; xml: 68,361; sh: 346; javascript: 68; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
This document explains how to develop and use components providing
SOAP web service or using it within the UIMA framework.

When compiling and running apps using the UIMA framework and especially
the SOAP connecter, you need to add "/usr/share/java/uimaj-adapter-soap.jar"
to the CLASSPATH.  E.g.

    export CLASSPATH="/usr/share/java/uimaj-adapter-soap.jar:/usr/share/java:."
    javac Whatever.java
    java Whatever