Hi.
I have succesfully wrote a java code which is taking new entries from mysql table and creating an xml file out of it. Now I need to send it to my event handler which is listening at port 1031.
I have searched about it but I couldn't get a single thread on it(May be I didn't search right), please tell me how can I send it to event handler which is at the moment on my computer taking inputs from port 1031, I just need few lines of code which will send an xml file to 1031 port.
regards,