Hi All,
I am trying to generate the excel file(.xls) using java services. For this i have placed the POI java library on the server/lib/jars as well referenced on the designer.
The input for this service will be document list containing list of strings.
For example
Input
Employee ( Document List)
Name (String)
Designation(String)
Department(String)
Option 1:
Output
ExcelObject(Object) - I don’t know how to map the object as excel ole object or excel object.
Option 2:
I removed the output object and tried to create the excel within the project folder. Say “Employee.xls”. But when i run the service on the designer its not showing any error but couldn’t see the file.
Also debug trace is not working for java services and system.out.println is also not working.
Can anybody help me to give the clue for generating the excel using java services as well for debugging the java services.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods