Hey guys
I'm attempting to send a custom ACK using the results from a database query. I looked at what others have done to create the custom ACK using this in the tranformer
but the variable that my results is equal to something like [email protected] No clue what that means.
Could somebody please let me know how I can achieve this.
Thanks in advance.
Post edited by: hsingh00, at: 06/05/2007 09:31
I'm attempting to send a custom ACK using the results from a database query. I looked at what others have done to create the custom ACK using this in the tranformer
Code:
ResponseMap.put(connector, ResponseFactory.getSuccessResponse(ack_message));
Could somebody please let me know how I can achieve this.
Thanks in advance.
Post edited by: hsingh00, at: 06/05/2007 09:31
Comment