Hi,I am doing salesforce API integration through SOAP and using enterprise edition WSDL. I am facing problem while calling insert or update on some custom objects. The problem is that no data is being save or update in some custom objects and no result is being returned in SaveResult. Even I am not getting any error message in SaveResult. The SaveResult is being returned as void not even null.Any help will be greately appriciated.
Check whether you have appropriate CRUD level permissions on the object that you are trying to create the records. It's still super weird that you are neither getting the result set nor any error messages.