Author |
Message |
Topic: Validation in MQInput Node |
bshankar
Replies: 2 Views: 3293
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 30, 2008 4:23 am Subject: Validation in MQInput Node |
Hi All,
I am using wmb6.1 and i'm developping a message flow project. I am using messageset (xmlnsc domain) for validating the xml. and validation will happen in Mqinput node itself.
my p ... |
Topic: How to read a file from esql |
bshankar
Replies: 17 Views: 11209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 29, 2008 1:32 am Subject: How to read a file from esql |
zpat,
I am not getting ur suggestion may be this is because of i'm new to WMB. are you asking me to read the file content from fileinput node and store it in database?
If so i have following pro ... |
Topic: How to read a file from esql |
bshankar
Replies: 17 Views: 11209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 29, 2008 1:09 am Subject: How to read a file from esql |
I'll tell you my actual problem..
I am validating xml using message set it is validation properly and i need to take care of the validations which are not defined in the xsd.
one of the validat ... |
Topic: How to read a file from esql |
bshankar
Replies: 17 Views: 11209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 28, 2008 3:07 am Subject: How to read a file from esql |
I tried using Inputfile node just now. i'm not knowing how to get the message sending by fileinput node in compute node.
i connected my flow like this
fileinput-----compute-----mqoutput
mqinpu ... |
Topic: How to read a file from esql |
bshankar
Replies: 17 Views: 11209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 28, 2008 1:51 am Subject: How to read a file from esql |
it is not even printing system.out.println stmt.
i have tried like this also
System.out.println("bhargav"); |
Topic: How to read a file from esql |
bshankar
Replies: 17 Views: 11209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 28, 2008 1:50 am Subject: How to read a file from esql |
String str = assembly.toString();
System.out.println(str); |
Topic: How to read a file from esql |
bshankar
Replies: 17 Views: 11209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 28, 2008 1:35 am Subject: How to read a file from esql |
I have tried using javacompute node . wmb is creating some tamplate code called evaluate method. i have written some code as part of that method. but it is not executing the java code and just skippin ... |
Topic: How to read a file from esql |
bshankar
Replies: 17 Views: 11209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 28, 2008 1:13 am Subject: How to read a file from esql |
Hi friends,
I am using WMB6.1 and I am using message set to take care of validations what ever i have specified in the xsd. but i need to take care of some more validations like reading a file a ... |
Topic: [solved]:Validating xml in filter node |
bshankar
Replies: 12 Views: 7136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 24, 2008 9:46 pm Subject: [solved]:Validating xml in filter node |
Kimbeart,
It is working fine with xmlnsc domain. but the thing is, it is not validating some validations like i have provided restriction tag in the xsd. in that i have metioned some value ... |
Topic: [solved]:Validating xml in filter node |
bshankar
Replies: 12 Views: 7136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 23, 2008 8:06 am Subject: [solved]:Validating xml in filter node |
hi kimbart
Thanks for your advice.. I'l follow the same. and I'll let you know if get any problem in validating the xml. |
Topic: [solved]:Validating xml in filter node |
bshankar
Replies: 12 Views: 7136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 23, 2008 4:54 am Subject: [solved]:Validating xml in filter node |
i tried out validating xml using message set with the domain mrm. but it is not validating properly it is sending the message to failure node eventhough i'm sending the valid xml.
i fed up with tha ... |
Topic: [solved]:Validating xml in filter node |
bshankar
Replies: 12 Views: 7136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 23, 2008 4:24 am Subject: [solved]:Validating xml in filter node |
Hi Padawan
1. i am using wmb6.1
2. i am using xmlnsc domain
3. I am checking wether the input xml is well formed or not in input node itself
4. and i'm using filter node for validati ... |
Topic: [solved]:Validating xml in filter node |
bshankar
Replies: 12 Views: 7136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 23, 2008 1:33 am Subject: [solved]:Validating xml in filter node |
YES, i have to do some validations at the element value level, and i'm new to the message broker. i have somany confusions in using message set and mrm domains. thats the reason why i have choosen thi ... |
Topic: [solved]:Validating xml in filter node |
bshankar
Replies: 12 Views: 7136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 23, 2008 1:11 am Subject: [solved]:Validating xml in filter node |
I have to perform more validations on the element values
i thought it is the easiest way. instead of creating another message set project and using message defintion files i am using filter node to ... |
Topic: [solved]:Validating xml in filter node |
bshankar
Replies: 12 Views: 7136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 22, 2008 11:14 pm Subject: [solved]:Validating xml in filter node |
Hai friends,
I am using filter node to validate my xml.. i am wring the validation conditions.
In one of the conditions i have to check whether the xml element is integer or not. can any body t ... |