Hai all,
         I'm using HTTP shared Library to communicate with my java server.
my Application works fine for sending strings, the data is then received
properly and i get the response too in my PalmApplication
My requirement is to send byte array to the server
I've modified the shared Library accordingly..which compiles successfully
But when i try to send a byte[UInt8] array with that from my Application
i get read Time out exception in my java server,
[java.io.InterruptedIOException ]
there in server its taking the content type and the exact content length of
the byte array i'm sending
but just after that when it tries to read the data ,this exception comes
no data is read there! :(
Has someone done this ? plz tell me
Is the format of data in the byte array going to play any role in this
i've checked it while debugging upto my Application where i'm calling the
shared Library's function
Is it possible to debug the shared Library too, how?
any help will be highly appreciated!!

Dinesh.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to