Author |
Message |
Topic: XML Mapping |
prasad.gh789
Replies: 12 Views: 4975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2016 9:26 pm Subject: XML Mapping |
Thank you all for your support.
My actual problem here is in ESQL mapping only.
Requset XML fields:
<precardpymnt:PrepaidCardPaymentReq>
<card:CardNo>card:CardNo< ... |
Topic: XML Mapping |
prasad.gh789
Replies: 12 Views: 4975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2016 4:36 am Subject: XML Mapping |
The Request and Expected response XML's are constant. unable to change it.
only thing is we should do the mapping as per provided. |
Topic: XML Mapping |
prasad.gh789
Replies: 12 Views: 4975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 9:47 pm Subject: XML Mapping |
I have to use ESQL for this..
Q: In Request message We have separate complex types for DEBITDETAILS and CREDITDETAILS.
but we have same complex type TransactionRecord in response message for both ... |
Topic: XML Mapping |
prasad.gh789
Replies: 12 Views: 4975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 3:50 am Subject: XML Mapping |
Expected Request:
<FundTransfer:EAIHeader>
<ch:SrcAppId>IVR</ch:SrcAppId>
<ch:SrcMsgId>98467875767</ch:SrcMsgId>
<ch:SrcAppTimestamp>2001-12-31T ... |
Topic: XML Mapping |
prasad.gh789
Replies: 12 Views: 4975
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 3:38 am Subject: XML Mapping |
REQUEST XML:
<?xml version="1.0" encoding="UTF-8"?>
<precardpymnt:EAIServices xmlns:card="http://www.mwcdm.cardmgmt.com" xmlns:cdmt="htt ... |
Topic: Calling Oracle SP with reference cursor as output parameter |
prasad.gh789
Replies: 6 Views: 6590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 21, 2015 2:33 am Subject: Calling Oracle SP with reference cursor as output parameter |
Oracle SP
------------
CREATE OR REPLACE PROCEDURE PR_GETAGNTINFO_AGNT_CNTC_DTLS
( VC_AGENTCD VARCHAR2,
O_REFGETAGNTINFO_AGNT_CNTC_DTL OUT SYS_REFCURSOR )
******* ESQL that we have writte ... |
Topic: Calling Oracle SP with reference cursor as output parameter |
prasad.gh789
Replies: 6 Views: 6590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 20, 2015 4:52 am Subject: Calling Oracle SP with reference cursor as output parameter |
Hi All,
This is not a repeat question and I have searched all forums and blogs for the solution & when I didn't find the answer, I am posting this.
Requirement - Call an Oracle SP which as ... |
Topic: Trigger the messages from wmq queue using WCF(.net) service |
prasad.gh789
Replies: 4 Views: 4928
|
Forum: General IBM MQ Support Posted: Wed Apr 15, 2015 10:12 am Subject: Trigger the messages from wmq queue using WCF(.net) service |
Hi All
I'm a IIB developer.
Here my requirement is to send the messages to the queue then WCF automatically pick up that messages and will send it to CRM system.
WCF guys can access wmq queue b ... |
Topic: validate the numeric values with out exception |
prasad.gh789
Replies: 4 Views: 2364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 09, 2014 3:07 am Subject: validate the numeric values with out exception |
pls try to understand my exact requirement |
Topic: validate the numeric values with out exception |
prasad.gh789
Replies: 4 Views: 2364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 08, 2014 10:07 pm Subject: validate the numeric values with out exception |
Input filename:-
Pic100007_P012_L03_F0_XEX_D2000_03_10_T23_10_14_N00000024.jpg
we need validate above file name here is one logic
Followed by 'D'
- Followed by 4 digits
- Followed by '_'
- ... |
Topic: File validation against File_NAME pattern |
prasad.gh789
Replies: 1 Views: 1275
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 08, 2014 9:33 pm Subject: File validation against File_NAME pattern |
INPUT FILE NAME:- Pic100007_P012_L03_F0_XEX_D2000_03_10_T23_10_14_N00000024.jpg
Here we validate the position of '_' like this. please find below code
DECLARE RSGfile_name CHARACTER InputLoca ... |
Topic: Propagate |
prasad.gh789
Replies: 4 Views: 2812
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 28, 2014 10:13 am Subject: Propagate |
Thank you for your response.
actually i am delivered this interface. it is working my manager told me client asked to reduce the nodes.it is not cluttered but they ask to do with single compute and ... |
Topic: File name validation |
prasad.gh789
Replies: 1 Views: 2114
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 28, 2014 9:57 am Subject: File name validation |
File name:
File Name : Pic100007_P012_L03_F0_XEX_D2000_03_10_T23_10_14_N00000024.jpg
There is file name pattern validation required for these Picture Files . Please find below the validation lo ... |
Topic: Propagate |
prasad.gh789
Replies: 4 Views: 2812
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 28, 2014 9:47 am Subject: Propagate |
My requirement is to create the interface for FILE validation.
fileinput-->compute-->out-->fileout and out1--> log4j subflow
retrieve input file from fileinput node then log the inp ... |
Topic: Issue with mqsicreatebar in IIB V9 |
prasad.gh789
Replies: 3 Views: 2680
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 13, 2014 10:13 pm Subject: Issue with mqsicreatebar in IIB V9 |
Thank u |