Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, APL+WIN 3.6 runtime environment is installed The APL Engine (www.apl2000.com)is listening at portno: 2001 Using "TCPClient" component I am able to send & receive data to the APL Engi ne 3.6. To access the APL+WIN 3.6 from Java, I wrote sample program using java.net.Socket class opened port 2001 and able to send data.. BUT WHEN I AM TRYING TO READ DATA USING STREAM... I am not able to do this.. How Can do it using java.. Pls help out in this. Thanks Sairam
Post Follow-up to this messageI was able to do it using java.net.Socket class APLengne listens @2001 so connect to the engine using the port APL engine accepts the requests in HTTP format.. refer RFC thats it ur done.. Cheers sairam
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.