Hello. Using the SOAP web services. I'm trying to add a value to a customlist and save. Using Java. Can someone point me to any docs or examples that show this. I'm trying to use things like updateRecord(), callAsyncUpdateList(0 etc. but no matter what I try the new value that I added to the list doesn't save. To get the list I use Record record = client.getRecord("189", RecordType.customList);