The Artima Developer Community
Sponsored Link

Web Services Forum
gSoap keepalive

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
marco furlan

Posts: 1
Nickname: scmfqec
Registered: Feb, 2007

gSoap keepalive Posted: Feb 12, 2007 9:20 AM
Reply to this message Reply
Advertisement
Hello there,
I use gSoap to communicate between a Linux ARM based embedded system and a PC. I configured gSoap to support a keepalive exchange to control the state of the two endings.
soap_init2(&soap, SOAP_IO_KEEPALIVE, SOAP_IO_KEEPALIVE);
I set the timeout recv_timeout and send_timeout to 60, 60.
Nothing seems to happen, I used ethereal no sniff what goes on but nothing seems to pass on the network. Is the keep alive implemented through http or maybe UDP ?
How should I configure gSoap ?
I use gSoap 2.7.6.
Can anybody please help me.

Thanks a lot in advance

Marco

Topic: Embedded Jetty6 with Axis2 Previous Topic   Next Topic Topic: Axis and email sendig

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use