On Nov 29, 2007 10:37 AM, Baptiste GAILLARD <baptiste.gaillard@gmail.com> wrote:
> <?xml version="1.0" encoding="UTF-8"?>
> <casProcessor deployment="remote"
> name="WordsListAnnotatorSoapService">
> <descriptor>
> <include
> href="D:\workspace\imp-helper-uima\src\main\resources\descriptors\soap\WordsListAnnotatorSoapService.xml"/>
> </descriptor>
<snip/>
Use deployment="integrated" instead of deployment="remote". I know
that's confusing. Using deployment="integrated" will actually work
just fine for remote services. deployment="remote" invokes some
specialized processing specifically for Vinci services, but is not
generally needed.
-Adam
|