Hello,
We use Tamino 3.1.1.3 and Suse Linux 7.3 as Server. For the Upload we use the JavaAPI (TaminoAPI4J.jar) and sourcecode like the following:
TXMLObjectAccessor xoa =
connection.newXMLObjectAccessor(
TAccessLocation.newInstance(“myCollection”),
TDOMObjectModel.getInstance());
TXMLObject insertFile = TXMLObject.newInstance(new File(“file.xml”));
TResponse response = xoa.insert(insertFile);
Now as you mention it, I tried the InteractiveInterface - fine, no such problem. But with the JavaAPI it doesn’t work.
Maybe a problem with JDOM?
greetings,
Marko
#API-Management#Tamino#webMethods