The scenario is like that
from 1st Java WS I have been getting an Map object and now I am putting this Map as :
IDataUtil.put( pipelineCursor_1, “map”, map);
and now in second Java WS I am fetching this map as :
Object map = IDataUtil.getString( pipelineCursor, "map " );
here the issue is the original Map is lost
Please suggest
Regards,
Sankalp
#webMethods#Integration-Server-and-ESB#webMethods-General