Ramesh,
I assume your Word/PDF document exists somewhere on the file system on the IS box. You will need to simply server the documents via HTTP and ensure the directory is accessible via HTTP. For example, to server a document called “test.doc”? on “IS/packages/myapp/docs”?, your HTTP address will be http://ishost:port/myapp/docs/test.doc.
As far as activating the documents with appropriate handler on the browser end, that’s something the user will have to setup. If you are “manually”? streaming the document, you will need to setup appropriate MIME type of the document you are returning in the HTTP response (but I think it’s something like “application/msword”? and “application/pdf”).
I hope this helps!
Hido
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB