Message Boards

Invoking JSON Web Services

thumbnail
ali yeganeh, modified 4 Years ago.

Invoking JSON Web Services

Regular Member Posts: 148 Join Date: 5/1/19 Recent Posts
Hi
I implement my application’s remote service methods in *ServiceImpl, and I retrieve an array as an output .When I call my remote method through JSON web services page (JSONWS) of Liferay, my result is empty, but when I call the same method through Curl, My result is correct!!!!And I just have this  problem with the arrays.
how can I solve this problem?