|
Home > Archive > BizTalk Server General > June 2005 > How to publish message to MessageBoxDB from c# component
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 |
How to publish message to MessageBoxDB from c# component
|
|
| megala 2005-06-01, 5:52 pm |
| Hi
Is it possible to send an xml file programmatically to the Message Box
Database.
please provide some samples
Thanks
| |
| Yossi Dahan 2005-06-01, 5:52 pm |
| This should really be done by passing a message through a receive location.
Set up a receive port, use the adapter of you choice (for instance MSMQ or
SOAP - by publishing a web service)
and then deliver the message to that receive location.
the way to actually delivering the message depends on the adapter you chose
to use.
You may also look at the submit direct sample in the SDK although I
personally prefer the standard adapter approach better.
Yossi Dahan
"megala" <megala@discussions.microsoft.com> wrote in message
news:A54F4029-129C-4006-8B0B-CD070F0727C9@microsoft.com...
> Hi
> Is it possible to send an xml file programmatically to the Message Box
> Database.
> please provide some samples
>
> Thanks
>
| |
| megala 2005-06-02, 2:47 am |
| Thanks,
I want to send an xml file programmatically to the messagebox db from my
code.
Is it possible.
Is there any WMI script which would take an xml file as input and publishes
it directly to message box db.
"Yossi Dahan" wrote:
> This should really be done by passing a message through a receive location.
> Set up a receive port, use the adapter of you choice (for instance MSMQ or
> SOAP - by publishing a web service)
> and then deliver the message to that receive location.
> the way to actually delivering the message depends on the adapter you chose
> to use.
>
> You may also look at the submit direct sample in the SDK although I
> personally prefer the standard adapter approach better.
>
> Yossi Dahan
>
>
>
>
>
> "megala" <megala@discussions.microsoft.com> wrote in message
> news:A54F4029-129C-4006-8B0B-CD070F0727C9@microsoft.com...
>
>
>
| |
| Yossi Dahan 2005-06-02, 2:47 am |
| Megala,
I thought it was clear from my previous post (and apologize it was not) -
I don't think its possible, and you definitely should not, insert messages
directly into the messagbox.
this is what the receive port is all about - getting messages into BizTalk,
and it should not be skipped.
Yossi Dahan
"megala" <megala@discussions.microsoft.com> wrote in message
news:15858E8E-9013-456E-AD4F-3F72E28EF61D@microsoft.com...[vbcol=seagreen]
> Thanks,
> I want to send an xml file programmatically to the messagebox db from my
> code.
> Is it possible.
> Is there any WMI script which would take an xml file as input and
> publishes
> it directly to message box db.
>
> "Yossi Dahan" wrote:
>
|
|
|
|
|