Hi,
I am using gsoap and I am getting this message in the server side:
SOAP-ENV:Client End of file or no input: 'Operation interrupted or timed out'
The sequence of packets in the wireshark is
packet1. client > server SYN
packet2. server > client SYN ACK
packet3. client > server ACK
that completes the three way handshake. The next packet comes from the server
packet 4. server > client WITH Data: End of file or not input .... (the title of this question)
packet 5. server > client FIN
I am using "Connection Close" and the client uses "Keep-Alive". Do you believe that this is the cause of the problem? Does this problem rings a bell to somebody?
Do you have an explanation why the fourht packet comes from the server and not from the client? Thanks.