Re: Biztalk Mesage Status
From: Matt Milner (matt.milner_at_m3technologypartners)
Date: 04/23/04
- Next message: Dave: "Error - Incomplete Content"
- Previous message: larry franks: "Re: BizTalk 2004 Disassembling Result Sets"
- In reply to: Laloo: "Biztalk Mesage Status"
- Next in thread: Laloo: "Re: Biztalk Mesage Status"
- Reply: Laloo: "Re: Biztalk Mesage Status"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Apr 2004 10:21:28 -0500
Receve the xml message
Have an orchestration that is subscribed (has a receive port for that
message type) to that message
In the orchestration map your xml to your flat file schema
Send the flat file (you can set a property on the port to make sure your
orchestration doesn't continue until the file is successfully sent.
Now create a port to SQL server and create the message to send.
Send a message to the SQL port.
This is probably the easiest way to accomplish what you are trying to do.
Matt
"Laloo" <anonymous@discussions.microsoft.com> wrote in message
news:415C0F2E-A9A8-48EA-9FA7-D4B56F8E3C57@microsoft.com...
> All
>
> I need a design help. I am sending a message through BTS 2004. It's work
is convert the input XML into a flat file. Once it is done and if the
conversion is successful, then I need to update a status field in my
application database with SUCCESS.
>
> I heard that I can write a web service which would listen for this message
in Tracking Database and if it is thru, then the web service can updates the
status.
>
> ALternate is once the sending/conversion of file is through, I can have a
SQL adapter by which I can achieve the same.
>
> My questions:
>
> 1. What should I do to implement approach 1.
>
> 2. Is approach 2 possible?
>
> Pls guide.
>
> Thanks in advance
- Next message: Dave: "Error - Incomplete Content"
- Previous message: larry franks: "Re: BizTalk 2004 Disassembling Result Sets"
- In reply to: Laloo: "Biztalk Mesage Status"
- Next in thread: Laloo: "Re: Biztalk Mesage Status"
- Reply: Laloo: "Re: Biztalk Mesage Status"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|