Hello everyone,
I would like to know the steps to copy a Java Service (Package A)to an another Package (Package B).
The problem is that I don’t know where to put the classe of my Java Service in the destination folder. I know that it’s in “packages\myPackageName\code\classes” but when I compile my service that uses this java service, it doesn’t find. I’ve got the following alert:
symbol : variable NSNodeHelper
location: class Capgemini_Test_Module
IData data = NSNodeHelper.getNodeInfo(nsname);
^
1 error
Thank you for your answers. If you want more explanations, tell me, I’ll try to explain my problem clearer.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services