Hi Guys,

I do believe you would have interest to know on how to export a Picture, document or any binary files in Navision blob field into XML file. You would certainly crush into a dead end to assign the binary value into XML node value as Navision could only handle 1Kb of string. On top of that, binary data is a thing that XML cannot accept just like that. We should create a .Net COM wrapper to ease Navision limitation and do a little magic conversion so XML can contain the picture/document data.I am using Visual C # 2008 express editions and create a new class library projects. At first I will make sure I would have to use the functions library that contained in following namespaces

  1. System.Runtime.InteropServices;
  2. System.Runtime.InteropServices.ComTypes;
  3. Microsoft XML, v4.0 (COM dll)You can choose any version of MSXML COM component out from your PC and that is should be the version that you use in Navision.

Read the rest of this entry »

Hello everyone,Here I am back for the BizTalk receiving message via HTTPS protocols article. This article is the extension part from earlier post article which explain certificate and configuration of SSL with HTTP Adapter to send out the message. I hope you can get benefit by reading this article and understanding how to configure the SSL in BizTalk server with HTTP adapter. Read the rest of this entry »