Hi,
I have an application that loops thru Employee document and prints them depending on whether they meet several conditions and renames the Employee element to SubmissionEmployee in the application.
Now I want to insert all the SubmissionEmployee document back into tamino.
outputter.output(employee, System.out);
// Insert the new Object to Tamino
TXMLObject submissionEmployee = TXMLObject.newInstance(employee);
response = accessor.insert(submissionEmployee);
I now get an error Tamino access failure (, (cvc-particle.2.1): element content missing, minOccurs constraint violation in element declaration, Line 1, Column 38: Line 1, Column 38: [element “EmployeeDetails” in element “SubmissionEmployee”])
What can be the problem and how best can I solve it.
Thanks
#webMethods#API-Management#webMethods-Tamino-XML-Server-APIs