You could always hook a debugger in Eclipse up to OFBiz and step through the java services, there's info in docs.ofbiz.org somewhere.
Regards Scott 2008/5/17 Bruno Busco <[EMAIL PROTECTED]>: > Basically what I am trying to do is to understand why the service > performFind seems not to retrieve the records my form is supposed to list. > How can I debug this? > Is there a way to see the parameters passed in the service call? > > Many thank for any help. > > -Bruno > > 2008/5/13 Bruno Busco <[EMAIL PROTECTED]>: > > > Hi, > > I am trying to execute a service using the WebTools application. > > How can I input valid data in a field that requires a Map? > > In particular I want to set the inputFields field in > > https://localhost:8443/webtools/control/setSyncServiceParameters and I > > cannot find the correct syntax to indicate a Map. > > I always get the error: > > Type check failed for field [performFind.inputFields]; expected type is > > [java.util.Map]; actual type is [java.lang.String] > > > > > > Many thanks, > > -Bruno > > >
