Author |
Message |
Topic: FileInput Node Question |
CAONIMA
Replies: 1 Views: 3364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 11, 2016 1:09 pm Subject: FileInput Node Question |
Hi All,
I am using the file input node with FTP.
I set the security identity value in the FileInput Node. I am wondering if there is a way I can see the security identity value in the compute no ... |
Topic: DFDL Model Error |
CAONIMA
Replies: 14 Views: 15115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 8:49 am Subject: DFDL Model Error |
Thank you for all your reply,
This is already figure out. |
Topic: DFDL Model Error |
CAONIMA
Replies: 14 Views: 15115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 7:29 am Subject: DFDL Model Error |
Thank you for your reply.
Now it has the exception said;
fatal: CTDP3058E: Separator '%CR;%LF;' not found at offset '93528' for sequence or choice within element '/EDI852
My XSD is :
... |
Topic: DFDL Model Error |
CAONIMA
Replies: 14 Views: 15115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 6:52 am Subject: DFDL Model Error |
So you need to account for it in the DFDL model, set it up with a discriminator and make sure the model will match the data.
Have fun
Don't even need a discriminator. Set up an unbound ... |
Topic: DFDL Model Error |
CAONIMA
Replies: 14 Views: 15115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 12, 2016 6:04 am Subject: DFDL Model Error |
Thank you for your reply.
The last line is like:
CAOCA1 11 51 71
CAOCA2 12 52 72
CAOCA3 13 53 73
HOO1 234 90 |
Topic: DFDL Model Error |
CAONIMA
Replies: 14 Views: 15115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 11, 2016 1:12 pm Subject: Re: DFDL Model Error |
I have one more question,
All the lines are well formatted fix length except the last line, it is different format than the lines above?
How can I set the DFDL to do that?
Many thanks! |
Topic: DFDL Model Error |
CAONIMA
Replies: 14 Views: 15115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 11, 2016 7:56 am Subject: Re: DFDL Model Error |
Yes, I figured it out, thank you very much |
Topic: DFDL Model Error |
CAONIMA
Replies: 14 Views: 15115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 11, 2016 7:31 am Subject: DFDL Model Error |
Hi All,
I parse a sample text file through the DFDL Model
Here is the text file:
CAOCA1 11 51 71
CAOCA2 12 52 72
CAOCA3 13 53 73
Here is the XSD file:
<xsd:element d ... |
Topic: Convert XML to SOAP message |
CAONIMA
Replies: 11 Views: 7099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 04, 2016 11:08 am Subject: Re: Convert XML to SOAP message |
Now I am getting the exception, said
no operation found matching payload
Is that the namespace problem.
It's the prime suspect certainly; the XML doesn't match anything in the WSDL and if the ... |
Topic: Convert XML to SOAP message |
CAONIMA
Replies: 11 Views: 7099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 04, 2016 9:27 am Subject: Re: Convert XML to SOAP message |
Only one namespace I use, how can I find the right namespace stucture?
By looking at the WSDL.
If you've imported the WSDL, you can use the Toolkit to help navigate. For example, the ... |
Topic: Convert XML to SOAP message |
CAONIMA
Replies: 11 Views: 7099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 04, 2016 9:02 am Subject: Re: Convert XML to SOAP message |
Should I generate a soap header or just write :
Set OutputRoot.XMLNSC.ns:sdf:ns:df= InputRoot.XMLNSC.sdf.df.
Well that depends on:
- the answer to "what's going on about namesapces?" ... |
Topic: Convert XML to SOAP message |
CAONIMA
Replies: 11 Views: 7099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 03, 2016 11:27 am Subject: Re: Convert XML to SOAP message |
Thank you for your answer.
Should I generate a soap header or just write :
Set OutputRoot.XMLNSC.ns:sdf:ns:df= InputRoot.XMLNSC.sdf.df. |
Topic: Convert XML to SOAP message |
CAONIMA
Replies: 11 Views: 7099
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 03, 2016 10:58 am Subject: Convert XML to SOAP message |
Hi All,
I have a flow like this:
MQ Input ----> Compute Node1 ------> SOAP Request------->Compute Node2
The input file is XML, in the compute node1, I will generate a new soap messag ... |
Topic: Timestamp Question |
CAONIMA
Replies: 3 Views: 2279
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 01, 2015 5:56 am Subject: Timestamp Question |
CAST to a CHARACTER not a TIMESTAMP if you want a character string without a millisecond (as described by your pattern) rather than a TIMESTAMP which always goes to the millisecond.
Thank you for a ... |
Topic: Timestamp Question |
CAONIMA
Replies: 3 Views: 2279
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 01, 2015 5:19 am Subject: Timestamp Question |
Hi All,
I have one timestamp format pattern question.
I declare the pattern as 'yyyy-MM-dd HH:mm:ss'
And I use the cast function:
CAST(CURRENT_TIMESTAMP as TIMESTAMP FORMAT pattern)
And ... |