Can I implement callback from WCF based HTTP service to a gSOAP c/Linux client?

Posted by Kangkan on Stack Overflow See other posts from Stack Overflow or by Kangkan
Published on 2010-02-19T17:20:29Z Indexed on 2010/03/08 7:36 UTC
Read the original article Hit count: 333

Filed under:
|
|
|

I have a Linux/c client app that connects to a WCF web service over HTTP/SOAP (BasicHTTPBinding). I am using gSOAP. Can I implement the calls to the web-service using callback? I want to get the data asynchronously as call back.

Update: I have updated the question title.

© Stack Overflow or respective owner

Related posts about gsoap

Related posts about c