Topic: I have three java classes in which 1 is main class and rest two are logics whose output is taken in main classes, Can we write these three java classes in java service (webMethods).
I have three java classes in which 1 is main class and rest two are logics whose output is taken in main classes, Can we write these three java classes in java service (webMethods).
Author: TEJA
ALLINO
. Here there is no concept of classes. The parent folder of the java service is a class and the java service is a method. If you want to implement the method wise, then try this.
in generate code option, try to select "implement this service in another service for rest of 2 methods and phaste this code in main method(another java service.)