views:

141

answers:

1

I am trying to exchange data between client and server using gSOAP. Actually, I succeeded to send data from client to server but not from server to client. So, could someone please explain what functions to use to pass data from server to client?

Thanks for your time and replies,

+1  A: 

The only way I know is by invoking with a function soap_call See the example of calc in gsoap package

Apollo
Thanks! this is valid form client, but form the sever is not. Is there anyting else
make