The parameters in your getObject method are the wrong way around. The javadoc specifies : getObject(String instance, String name) : Grant, in your case : getObject(null, "TrnSimpliciteDemo");
We highly recommend you follow the platform’s best practices for object manipulation :
Here also it seems that you are coding a low level API where there is no need to do so, Simplicité offers native generic APIs that does not require any coding
In your case I think you just need to implement what we call API naming mapping = add an objects/fields/links mapping layer on top of the business objets so as it complies with your API standards.
To acheive this this you can either write some Java code like in this demo example or (as of version 6) simply describe the mapping using JSON settings:
In order for our support team to bring you a better service, and for the rest of the community to find the significant answers more easily, we kindly ask our user to mark as “solved” once a solution has been found.
Your messages indicating that the issue was fixed, we’ve realized this action on your behalf.