I need to create web service in java (for generating reports) that receives a String with JSON format for the tables' information. May be will be a large amount of characters but I don't know for sure if this will have trouble at moment to receive them.
Are there restrictions about the size of String parameter in the method? Or if you have any suggestion about json or something else I'll be grateful. Thanks.