Author |
Message |
Topic: custom messages for caller |
wmc27
Replies: 1 Views: 1233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 15, 2015 11:40 am Subject: custom messages for caller |
I'm hosting a web service and wanted to build my service user friendly and robust.
I've HTTP Input Node >>Compute node >>>>HTTP reply.
Where can define the basic validations o ... |
Topic: Multipe DFDL for File Input Node |
wmc27
Replies: 6 Views: 3428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 30, 2015 10:26 am Subject: Multipe DFDL for File Input Node |
smdavies99,timber...Thanks for your inputs.
I have the flexibility to ask the sender to write to same folder or different folder,Yes the file names are going to be different/unique.
I guess,I wi ... |
Topic: Multipe DFDL for File Input Node |
wmc27
Replies: 6 Views: 3428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 30, 2015 6:36 am Subject: Multipe DFDL for File Input Node |
all 4 DFDL are not that complex..That is the reason i wanted to have them in one single Interface.
1) Create one message flow..In the first compute node route the messages to sub flow and perform b ... |
Topic: Multipe DFDL for File Input Node |
wmc27
Replies: 6 Views: 3428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 29, 2015 3:06 pm Subject: Multipe DFDL for File Input Node |
I've a requirement to create 4 different Interface which are driven by the file name of different format/layout.
i WANT TO create 4 different DFDLs for each file format..Can I have only one FileInp ... |
Topic: DFDL Parser issue --->>>adding spaces |
wmc27
Replies: 4 Views: 4354
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 21, 2013 5:52 am Subject: DFDL Parser issue --->>>adding spaces |
How to insert the image to this thread,I have the DFDL properties screen shot and i would like to post that here,
Thx |
Topic: How to fix the DFDL schema |
wmc27
Replies: 5 Views: 2894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 21, 2013 5:38 am Subject: How to fix the DFDL schema |
kimbert,
Problem solved,
Its not an issue with the DFDL schema.RFHUtil has generated that information,
Thx all for you time. |
Topic: DFDL Parser issue --->>>adding spaces |
wmc27
Replies: 4 Views: 4354
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 20, 2013 9:21 pm Subject: DFDL Parser issue --->>>adding spaces |
Hello,
My ENV WMB 8.0.0.2
Flow -->MQI/P --->Compute >>>>MQO/P
SET OutputRoot.DFDL.xxxx.QTY='A';
In DFDL Schema the Length of QTY is 10,Output that i got from the above ES ... |
Topic: How to fix the DFDL schema |
wmc27
Replies: 5 Views: 2894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 20, 2013 7:53 pm Subject: How to fix the DFDL schema |
FIELD1 in input XML is SCP
field1 in your DFDL schema is QTY
i assume it is something to do with the DFDL Schema root tag as the root tag length is 8 digits
and 04500870 is 8 digits too... |
Topic: How to fix the DFDL schema |
wmc27
Replies: 5 Views: 2894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 20, 2013 7:34 pm Subject: How to fix the DFDL schema |
My environment WMB 8.0.0.2
I am converting XML to flat file,
i am constructing the flat file in ESQL
SET OutputRoot.DFDL.xxx.xxxxx.field1=COALESCE(inRef.FIELD1,' ');
SET OutputRoot.DFDL.xxx.xx ... |
Topic: Error while debugging the flow |
wmc27
Replies: 7 Views: 10104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2013 4:19 pm Subject: (Resolved) Error while debugging the flow |
issue resolved after deleting flows /redeploying the flows,DFDL schema
Thanks, |
Topic: Error while debugging the flow |
wmc27
Replies: 7 Views: 10104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2013 5:04 am Subject: Error while debugging the flow |
i am converting XML to Flat File using DFDL
SET OutputRoot.DFDL.DFDLSchema.FiledOne=COALESCE(InputRoot.XMLNSC.xxxx.FieldOne,''); |
Topic: Error while debugging the flow |
wmc27
Replies: 7 Views: 10104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2013 4:56 am Subject: Error while debugging the flow |
My input is XML,
MQInPut Node parser that i have selected is XMLNSC |
Topic: Error while debugging the flow |
wmc27
Replies: 7 Views: 10104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2013 4:28 am Subject: Error while debugging the flow |
i am using WMB 8.0.0.2 and i see this strange error message while debugging the flow,
My flow is a simple flow MQIN>>>compute>MQOP with error frame work.
"The PIF data could not ... |
Topic: Space function in ESQL |
wmc27
Replies: 12 Views: 11199
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 11:26 am Subject: Space function in ESQL |
padKind' is set to 'padChar', lengthKind is 'explicit' and
length is correctly set
all i am updating is the default value of DFDL schema. |
Topic: Space function in ESQL |
wmc27
Replies: 12 Views: 11199
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 6:49 am Subject: Space function in ESQL |
i am at version 8.0.0.2 and i am using DFDL,
i have imported the copy book,that created DFDL schema and i add fixed spaces for each field,remaining transformations i am doing in ESQL and passing ... |