thank you, but can you pls be more specific, can you pls provide example...
Type: Posts; User: mikespring69; Keyword(s):
thank you, but can you pls be more specific, can you pls provide example...
How to create a Inbound Channel Adapter which will get msg's from file
directory, and send msg's one by one to a channel for transformation
and exit.
No need to poll the directory.It...
Oleg
thank you!!!
I'm trying to implement the correct Error Handler for my integration process :
For instance, if the msg transformation fails with an exception,
I would like to move this msg to Error folder and...
Thank you for your reply...
The problem is , I will know if message needs to be split when I transform xml file to text/SWIFT format msg.
question:
In transformation logic, can I add the new...
As of Message Transformation (transform xml format to text msg), I may have multiple msg's. How to integrate Transformation with Splitter?
Please help...
can not open these link , it's block by my proxy... ,
I will check from my home PC. For XPath router , I'm not really sure how to integrate this logic.
thank you vm for your help
Can you please look to my SwiftMainRouter.java class it return the channel "other-channel",Can you please call me to discuss???? -if it's possible...
yes, This is what have now:
<router input-channel="transformInChannel" ref="customRouterBean"/>
<beans:bean id="customRouterBean"
class="util.SwiftMainRouter">
????????
Please help, I stuck here, What should be the syntax to get channel value from my customRouterBean SwiftMainRouter.java
<beans:bean id="customRouterBean"
class="com.util.SwiftMainRouter">
...
Oleg, Thank you for help!!!
The Payload will represent my xml msg,can I get the field value inside of my PayloadRouter? -For example ,I have xml file with field:
<MessageType>Transfer</MessageType>
if...
Very sorry if I'm not clear,plus I'm new to Integration:
I'm doing the fillowing steps in my process.
1.I'm spolling the directory to get incoming msg as XML file.
2.I push msg to the channel...
I'm looking for a custom router logic.My msg's are in XML format.
I need to build the router logic to output message to different channel.Each channel will use XSD file for XML parser(jaxb),so I...
I need to build the Router logic for my msg pipe. Diff chanell will use diff XSD to Transform XML data to txt format.if you have any examples,please let me know.
Thank you