Hi Naresh,
First, make sure your document (myDoc) is publishable. The Publishable property for myDoc should be set to true.
Also, did you make sure your handling service (myFlowService) is using the fully qualified Namespace name for myDoc in your input? For example, let’s say your document “myDoc” is in the package/folder:
myPackage
myFolder
myDocs
In your handler service (myFlowService), select the Input/Output tab (Input) and click the New variable button. Add a Document Reference… and select your document myDocs in myPackage.myFolder.myDocs. Press the key to accept the name Untitled (Don’t name it yet). In the Properties window, highlight the value of the Document reference field. Use to copy this value. In the input pane, right click the myDoc document and choose Rename. Use to paste in the fully qualified name myPackage.myFolder.myDocs:myDoc
Press .
So if the name of your referenced document on the input tab is:
myDoc
instead of:
myPackage.myFolder.myDocs:myDoc
…then make the change and try again.
If this is not clear, go back to your Developer training guides (instructions and exercises).
Hopfully this helps.
Regards,
Wayne
#webMethods-General#Integration-Server-and-ESB#webMethods