I have a JavaWS application which makes the client server calls through plain socket communication. My application launches through a JNLP file.
I'm trying to record this application using vugen java record replay protocol.
To record the communication which is using plain socket communication, i wrote custom java hooks in user.hooks file. But still vugen is not able to detect any events.
Could somebody please help me out here
Thanks in advance
Tejnadh Reddy