|
Home > Archive > BizTalk Server General > November 2004 > Edit BTT files? Can it be done? Need to change XPath.
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 |
Edit BTT files? Can it be done? Need to change XPath.
|
|
| Filipe Pinto 2004-11-24, 5:52 pm |
| Hi,
I'm trying to get the BAM interceptor to get an item that can occur more
than once.
I can't change the orchestration and I can't at the 11th hour use BAM API.
I've looked to the BTT file and actually the XPath is one of the few things
that is in ASCII in the BTT file which a proprietary format. I was thinking
of editing it and see if I could "foul" the interceptor.
Have any of you encountered this issue before?
Thanks,
Filipe Pinto
| |
| Bryan Brouckaert 2004-11-24, 5:52 pm |
| Hello,
Yes I did, but I solved it with a sepecial BAM message type. I map my
normal message (different types actualy) to the BAM message type every time
I need BAM information. It works like a charm, and it keeps the code
readable and maintainable
Greetings,
Bryan.
"Filipe Pinto" <FilipePinto@discussions.microsoft.com> schreef in bericht
news:A8E4C209-FF0E-49DE-9273-6A351B0D2A57@microsoft.com...
Hi,
I'm trying to get the BAM interceptor to get an item that can occur more
than once.
I can't change the orchestration and I can't at the 11th hour use BAM API.
I've looked to the BTT file and actually the XPath is one of the few things
that is in ASCII in the BTT file which a proprietary format. I was thinking
of editing it and see if I could "foul" the interceptor.
Have any of you encountered this issue before?
Thanks,
Filipe Pinto
| |
| Filipe Pinto 2004-11-29, 5:51 pm |
| Brian,
Thank you for your reply.
That sounds like a good idea.
In other words, within the orchestration you have a transform shape
(probably a Map) that gathers all BAM info that you want to collect and then
you capture it from the TPE.
All your orchestrations have a BAM area? Is this your process?
Thanks,
Filipe
fpinto@sistmac.com
"Bryan Brouckaert" wrote:
> Hello,
>
> Yes I did, but I solved it with a sepecial BAM message type. I map my
> normal message (different types actualy) to the BAM message type every time
> I need BAM information. It works like a charm, and it keeps the code
> readable and maintainable
>
> Greetings,
> Bryan.
>
> "Filipe Pinto" <FilipePinto@discussions.microsoft.com> schreef in bericht
> news:A8E4C209-FF0E-49DE-9273-6A351B0D2A57@microsoft.com...
> Hi,
>
> I'm trying to get the BAM interceptor to get an item that can occur more
> than once.
>
> I can't change the orchestration and I can't at the 11th hour use BAM API.
>
> I've looked to the BTT file and actually the XPath is one of the few things
> that is in ASCII in the BTT file which a proprietary format. I was thinking
> of editing it and see if I could "foul" the interceptor.
>
> Have any of you encountered this issue before?
>
> Thanks,
>
> Filipe Pinto
>
>
>
|
|
|
|
|