Hi,
I have done following steps in the process of publishing a document:
- I created a publishable document type through developer.
- I created a document reference to the publishable document type that I want to publish by declaring a document reference in the input signature of the publishing service.
- I assigned values to the fields in the document reference.
- Now docs tells me to invoke pub.publish:publish to publish the document. I need to use the Pipeline Editor to map the “document” I want to publish if I am creating flow service. I didn’t understand what it means. It also states that I should fill documentTypeName field with a string specifying the fully qualified name of the publisable document type that I want to publish . What does this mean ?? What does it mean by fully qualified name. For example I have created a publishable document by the name “testPub” under the folder “testPublication” which is under “testServices” package. What should I give ?? What are the parameters should I include when creating document ?? Do I need to create a variable of doc type as well ??
I would really appreciate if somebody can walk me through the steps of publishing a document through flow service. If somebody can send me or provide me a link from where I download a tutorial which walks me through publishing document, I would be really debted…
Thanks a lot for help.