Author |
Message |
Topic: Arabic Characters in ESQL |
umashankar2050
Replies: 7 Views: 7415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 07, 2015 4:22 am Subject: Arabic Characters in ESQL |
The same scenario is working in "Java Compute" Node.
But it is not working in ESQL compute node. |
Topic: Arabic Characters in ESQL |
umashankar2050
Replies: 7 Views: 7415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2015 9:57 pm Subject: Arabic Characters in ESQL |
Thanks for your reply.
I tried with this option also.
SET OutputProperties.CodedCharSetId = 1208;
SET OutputRoot.XMLNSC.ArabicString = 'مكتب مستش ... |
Topic: Arabic Characters in ESQL |
umashankar2050
Replies: 7 Views: 7415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 06, 2015 12:28 am Subject: Arabic Characters in ESQL |
Dear Friends,
I hard coded the arabic characters in esql as below.
SET OutputRoot.XMLNSC.ArabicString = CAST('مكتب مستشار ص ... |
Topic: Passing message from MQ output node to Soap Input node |
umashankar2050
Replies: 9 Views: 7743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 2:27 am Subject: Passing message from MQ output node to Soap Input node |
Hi Friends,
I have a scenario. I have an xml message in MQ Output node. I want to pass that message to SOAP input node as a request.
How it can be achievable, any other alternate option to do th ... |
Topic: MQMD.ApplIdentityData property |
umashankar2050
Replies: 8 Views: 6141
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 09, 2013 12:26 am Subject: MQMD.ApplIdentityData property |
I am not setting to local environment.
Just passing the ApplIdentityData value along with the message to the MQ output node. |
Topic: MQMD.ApplIdentityData property |
umashankar2050
Replies: 8 Views: 6141
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 08, 2013 11:22 pm Subject: MQMD.ApplIdentityData property |
SET OutputRoot.MQMD.ApplIdentityData = 'CSO012'; |
Topic: MQMD.ApplIdentityData property |
umashankar2050
Replies: 8 Views: 6141
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 08, 2013 9:31 pm Subject: MQMD.ApplIdentityData property |
I tried all the options in the "Message Context" of output node.
Nothing happens. When I saw the ApplIdentityData field in RFHUtil, it is still blank.
I was stuck with this issue for the ... |
Topic: MQMD.ApplIdentityData property |
umashankar2050
Replies: 8 Views: 6141
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 08, 2013 4:48 am Subject: MQMD.ApplIdentityData property |
Dear Friends,
I am using MQ V7 FP6.
I have set MQMD.ApplIdentityData property to a value in my ESQL code. But when this messages is passed to the output node, ApplIdentityData values is showing ... |