03-08-06 01:47 AM
Well, there are a few options then,
1. You could have them send you all of the orders, and then you can use
xpath (http://www.w3schools.com/xpath/xpat...ons.asp#context) to grab
the last orderid from the message, and then create a call to the stored
procedure based on that value.
2. You could have them place the orderid in the data somewhere that you can
always go to and pull it out, but I think that is not an option, as your
earlier posts say that you don't have that kind of control over what is
coming in.
3. You could have a parallel action and get the "order" message and then a
subsequent message with some correllating id, and in the second message,
have variables that you need to use in your call to the stored proc.
(Correllate on the filename for example: Order01.File.xml and
Order01.Paramaters.xml)
I might be able to help you more if I knew more about your situation, send
me an email if you would like and I could get you a demo if needed.
Eric
http://stottcreations.com/blog
"anonymous" <anonymous@discussions.microsoft.com> wrote in message
news:F0186862-8990-4D81-AB87-6F6692E45CF4@microsoft.com...[vbcol=seagreen]
> Well that's what i am asking for,based on the solution we need to propose
> one.
>
> "Eric Stott" wrote:
>
[ Post a follow-up to this message ]
|