[hidden email] wrote:
> Hi Everyone,
> I am working on a Google Webtoolkit client that uses JSON to
> communicate with the server. However I've come to a point where I need
> to invoke a service that expects a BigDecimal as an input.
>
> I am currently thinking of 2 approaches,
> 1. Create a new service to take a number and convert it to a BigDecimal
> 2. Create a BigDecimal on the GWT server and then invoke the ofbiz
> service
>
> I was just thinking maybe someone has dealt with this issue and can
> share some insight.
>
> Regards,
> Kojo