Hi, I'm in trouble with AtomPub document creation. Can you describe me the
basic steps for creating a document?
This is my code
{code}
doc = connection.newDocument(entry.getTypeId(),parent);
doc.setName("Prova1");
doc.save();
{code}
is it wrong?Thanks Emanuele
