Author |
Message |
Topic: Issue with WTX Map node |
aaron_blade
Replies: 4 Views: 3522
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 04, 2010 9:04 am Subject: Issue with WTX Map node |
Could you explain me wat you are trying to do and what is stopping you? |
Topic: Generating output xml with namespace prefix in WTX |
aaron_blade
Replies: 2 Views: 2559
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 27, 2010 7:08 pm Subject: Generating output xml with namespace prefix in WTX |
How can we generate output xml with namespace prefix for each element in WTX.
In type tree we have defined elementFormDefault="qualified".
Is there any setting which genertes this?
An ... |
Topic: Performance Tuning in WTX |
aaron_blade
Replies: 5 Views: 6779
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 27, 2010 4:03 pm Subject: Difference between using Xerces parser and Classic parser |
What is the difference between using the Xerces parser and Classic parser for Validation while generating a type tree from XML Schema? Does it have any impact on the map? |
Topic: Performance Tuning in WTX |
aaron_blade
Replies: 5 Views: 6779
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 10, 2010 1:20 pm Subject: Performance Tuning in WTX |
Is using REFORMAT function similar to functional map when the input Gorup is to be mapped Output group? and which one is suggested and why? |
Topic: Performance Tuning in WTX |
aaron_blade
Replies: 5 Views: 6779
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 08, 2010 1:22 pm Subject: Performance Tuning in WTX |
Hi,
Can any one let me know if we can do performance tuning or optimization of maps in WTX?
Thanks,
Aaron. |
Topic: WTX - CAn we add leading zeros for an interger value in XML? |
aaron_blade
Replies: 1 Views: 4242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 23, 2010 3:03 pm Subject: WTX - CAn we add leading zeros for an interger value in XML? |
Hi Guys,
I found the answer.
you need to mention padding in WTX type tree and initiator and terminator need to be specified forr padding to take place.
-Thanks,
AAron.. |
Topic: WTX - CAn we add leading zeros for an interger value in XML? |
aaron_blade
Replies: 1 Views: 4242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 21, 2010 5:22 pm Subject: WTX - CAn we add leading zeros for an interger value in XML? |
Hi,
Can we add leading zeros for an integer value in an XML?
I am using doing a WTX map, in which i am converting a string value to integer value using TEXTTONUMBER() function.
Requirement is ... |
Topic: Message not failing.. help!!! |
aaron_blade
Replies: 3 Views: 2270
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2010 5:40 pm Subject: Message not failing.. help!!! |
My Apologies...
I am using WTX for map development.
IT is returning NULL...
but my question is why is it not failing? |
Topic: Message not failing.. help!!! |
aaron_blade
Replies: 3 Views: 2270
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2010 3:15 pm Subject: Message not failing.. help!!! |
Hi,
I have a map where i am typecasting a string to an integer for an attribute.
I used TEXTTOINTEGER function to do the same.
I have a question here, when I give some numeric value say 123 ... |
Topic: Using .mxsd in WTX for Type Tree creation |
aaron_blade
Replies: 4 Views: 5881
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 02, 2010 7:21 pm Subject: Using .mxsd in WTX for Type Tree creation |
When the message comes to WTX it is in XML format.
.mxsd file is formed when WMB uses SAP Adapter and imports the IDoc into WMB.
Thing is WMB is done by a different team and we are taking care o ... |
Topic: Using .mxsd in WTX for Type Tree creation |
aaron_blade
Replies: 4 Views: 5881
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 02, 2010 4:00 pm Subject: Using .mxsd in WTX for Type Tree creation |
Hi,
We are trying to integrate SAP with legecy systems. We are using WMB for routing and WTX for mapping purposes.
WMB is using SAP adapter to connect to SAP and giving IDoc structure in format ... |
Topic: Special Character Issue - ccsid 819 |
aaron_blade
Replies: 4 Views: 5478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 22, 2010 12:06 pm Subject: Special Character Issue - ccsid 819 |
encoding="ISO-8859-1"
Using this encoding Iam able to open this XML. Could you help me out how can I implement using ESQL.
I am using this piece of code fo embedd DB value of '-WM –O ... |
Topic: Special Character Issue - ccsid 819 |
aaron_blade
Replies: 4 Views: 5478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 22, 2010 11:43 am Subject: Special Character Issue - ccsid 819 |
I am pulling some vlaues from Data base and embedding those values into XML, then sending XML to WTX map for transformation.
Issue is..
I am getting vlaue from DB and embedding the same into XM ... |
Topic: Special Character Issue - ccsid 819 |
aaron_blade
Replies: 4 Views: 5478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 22, 2010 11:12 am Subject: Special Character Issue - ccsid 819 |
Hi,
I an XML message I am getting a special character from DB. The returned value is '-WM –OE1' but while placing with in XML speacial character issue is occuring. Below is the special character. ... |
Topic: Assigning XML mesage to Character |
aaron_blade
Replies: 6 Views: 5687
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 22, 2010 11:08 am Subject: Assigning XML mesage to Character |
Thanks Knight!!
It Worked. |