I want to implement some user exit to provide channel security.
Can any one please provide me some JAVA sample codes from where I can get an idea of the actual implementations....
If I want to start some Application by Triggering and that Application accepts some command line arguments then where should i pass those arguments?I am trying to put the argument name in the Trigger ...
How can i parse MRM and XML message by same message Flow.Suppose my Message Flow can receive both TDS and XML message?
If i am receiving the message in BLOB then its giving problem for XML message... ...
I am putting an Input message "Input Message" into the input queue and trying to extract it from the BLOB domain.I am trying to make a XML output message out of that as below:
Can we validate Both XML and TDS message by the same parsers....
My input node can receive both TLV or XML message.Tell me the way we can validate both the message by using parsers.