JSoap
JSoap copied to clipboard
String array in request
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