Author |
Message |
Topic: iLOG jRules trial download |
raghu1984
Replies: 0 Views: 38330
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Apr 11, 2013 7:50 am Subject: iLOG jRules trial download |
Hi,
Could you please let me know where I can find iLOG jRules trial version to download.
I couldnt find the trial version in IBM for WebSphere OPeration Decision Management also.
Thanks,
Raghu. |
Topic: DB Group object in datapower |
raghu1984
Replies: 0 Views: 6137
|
Forum: WebSphere DataPower Posted: Wed Feb 09, 2011 9:28 am Subject: DB Group object in datapower |
Hi,
Do we have 'DB Group' kind of service in DataPower similar to 'MQ Queue Manager Group', where in we dont need to specify the DataBase name and datapower will pick up the DB table from the databas ... |
Topic: FIND XPATH VALUE |
raghu1984
Replies: 4 Views: 5659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 02, 2010 3:22 am Subject: FIND XPATH VALUE |
Hi,
Use it this way,
InputRoot.XMLNS.ESB_WRAPPER.INPUTS.{it};
|
Topic: How to convert XML message to a String? |
raghu1984
Replies: 2 Views: 7894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 02, 2010 2:45 am Subject: Re:How to convert XML message to a String? |
Convert the InputRoot.XML to BLOB using ASBITSTREAM function and then convert the BLOB to CHAR using CAST function. |
Topic: Accessing Tags having namespaces dynamically in esql |
raghu1984
Replies: 3 Views: 5601
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 02, 2010 2:29 am Subject: Accessing Tags having namespaces dynamically in esql |
Hi Saper,
Thanks for the reply.
But my requirement here is, that 'temp_var' can go at any level. I mean it can be '*:Body' or '*:Body.*:IFX' or '*:Body.*:IFX.*:Tag1'. And also the data inside Body ... |
Topic: DataPower certification |
raghu1984
Replies: 1 Views: 9295
|
Forum: WebSphere DataPower Posted: Sat May 01, 2010 1:55 am Subject: DataPower certification |
Hi,
I am giving Datapower certification, does any one know where i can find some sample questions which helps in my preparation?
Thanks. |
Topic: Accessing Tags having namespaces dynamically in esql |
raghu1984
Replies: 3 Views: 5601
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 01, 2010 1:47 am Subject: Accessing Tags having namespaces dynamically in esql |
Hi,
I am trying to access the tags dynamically in esql. The message i am trying to access is a SOAP message.
Here is my code,
SET temp_var = 'NS1:Body.NS2:IFX';
SET Environment.Variabl ... |