Author |
Message |
Topic: Inclusion of IIB Features in IBM BPM |
mbmqusr
Replies: 2 Views: 6321
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 23, 2014 4:15 pm Subject: Inclusion of IIB Features in IBM BPM |
Dear Experts
I understand that
1. No new versions of the WESB product is going to come out. Going ahead, only fixpacks.
2. Sunset date of Apr 2018, has been decided for WESB
In light of these d ... |
Topic: How to define Unordered List in DFDL |
mbmqusr
Replies: 2 Views: 2821
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2013 10:38 am Subject: How to define Unordered List in DFDL |
Hi
I want to understand if we can define XML schemas to use an unordered list having elements with multiple occurences in Message Broker 8.0.0.2
I am of the impression that Broker only supports XM ... |
Topic: [SOLVED] Using ASBITSTREAM with DFDL parsers |
mbmqusr
Replies: 11 Views: 15810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2013 10:04 am Subject: [SOLVED] Using ASBITSTREAM with DFDL parsers |
Solved, Finally. This is what I did
I created another DFDL Global Element called SUBTREE
And then this works
DECLARE parseOptions INTEGER BITOR(ValidateContentAndValue, ValidateException ... |
Topic: [SOLVED] Using ASBITSTREAM with DFDL parsers |
mbmqusr
Replies: 11 Views: 15810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2013 9:05 am Subject: [SOLVED] Using ASBITSTREAM with DFDL parsers |
Sorry, I think I am not getting it
I tried following what you said Kimbert. Looks like I was not able to, thats why I still have a problem.
CREATE LASTCHILD OF Environment.Variables
DO ... |
Topic: [SOLVED] Using ASBITSTREAM with DFDL parsers |
mbmqusr
Replies: 11 Views: 15810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2013 3:52 pm Subject: [SOLVED] Using ASBITSTREAM with DFDL parsers |
I am trying to create the DFDL domain in local environment or in environment. Both fails
CREATE LASTCHILD OF Environment.Variables
DOMAIN('DFDL')
PARSE (ASBITSTREAM(InputRo ... |
Topic: [SOLVED] Using ASBITSTREAM with DFDL parsers |
mbmqusr
Replies: 11 Views: 15810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2013 3:17 pm Subject: [SOLVED] Using ASBITSTREAM with DFDL parsers |
Thank You again Kimbert
Did you mean Environment or LocalEnvironment? |
Topic: [SOLVED] Using ASBITSTREAM with DFDL parsers |
mbmqusr
Replies: 11 Views: 15810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2013 2:57 pm Subject: [SOLVED] Using ASBITSTREAM with DFDL parsers |
Got it. You may have meant meant a DFDL structure in the localenvironment using CREATE... PARSE
Let me try that |
Topic: [SOLVED] Using ASBITSTREAM with DFDL parsers |
mbmqusr
Replies: 11 Views: 15810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2013 2:51 pm Subject: [SOLVED] Using ASBITSTREAM with DFDL parsers |
Thank You Kimbert
I didn't understand about local environment.
But, i tried doing this with no sucess.
DECLARE vchar CHARACTER;
SET Environment.DFDL.SUBTREE = ... |
Topic: [SOLVED] Using ASBITSTREAM with DFDL parsers |
mbmqusr
Replies: 11 Views: 15810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2013 2:29 pm Subject: [SOLVED] Using ASBITSTREAM with DFDL parsers |
Dear All
I am facing a problem. If you can please advise. This is the code below.
I am using WMB V8.0.02
DECLARE vchar CHARACTER;
SET vchar = CAST(ASBITSTREAM(InputRoot.D ... |