I have implemented my Server application regarding this post here: http://www.codeguru.com/csharp/csharp/cs_network/sockets/article.php/c8781#Client1
i have a very simple turn-based online game in java. the client talks to the server using normal java sockets.
I am using the ConvertCsvToXML tool in my client application to send data to a webservice. The seperator field is a comma however the last column in csv file is causing a problem.
when I am using upgrade version of perl (ofcourse, also upgrade version of soap::lite) so I successfully connect to my server with all needed methods.
On the current project I\'m working on we are developing a product that eventually gets used at various different client sites. At the moment the way things are done is that all code for all of the cl
I want to send a (Text)View element from a server application (=\'normal\', non-Android Java) to the Android app on the phone and display it there.
I have many web method in my projects that used in client application. ] I don\'t want write code something like this:
I am working on a mini-project which consists of doing a client-server chat application. The application has a GUI and my problem is that I am trying to get the information from GUI and connect on tha
I have just started learning socket programming and am finding it pretty interesting. Currently I am making the server and the client on the same computer and hence I can have the ip address as the lo
Is there a way to send a series of int as a whole in one single bytearray and on the client side, cut the bytearray in 4 by 4 bytes so that I can retrieve the back values ? I am have been trying but s