|
Home > Archive > BizTalk Server General > August 2005 > Send Port subscribing to another sendport
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 |
Send Port subscribing to another sendport
|
|
|
| Hi All,
Is there a way I can subscribe to a sendport. It might sound weird but I
want to encrypt output of a HIPAA_EDI sendport. I dont want to create a new
receive port for that purpose if there is way to achieve this.
I wrote a custom pipeline component to encrypt HIPAA message but HIPAA_EDI
adapter wont let me do that. So I have another receive port - sendport
combination to do that. Now I am wondering whether I can eliminate receive
port altogether
Thank you.
| |
| Marvin Smit 2005-08-30, 8:02 am |
| Hi,
have you considered making to send ports and grouping them in a "Send
port group"?
Hope this helps,
Marvin Smit.
On Mon, 29 Aug 2005 17:14:02 -0400, "EAI" <EAI@EAI.com> wrote:
>Hi All,
>
>Is there a way I can subscribe to a sendport. It might sound weird but I
>want to encrypt output of a HIPAA_EDI sendport. I dont want to create a new
>receive port for that purpose if there is way to achieve this.
>
>I wrote a custom pipeline component to encrypt HIPAA message but HIPAA_EDI
>adapter wont let me do that. So I have another receive port - sendport
>combination to do that. Now I am wondering whether I can eliminate receive
>port altogether
>
>Thank you.
>
| |
|
| Marvin,
I need the output of one sendport to be the input of the other sendport. So
Send port group doesn;t work here.
Thanks!
"Marvin Smit" <marvin.smit@gmail.com> wrote in message
news:ncb8h1hg7ft1kjt7301mhkvghrm0eldgis@
4ax.com...
> Hi,
>
> have you considered making to send ports and grouping them in a "Send
> port group"?
>
> Hope this helps,
>
> Marvin Smit.
>
> On Mon, 29 Aug 2005 17:14:02 -0400, "EAI" <EAI@EAI.com> wrote:
>
>
| |
| Marvin Smit 2005-08-30, 5:58 pm |
| Hi,
What does 1 sendport change in the message that wouldn't happen when
using 2 ports doing that? Or is it that you need serial functionality
in both sendports? (ordering of sendports matter?)
Marvin Smit.
On Tue, 30 Aug 2005 09:21:49 -0400, "EAI" <EAI@EAI.com> wrote:
>Marvin,
>
>I need the output of one sendport to be the input of the other sendport. So
>Send port group doesn;t work here.
>
>Thanks!
>
>"Marvin Smit" <marvin.smit@gmail.com> wrote in message
> news:ncb8h1hg7ft1kjt7301mhkvghrm0eldgis@
4ax.com...
>
| |
|
| The way HIPAA_EDI adapter works, it needs default pass through pipeline. I
want to Encrypt the output from that HIPAA_EDI send port. Instead of
creating a receiveport-sendport pair again. I was wondering whether there is
a way to subscribe to send port.
Thanks
"Marvin Smit" <marvin.smit@gmail.com> wrote in message
news:elo8h1te7a3aqhkse0eqg21ofnth4790lp@
4ax.com...
> Hi,
>
> What does 1 sendport change in the message that wouldn't happen when
> using 2 ports doing that? Or is it that you need serial functionality
> in both sendports? (ordering of sendports matter?)
>
> Marvin Smit.
>
> On Tue, 30 Aug 2005 09:21:49 -0400, "EAI" <EAI@EAI.com> wrote:
>
>
| |
| Marvin Smit 2005-08-30, 5:58 pm |
| Hi,
If your also 'fixed' by the pipeline to use, i'm afraid we're running
out of options.
One last thought (requires code): Encapsulate the adapter in an own
version, add the encryption, and use a sendpoint group.
Marvin Smit.
On Tue, 30 Aug 2005 10:03:17 -0400, "EAI" <EAI@EAI.com> wrote:
>The way HIPAA_EDI adapter works, it needs default pass through pipeline. I
>want to Encrypt the output from that HIPAA_EDI send port. Instead of
>creating a receiveport-sendport pair again. I was wondering whether there is
>a way to subscribe to send port.
>
>Thanks
>
>
>"Marvin Smit" <marvin.smit@gmail.com> wrote in message
> news:elo8h1te7a3aqhkse0eqg21ofnth4790lp@
4ax.com...
>
| |
|
| Thanks Marvin!
"Marvin Smit" <marvin.smit@gmail.com> wrote in message
news:31s8h1peekgem7kd21srmmvsi04cb3nbcr@
4ax.com...
> Hi,
>
> If your also 'fixed' by the pipeline to use, i'm afraid we're running
> out of options.
>
> One last thought (requires code): Encapsulate the adapter in an own
> version, add the encryption, and use a sendpoint group.
>
> Marvin Smit.
>
> On Tue, 30 Aug 2005 10:03:17 -0400, "EAI" <EAI@EAI.com> wrote:
>
>
| |
| Matt Milner 2005-08-31, 5:58 pm |
| Most send adapters do not publish any messages when they send them, thus
there is no way to subscribe to these messages (solicit response adapters do
publish, but they publish response messages only). You are doing it
correctly with a receive and another send to encrypt.
Matt
"EAI" <EAI@EAI.com> wrote in message
news:ufbxV6NrFHA.3604@tk2msftngp13.phx.gbl...
> Hi All,
>
> Is there a way I can subscribe to a sendport. It might sound weird but I
> want to encrypt output of a HIPAA_EDI sendport. I dont want to create a
> new receive port for that purpose if there is way to achieve this.
>
> I wrote a custom pipeline component to encrypt HIPAA message but HIPAA_EDI
> adapter wont let me do that. So I have another receive port - sendport
> combination to do that. Now I am wondering whether I can eliminate receive
> port altogether
>
> Thank you.
>
|
|
|
|
|