Hi All
I’m getting a NullPointer Exception when inserting a document into Tamimo.
//Insert new document into Tamino
TXMLObject submission = TXMLObject.newInstance(element);
TResponse response = accessor.insert(submission);
System.out.println("Response to insert: " + response.getReturnValue());
I’m getting an exception on the TResponse response = accessor.insert(submission) line.
Please advice.
Best Regards
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management