Author |
Message
|
cnurao_008 |
Posted: Wed Oct 28, 2009 2:38 am Post subject: New to WTX |
|
|
Apprentice
Joined: 25 Nov 2008 Posts: 30
|
Hello Guy's,
I have requirement to use the WTX maps in Message Broker.
I know how to use the WTX node in MB, But my requirement is , I need to call the map dynamically from ESQL.
Can anyone suggest me or provide some websites?
And Do we need to use WTX adapter to call those map. How we need to import and use in ESQL.
Please help me.javascript:emoticon(' ') |
|
Back to top |
|
 |
neeeelus |
Posted: Wed Oct 28, 2009 4:58 am Post subject: |
|
|
 Novice
Joined: 28 Jul 2008 Posts: 12
|
|
Back to top |
|
 |
cnurao_008 |
Posted: Wed Oct 28, 2009 10:27 pm Post subject: |
|
|
Apprentice
Joined: 25 Nov 2008 Posts: 30
|
Hi Neeelus,
I think Mr.ein has used WTX node . Here my requirement is , without wtx node i need call the map from esql. |
|
Back to top |
|
 |
kimbert |
Posted: Thu Oct 29, 2009 2:32 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
without wtx node i need call the map from esql |
You can't call a WTX map from ESQL ( or Java/PHP/Mapping node, for that matter ).
Message broker does not have a WTX domain/parser. It has a WTX node. If you want to call a WTX map, you have to use a WTX node. |
|
Back to top |
|
 |
Mercator |
Posted: Thu Oct 29, 2009 7:41 am Post subject: |
|
|
Apprentice
Joined: 21 Jul 2009 Posts: 34
|
cnurao_008 wrote: |
Hi Neeelus,
I think Mr.ein has used WTX node . Here my requirement is , without wtx node i need call the map from esql. |
The only way to do that is to use the WTX Java API. Create your Java class that calls WTX and then create an ESQL procedure that references it. |
|
Back to top |
|
 |
harish_td |
Posted: Sun Nov 01, 2009 8:33 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
cnurao_008 wrote: |
Here my requirement is , without wtx node i need call the map from esql. |
I am curious, Can you elaborate why you cannot use a WTX node?
If you can use a WTX Node, create a Trigger map. This WTX map could use the RUN function to call the map that you pass from your ESQL computation.
Just my 0.02$ |
|
Back to top |
|
 |
|