Answered by:
Word Document report

Question
-
Good Day,
I am recently required to develop a process to generate word document report, anyone with ideas how to accomplish such a complex task their help will be appreciated. it will be great to get a step by step guide for producing a word document in BizTalk.
Kind Regards,
SibuTuesday, December 8, 2015 1:55 PM
Answers
-
Refer to https://msdn.microsoft.com/en-us/library/office/cc850833.aspx on various How To articles pertaining to using the OpenXML SDK 2.5 for purposes of Word Processing. Look up specifically https://msdn.microsoft.com/en-us/library/office/ff478190.aspx on how to create a word document using a filename.
Also look at a (slightly dated) blog at http://www.modhul.com/2008/01/generating-microsoft-word-documents-natively-using-biztalk-2006/ where the author has provided a working code of the pipeline component itself for you to peruse and adapt with the later versions of the OpenXML SDK.
Regards.
Wednesday, December 9, 2015 5:40 AM
All replies
-
Hi Sibu,
Are you looking for specific topics for a word document? Is for a design or deployment of an environment. Anyways on the TechNet Wiki you can find the following that can guide you to build strong BizTalk documentation:
- BizTalk Server Documentation
- Using Visio 2010 BPMN to Design, Model and Document BizTalk Solutions
- Recommendations for Installing, Sizing, Deploying, and Maintaining a BizTalk Server Solution
HTH,
Steef-Jan Wiggers
Microsoft Integration MVP
http://soa-thoughts.blogspot.com/
If this answers your question please mark it accordinglyBizTalk
Tuesday, December 8, 2015 2:28 PMModerator -
Hi Sibu ,
If you are working with Application design documentation then BizTalk Documenter available over codeplex can help you out .
Link for BizTalk Documenter :https://biztalk2013documenter.codeplex.com/
Another option is to use BHM (BizTalk Health Monitoring tool ) which you can also use for your documentation purpose
Download link :https://www.microsoft.com/en-us/download/details.aspx?id=43716
both the above tools will give you automated document . If you still want to create further documentation then I would suggest to use BizTalk 2013 Visio Stencils updated at gallery https://gallery.technet.microsoft.com/Collection-of-Visio-2013-0283d5f4
Thanks
AbhishekIf this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply
Tuesday, December 8, 2015 5:45 PM -
Hi,
Maybe my question as not clear, I need do develop a pipeline to generate a .docx.
I read of OpenXML but I am not sure how it works for a word document.
Wednesday, December 9, 2015 4:59 AM -
Hi,
Maybe my question as not clear, I need do develop a pipeline to generate a .docx.
I read of OpenXML but I am not sure how it works for a word document.
Wednesday, December 9, 2015 4:59 AM -
Refer to https://msdn.microsoft.com/en-us/library/office/cc850833.aspx on various How To articles pertaining to using the OpenXML SDK 2.5 for purposes of Word Processing. Look up specifically https://msdn.microsoft.com/en-us/library/office/ff478190.aspx on how to create a word document using a filename.
Also look at a (slightly dated) blog at http://www.modhul.com/2008/01/generating-microsoft-word-documents-natively-using-biztalk-2006/ where the author has provided a working code of the pipeline component itself for you to peruse and adapt with the later versions of the OpenXML SDK.
Regards.
Wednesday, December 9, 2015 5:40 AM -
You can have a look into below article it gives step by step guide to produce word document.
Generate Microsoft Word docx Documents in Biztalk
Hope this helps.
Thanks,
Prashant
My BizTalk Blog
-------------------------------------------------------------------------
Please mark this post accordingly if it answers your query or is helpful.Wednesday, December 9, 2015 6:35 AM