Author |
Message |
Topic: 0000000000000000 |
RAJASHEKAR REDDY
Replies: 3 Views: 4123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 17, 2015 7:59 am Subject: 0000000000000000 |
ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo |
Topic: Convert lowercase words to Uppercase in middle of the String |
RAJASHEKAR REDDY
Replies: 17 Views: 40478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 19, 2013 3:47 am Subject: Convert lowercase words to Uppercase in middle of the String |
Thanks all,
i am getting that string from MQ in xml field, as like
<res>USERID=aaa&pswd=sdjd&Village=gdgd&DIST=tatat&State=trsrrs&PIN=535353</res>
 |
Topic: Convert lowercase words to Uppercase in middle of the String |
RAJASHEKAR REDDY
Replies: 17 Views: 40478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 16, 2013 3:18 am Subject: Convert lowercase words to Uppercase in middle of the String |
Thanks to all,
i need write in ESQL and i have many Parameters.
And no need to extacting , i want send as same string but parametters should be UPPER CASE
Thanks  |
Topic: Convert lowercase words to Uppercase in middle of the String |
RAJASHEKAR REDDY
Replies: 17 Views: 40478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 16, 2013 2:02 am Subject: Convert lowercase words to Uppercase in middle of the String |
it's comming as string in single line from external system as above mentioned string. so i need to change parametters as UPPER case. |
Topic: Convert lowercase words to Uppercase in middle of the String |
RAJASHEKAR REDDY
Replies: 17 Views: 40478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 16, 2013 12:41 am Subject: Convert lowercase words to Uppercase in middle of the String |
No, i need to caluclate SHA, i want Upper case Parameters |
Topic: Convert lowercase words to Uppercase in middle of the String |
RAJASHEKAR REDDY
Replies: 17 Views: 40478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 15, 2013 11:13 pm Subject: Convert lowercase words to Uppercase in middle of the String |
Hi Folks,
i have an example string like
NAME=Raja&UserId=shekar&PSWD=1111&Village=abbd&DIST=pqrs&STATE=dfhfh&sex=male
So i want convet Lowercase Parametrs(UserId,Villa ... |
Topic: SHA-1 or SHA-256 Caluclation |
RAJASHEKAR REDDY
Replies: 1 Views: 4005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 05, 2013 3:01 am Subject: SHA-1 or SHA-256 Caluclation |
HI FOLKS,
Colud you please sugetion for SHA-1 or SHA-256 caluclaton in JAVA for ESQL  |
Topic: soapInput,Httprequest and soapreply node in a single flow |
RAJASHEKAR REDDY
Replies: 6 Views: 4547
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 15, 2013 11:44 pm Subject: soapInput,Httprequest and soapreply node in a single flow |
Hi All,
We can use HTTPRequest node with Soap Nodes no issues is there in that.....only one thing is We cant validate the message , but we no need to validate request's when projects in live or ... |
Topic: Convert xml message to SOAP message (SOAP Request) |
RAJASHEKAR REDDY
Replies: 9 Views: 13604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 12, 2013 11:53 pm Subject: Convert xml message to SOAP message (SOAP Request) |
Better to Add SoapEnvolope Node befor the JavaCompute node |
Topic: Convert xml message to SOAP message (SOAP Request) |
RAJASHEKAR REDDY
Replies: 9 Views: 13604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 12, 2013 11:49 pm Subject: Convert xml message to SOAP message (SOAP Request) |
Hi,
Add SoapEnvlope node for add soap header.
OR
if you dont want use SoapEnvolope node , use bellow code in ESQL
SET OutputRoot.XMLNSC.nsSoapEnv:Envelope.nsSoapEnv:Body = InputRoot.XMLNSC ... |
Topic: LAST MOVE loop is not working |
RAJASHEKAR REDDY
Replies: 26 Views: 17450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 12, 2013 10:56 pm Subject: HI,,,,USE THIS CODE |
Hi ,
USE THIS CODE.....it will work
CREATE COMPUTE MODULE WMB_9D1_PROD_SUB00_001
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
--CALL CopyEntireM ... |
Topic: LAST MOVE loop is not working |
RAJASHEKAR REDDY
Replies: 26 Views: 17450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 11:08 pm Subject: LAST MOVE loop is not working |
Hi ,
may be you are taking declaration was wroung, whenever your using LastMove you shoud take repeated field in LASTMOVE().
so in your code take reference to classification like bellow
DECLA ... |
Topic: Message is going to Backout queue when message is processed |
RAJASHEKAR REDDY
Replies: 6 Views: 51921
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu May 09, 2013 10:50 pm Subject: Message is going to Backout queue when message is processed |
HI
In MqInput queue transaction property should be YES and Parser option Ondemond AND not pickup MQOutput or ReplyQ name |