BizTalk Server Orchestration - Ftp and decryption

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > December 2004 > Ftp and decryption





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Ftp and decryption
BenW

2004-07-13, 8:47 pm

The files we currently exchange with business partners are encrypted with public private keys. The encryption is performed from the command line in a batch script. What would be the best way to perform this in BizTalk?


--
BenW MCAD
Christof [MVP]

2004-07-13, 8:47 pm

BizTalk Server supports encryption in the pipeline architecture. It depends
on your needs wether this would fit.

Regards,
--
Christof [Microsoft BizTalk Server MVP]

"BenW" <BenW@discussions.microsoft.com> wrote in message
news:6F084ECA-F8F4-4C5A-B745-95ECBF6F14B9@microsoft.com...
> The files we currently exchange with business partners are encrypted with

public private keys. The encryption is performed from the command line in a
batch script. What would be the best way to perform this in BizTalk?
>
>
> --
> BenW MCAD



Gilles [MSFT]

2004-07-13, 8:47 pm

Hello,

>The files we currently exchange with business partners are encrypted with public private keys.
>The encryption is performed from the command line in a batch script. What would be the best way to perform this in BizTalk?


The best way would be to write a custom pipeline decode (and encode if needed) component.
Once this is done, create a new pipeline, add this component at decode stage. You can then associate this pipeline with the receive
location (or send port). As soon as a message is received (or sent), it will then be decoded.

A sample of custom component is in the SDK: FisMsg. You can also visit my gallery of custom pipeline components at

http://weblogs.asp.net/gzunino/cate...7.aspx?Show=All

Thanks.
-Gilles.

BenW

2004-07-13, 8:47 pm

Giles thank you. The custom pipline decode, presumably I write this in C# implementing some interface...?
--
BenW MCAD


"Gilles [MSFT]" wrote:

> Hello,
>
>
> The best way would be to write a custom pipeline decode (and encode if needed) component.
> Once this is done, create a new pipeline, add this component at decode stage. You can then associate this pipeline with the receive
> location (or send port). As soon as a message is received (or sent), it will then be decoded.
>
> A sample of custom component is in the SDK: FisMsg. You can also visit my gallery of custom pipeline components at
>
> http://weblogs.asp.net/gzunino/cate...7.aspx?Show=All
>
> Thanks.
> -Gilles.
>
>

Gilles [MSFT]

2004-07-14, 2:46 am

Hello,

>Giles thank you. The custom pipline decode, presumably I write this in C# implementing some interface...?


[...]

Yes, indeed. This url has some example on this (custom pipeline) http://weblogs.asp.net/gzunino/cate...7.aspx?Show=All
You can also start from "FixMsg" in <biztalk installtion folder> \SDk\Samples\Pipeline\CustomComponent\Fi
xMsg
Also, the documentation is here: http://msdn.microsoft.com/library/e....asp?frame=true

Thanks.
-Gilles.

slavko

2004-12-03, 5:50 pm

Hi Ben,
have you implemented this. I have to do the same.
Could you please provide an example
Thank you

"Gilles [MSFT]" wrote:

> Hello,
>
>
> [...]
>
> Yes, indeed. This url has some example on this (custom pipeline) http://weblogs.asp.net/gzunino/cate...7.aspx?Show=All
> You can also start from "FixMsg" in <biztalk installtion folder> \SDk\Samples\Pipeline\CustomComponent\Fi
xMsg
> Also, the documentation is here: http://msdn.microsoft.com/library/e....asp?frame=true
>
> Thanks.
> -Gilles.
>
>

Bob Corcoran

2004-12-15, 6:27 pm

We also exchange encrypted documents with business partners using public
private keys. Has anybody written a commercial component to address this
common issue?

"BenW" wrote:

> The files we currently exchange with business partners are encrypted with public private keys. The encryption is performed from the command line in a batch script. What would be the best way to perform this in BizTalk?
>
>
> --
> BenW MCAD

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com