Actually I don't need a response from the server, and even the data which I am passing at the client is receiving properly at the server side.
But as per the QNetworkAccessManager I should get a reply from the server, so only I am trying to validate the network reply.
Actually as per my project requirement, the XML data which is received at the server side will goes further to the decoder for further processing.
and then the Encoder at the server side will send the updated XML data to the client using a separate port. (well I need to implement this part still. and my plan is to reuse the code which I have for client to server.)
Please correct me if I am wrong.
Thank you





Reply With Quote
Bookmarks