Author |
Message |
Topic: Publishing by Adding MQRFH2 Header-Problem |
6FA
Replies: 13 Views: 20333
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 04, 2016 3:24 am Subject: Re: Publishing by Adding MQRFH2 Header-Problem |
Try by commenting Encoding, NameValueCCSID lines
Thanks  |
Topic: Publish Subscribe with Java Compute |
6FA
Replies: 0 Views: 1504
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 27, 2016 9:12 pm Subject: Publish Subscribe with Java Compute |
Hello Guys,
I wanted to publish 1 msg to a topic by giving the topic name to "RFH2Header for Publish" in Run time.
How can I code it in Java Compute.
Plz advise..
Thanks  |
Topic: SOAP Response |
6FA
Replies: 1 Views: 1609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 11, 2016 12:24 am Subject: SOAP Response |
Hi Guys,
I have a flow like this.
SOAP INPUT -> SOAP EXTRACT -> Mapping(To get the response fields) -> SOAP REPLY
If any schema validation occurs in SOAP INPUT node it going through ... |
Topic: DFDL conversion from XML to CSV |
6FA
Replies: 7 Views: 4234
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 08, 2016 9:42 pm Subject: DFDL conversion from XML to CSV |
Hi Guys,
I'm converting XML message to CSV format using DFDL. But at each end of the line I'm getting the value within double qoutes(").
I'm getting CSV as below
20150506,D,2,STK,"512 ... |
Topic: SOAP Decimal output |
6FA
Replies: 10 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 04, 2016 7:05 am Subject: SOAP Decimal output |
Hi Timber,
Set the Number Pattern property to #0.00
Thank you. It is working.
Actually This morning I tried this also, but in message tree it didn't showed as 16.60, It showed as 16.6
Now I ch ... |
Topic: SOAP Decimal output |
6FA
Replies: 10 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 04, 2016 5:30 am Subject: SOAP Decimal output |
Hi...,
That's the wrong way to resolve it. DFDL has a template for this, use it!
How can I do it with DFDL?
can you suggest me the scenario. |
Topic: SOAP Decimal output |
6FA
Replies: 10 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 04, 2016 12:27 am Subject: SOAP Decimal output |
Hi simbu,
Thanks for the help.
I resolved it by adding ".00" to the input value  |
Topic: SOAP Decimal output |
6FA
Replies: 10 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 03, 2016 10:42 pm Subject: SOAP Decimal output |
Hi Simbu,
1. I'm using IIB 9.0.0.3
2. I'm using DFDL |
Topic: SOAP Decimal output |
6FA
Replies: 10 Views: 6761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 03, 2016 9:35 pm Subject: SOAP Decimal output |
Hi guys,
I have an input XML value like 16.60. After passing it through SOAP request I'm getting this value as 16.6.
But my output should be 16.60.
How I cal get it?
I'm converting this XML to ... |
Topic: CSV to XML Conversion |
6FA
Replies: 3 Views: 2746
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2016 3:29 am Subject: CSV to XML Conversion |
Hi Guys,
I want to do CSV to XML conversion using Mapping node. Here my requirement is 2 input fields should map to only one output field.
How can I achieve this?
I have a CSV message as below. ... |
Topic: Parsing |
6FA
Replies: 5 Views: 3391
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 09, 2016 5:24 am Subject: Parsing |
Hi
My question is what are these values
1. X'2C2D'
2. X'2C'
In the code it is converting DFDL msg to BLOB and something it replacing. "What is replacing with what"?
I searched i ... |
Topic: Parsing |
6FA
Replies: 5 Views: 3391
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 09, 2016 4:11 am Subject: Parsing |
Hi Guys,
Could someone plz let me know what are the below values?
1. X'2C2D'
2. X'2C'
Actually I have some esql code as below
BEGIN
DECLARE msgBlob BLOB ;
SET msgBlob = ASBITSTREAM( ... |
Topic: How to assign empty value using mapping node? |
6FA
Replies: 11 Views: 7388
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 27, 2016 1:19 am Subject: How to assign empty value using mapping node? |
Hi Timber,
Thank you very much. Its working.
Here's what you need to do:
- Open the DFDL editor
- Find the element that represents the 'name' in the output CSV.
- Click on the sequence gro ... |
Topic: How to assign empty value using mapping node? |
6FA
Replies: 11 Views: 7388
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 25, 2016 7:16 am Subject: How to assign empty value using mapping node? |
So you want the XML value to be copied to the output. Have you tried the simple solution - just wiring the input element to the output element? If so, what happened?
If I did like this Nothing coming ... |
Topic: How to assign empty value using mapping node? |
6FA
Replies: 11 Views: 7388
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 25, 2016 5:36 am Subject: How to assign empty value using mapping node? |
No.
I tried looking into the possible functions in mapping node. But I didn't get anything.
Thanks  |