Author |
Message |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 16, 2016 11:07 pm Subject: TCPIPClientOutput Node Usage |
Okay, got it. Thanks! |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 10:21 am Subject: TCPIPClientOutput Node Usage |
You use the XMLNSC parser to turn your input XML into a logical message tree.
You create a DFDL message description.
You map the XML logical message tree into the right fields in the DFDL logica ... |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 8:04 am Subject: TCPIPClientOutput Node Usage |
Okay, I think it's easy enough can some please make a sample application with TCPIP output node that both sends and receive a message from the XML content or just anything at all and one that is worki ... |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 7:34 am Subject: TCPIPClientOutput Node Usage |
Can you show me how it's done with an example?
The samples are full of examples of mapping an input logical message tree to an output logical message tree. This is basic, basic stuff.
I think y ... |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 6:48 am Subject: TCPIPClientOutput Node Usage |
May be I worded it wrong. Can you show me how it's done with an example? |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 6:16 am Subject: TCPIPClientOutput Node Usage |
That's exactly what I'm doing but it is not working. I encounter the problem I outlined in my original post. |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 6:05 am Subject: TCPIPClientOutput Node Usage |
Actually it is much more complicated that simple XML. What I receive a predefined set of strings that I parse into an XML to fetch the proper fields of message. After that lets say I get an XML that l ... |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 5:40 am Subject: TCPIPClientOutput Node Usage |
a. Yes, you are kind of correct. The actual DFDL/message model is defined in another project which I forgot to attach but still that's not what the problem is.
b. Yeah, as I said I forgot to attach t ... |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 13, 2016 2:42 am Subject: TCPIPClientOutput Node Usage |
This is the application. I'm attaching it for your reference.
https://drive.google.com/file/d/0B4sMGVdXkAdNYS1DSFVEWXl5R0E/view?usp=sharing |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2016 11:10 am Subject: TCPIPClientOutput Node Usage |
I think you're confused about how IIB works. Please post your code (leave out or change anything confidential), and we should be able to provide some pointers.
What code exactly? The java compute cod ... |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2016 1:03 am Subject: TCPIPClientOutput Node Usage |
I have already written a parser but the problem I'm facing is how to send it the message in string as isNot sure that I understand - IIB has a wide range of built-in parsers so you should not need to ... |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 09, 2016 1:58 am Subject: TCPIPClientOutput Node Usage |
Can you give me an example? Or link me to a sample? As far as I know I did define the DFDL parser. |
Topic: TCPIPClientOutput Node Usage |
zhaider
Replies: 28 Views: 13273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 08, 2016 12:41 am Subject: TCPIPClientOutput Node Usage |
Hi,
I have requirement where I have to send a message to the TCPIP Server, I have already written a parser but the problem I'm facing is how to send it the message in string as is. I tried to send ... |
Topic: IIB Integration Design Document Example/Template/Sample |
zhaider
Replies: 17 Views: 11193
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2016 11:18 pm Subject: IIB Integration Design Document Example/Template/Sample |
Yeah kind of like the guide lines but not for all projects. I'll tailor it to my specific needs and fit in my solution for that particular project and then share it with my client for etc.
Why ... |
Topic: IIB Integration Design Document Example/Template/Sample |
zhaider
Replies: 17 Views: 11193
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2016 7:46 am Subject: IIB Integration Design Document Example/Template/Sample |
maybe some detail can help us , do you want an high level design or something more detailed ? some examples for clarification
Of course I would like it to be as detailed as possible. But ba ... |