| Author |
Passing a parameter into a Map from Orchestration?
|
|
| Matt Cable 2004-05-05, 7:37 pm |
| Is is possible to pass a parameter to a Map? One can pass parameters into
XSLT. But is it possible to pass a value into a Map from Orchestration?
Thanks,
Matt
| |
| Pieter van der Merwe 2004-05-05, 8:36 pm |
| The only trick that I have found is to promote a property and then assign
the promoted property after the mapping process.
"Matt Cable" <mcable@nospam.quilogy.com> wrote in message
news:OVf6TcvMEHA.3596@tk2msftngp13.phx.gbl...
> Is is possible to pass a parameter to a Map? One can pass parameters into
> XSLT. But is it possible to pass a value into a Map from Orchestration?
>
> Thanks,
> Matt
>
>
| |
| Matt Cable 2004-05-06, 2:36 am |
| My problem with that is my value has to be used in a field on every record
in the message -- It's a batch number generated in Orchestration for a
subset of the records in the source document. So I can't use a promoted
property (more than one instance of the field).
"Pieter van der Merwe" <junkmail@hotmail.com> wrote in message
news:ehqbqvvMEHA.2736@TK2MSFTNGP11.phx.gbl...
> The only trick that I have found is to promote a property and then assign
> the promoted property after the mapping process.
>
> "Matt Cable" <mcable@nospam.quilogy.com> wrote in message
> news:OVf6TcvMEHA.3596@tk2msftngp13.phx.gbl...
into[vbcol=seagreen]
>
>
| |
| Scott Colestock 2004-05-06, 9:46 am |
| Could you consider representing your parameter as a
document with schema that can be assigned to a message -
which in turn could be an additional input into the map?
The mapper should represent your original schema and this
new schema in a combined form on the left-hand side.
Scott Colestock
>-----Original Message-----
>My problem with that is my value has to be used in a
field on every record
>in the message -- It's a batch number generated in
Orchestration for a
>subset of the records in the source document. So I
can't use a promoted
>property (more than one instance of the field).
>
>"Pieter van der Merwe" <junkmail@hotmail.com> wrote in
message
>news:ehqbqvvMEHA.2736@TK2MSFTNGP11.phx.gbl...
property and then assign[vbcol=seagreen]
message[vbcol=seagreen]
can pass parameters[vbcol=seagreen]
>into
from Orchestration?[vbcol=seagreen]
>
>
>.
>
| |
|
| How do you assign the promoted property after the mapping process? I tried to put a message assignment after a message transformation but it will not build after i do this...
Maybe you know a better way design my orchestration (biztalk 2004)
i receive a message from MSMQT Schema based with 3 elements.
I consume a webservice and only send one of the three elements
I receive a response and i want to attach the original two elements to the response from the webservice.
I use a transfrom shape to map to a new schema........but i cant get my two original values into the new message.
any ideas?
thanks
KIM
----- Pieter van der Merwe wrote: -----
The only trick that I have found is to promote a property and then assign
the promoted property after the mapping process.
"Matt Cable" <mcable@nospam.quilogy.com> wrote in message
news:OVf6TcvMEHA.3596@tk2msftngp13.phx.gbl...[vbcol=seagreen]
> Is is possible to pass a parameter to a Map? One can pass parameters into
> XSLT. But is it possible to pass a value into a Map from Orchestration?
> Matt
|
|
|
|