insertRecords/updateRecords xmlData in request body
Wondering if it's possible or if it's on your enhancement list to accept the xmlData string in the HTTP request BODY instead of as a query string in the url? Different HTTP components have url length restrictions (for example internet explorer or the standard httpclient implementation in silverlight) that cause problems when trying to insert or update records with a lot of fields and certainly when updating/inserting multiple records. Besides, the request body would be the more natural / semantically correct place to put this information anyway.