Create Instance of Publishable Document Programmatically

Hi,

I know the full name of the Document Type. I would like to call a Java service passing it the document type and get an instance of the document back.

Is this possible?

Regards,
Sujoy

Why do you want to create it in Java? You can just use a map step to create it.

Using Java comes to my mind only if I need to publish from Java code (which I usually do not need to do inside IS), in this case you can use the Broker Java API (documented in x-x_Broker_Java_Client_Programmers_Guide.pdf and x-x_Broker_Java_Client_API_Reference).