Thanks for the reply. I did have an error in a related line. The following line read:
“StringGSG_ack_number = (String) pipelineCursor.getValue();”
instead of
“String GSG_ack_number = (String) pipelineCursor.getValue();”
Should the following line go before or after the line above:
“pipelineCursor.first( “transaction_number” );”
Or could there be something wrong with my environment?
I really appreciate your help.
#Integration-Server-and-ESB#webMethods#webMethods-General