Hi,
I had some problems with CreateContentType. It looks like both the CreateContentType and UpdateContentType are mapped twice with the same name, once for the list and once for the webs web service. Is this a bug or is it just me being tired? :-)
WSops.CreateContentType = [LISTS, true]; WSops.CreateContentType = [WEBS, true];
// LISTS OPERATIONScase"CreateContentType": addToPayload(opt, ["listName", "displayName", "parentType", "fields", "contentTypeProperties", "addToView"]);break;// WEBS OPERATIONScase"CreateContentType":addToPayload(opt, ["displayName", "parentType", "newFields", "contentTypeProperties"]);break;