Hi,
when I create a new Java service, sometimes my service begins with
public static final Values JavaServiceName( Values in )
{
Values out = in;
…
and sometimes with
public static final void JavaServiceName( IData pipeline ) throws ServiceException
{
…
I have no idea why I get the first and why I get the second case sometimes. (I would prefer the first one…)
I thought it might have something to do with setting values in the Input/Output field, but that didn’t do anything.
Any help on that would be greatly appreciated!
Holger.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB