Author |
Message |
Topic: Converting character to timestamp |
chaitu
Replies: 3 Views: 2422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 17, 2016 8:27 am Subject: Converting character to timestamp |
Hi All,
I am search for character to time stamp.
my source=20161117(character) need to convert it to '1996-05-21T00:00:00'
for this I used below which is working fine
ConvertTimeStamp(so ... |
Topic: SSL Set up in IIB |
chaitu
Replies: 9 Views: 8161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 11, 2016 7:37 am Subject: SSL Set up in IIB |
Error is
Correct the arguments and rerun the command.
BIP8004E: Invalid argument 'BrokerRegistry' specified.
Argument specified should be well formed.
Correct and reissue the command.
|
Topic: SSL Set up in IIB |
chaitu
Replies: 9 Views: 8161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 11, 2016 2:21 am Subject: SSL Set up in IIB |
Hi smdavies99,
I had a sample.jks file I need to use this file to set up ssl. I had a question that am I going with correct steps because all the below commands are to create certificate I guess no ... |
Topic: SSL Set up in IIB |
chaitu
Replies: 9 Views: 8161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 10, 2016 11:48 pm Subject: SSL Set up in IIB |
And also I was given a sample.jks file which I need to use for SSL. |
Topic: SSL Set up in IIB |
chaitu
Replies: 9 Views: 8161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 10, 2016 11:45 pm Subject: SSL Set up in IIB |
Hi All
I am followingthe below link
http://www.ibm.com/developerworks/websphere/library/techarticles/1205_bhat/1205_bhat.html
I runned the two commands
keytool -genkey -alias IB9NODE ... |
Topic: SSL Set up in IIB |
chaitu
Replies: 9 Views: 8161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 09, 2016 9:44 am Subject: SSL Set up in IIB |
Hi All,
I need to set a ssl in soap request node. I searched so many articles and tried all those but nothing is worked I am failing in some steps. Can any one of you sent me a link of a document w ... |
Topic: Web service URL in SOAP Request node-dynamically |
chaitu
Replies: 9 Views: 13012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 08, 2016 1:01 am Subject: Web service URL in SOAP Request node-dynamically |
Hi All,
I designed a web service flow with soap request node confiqured with wsdl.
like mqi/pnode>>compute>>soaprequestnode(wsdlmode)>>fileout
now the requirement is changed ... |
Topic: Web service URL in SOAP Request node-dynamically |
chaitu
Replies: 9 Views: 13012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 09, 2016 4:40 am Subject: Web service URL in SOAP Request node-dynamically |
You can call any webservice dynamically from a single soap request node. The node however needs to be in gateway mode.
Thanks fjb_saper.
I will try then. |
Topic: Web service URL in SOAP Request node-dynamically |
chaitu
Replies: 9 Views: 13012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 09, 2016 12:25 am Subject: Web service URL in SOAP Request node-dynamically |
Thanks for reply.
so assume I am in gateway mode and I need to call
service1 if A=1 and
service 2 if A=2
can I achieve this using single soap request node like
fileinput>>compute>> ... |
Topic: Web service URL in SOAP Request node-dynamically |
chaitu
Replies: 9 Views: 13012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2016 4:57 am Subject: Web service URL in SOAP Request node-dynamically |
Hi,
But in soap request node we have
operation:
1. Invoke a specific web service defined by a WSDL interface
2. Invoke a generic web service
I am using IIB v9.
and for first time I ... |
Topic: Web service URL in SOAP Request node-dynamically |
chaitu
Replies: 9 Views: 13012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2016 12:19 am Subject: Web service URL in SOAP Request node-dynamically |
Hi all,
I am designed a web service flow with Soap Request node with WSDL.
we can change the properties for the Soap Request node with some esql code right.
my question is if I want to change the ... |
Topic: How to support empty value in xml field using esql |
chaitu
Replies: 4 Views: 3647
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 6:02 am Subject: How to support empty value in xml field using esql |
Hi maurito,
Thanks for the reply.
I used COALESCE function and now I am passing Null in place of empty field.
SET ADR4 = COALESCE(CAST(InputRoot.DFDL.ECI_DEMO_ADR_LINE_1 AS CHARACTER& ... |
Topic: How to support empty value in xml field using esql |
chaitu
Replies: 4 Views: 3647
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 16, 2016 1:12 am Subject: How to support empty value in xml field using esql |
Hi All,
I am trying to build a xml tree using esql like
SET ADR1 = '0';
SET ADR2 = '0';
SET ADR3 = '"P"';
SET ADR4 = CAST(InputRoot.DFDL.ECI_DEMO_ADR_LINE_1 AS
CHARACTER& ... |
Topic: DFDL for cobol copy book |
chaitu
Replies: 43 Views: 15581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 05, 2016 2:14 am Subject: DFDL for cobol copy book |
Yes Sure,
My DFDL model is Like
01Name
..sequence
ECI_CONSUMER (unbounded)
...Sequence
ECI_CONSUMER_COMMANAREA
...Sequence
sourcesys
source ... |
Topic: DFDL for cobol copy book |
chaitu
Replies: 43 Views: 15581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 04, 2016 11:23 pm Subject: DFDL for cobol copy book |
Hi timber,
I tested with the below specified options.
now I am able to parse same type of records(with same redefine) successfully with n number of time.
But if the redefines are different then i ... |