Problem on sending vectors from Java server to C# client
hi all.
i have one java server and one C# client. i have to send one vector from Server to C# client.
i have one result set in vector like (name,tell,id,and one image file ) so i must send this info to client but C# dos not have vector :confused: how can i send this info from server to client?
Re: problem data send from network
You could use XML for communication between two applications, like SOAP?
Re: problem data send from network
Some googling gave me this link.
C# / JAVA Socket Programming
// Json