JSoap icon indicating copy to clipboard operation
JSoap copied to clipboard

String array in request

Open behelit opened this issue 8 years ago • 0 comments

I can't seem to use any objects other than primitives. How would I pass an array?

@JSOAPReq.. w/e it is
String[] fields = new String[]{"one", "two"};

I always get the unable to serialize error

behelit avatar Aug 15 '16 02:08 behelit