Hi,
One of the simple way is to put this piece of code in your java service which will display the value in server log…
Assign your value to message like
String message = yourvalue ;
IData input = IDataFactory.create();
IDataCursor inputCursor = input.getCursor();
IDataUtil.put( inputCursor, “message”, message );
Service.doInvoke( “pub.flow”, “debugLog”, input );
Cheers,
KK
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services