soap on C
Hi
Hello Everyone
I have a C server code and a C client code running
on two separate Linux computers on a local area
network.I also have postgresql running in each of
the computers.I want to write a code where in the data on the
client database and the data on the server database
must always remain the same.
Tht means, as soon as a new data is inserted into
the server , it should be send to the client as
well to be updated into the client database.
I already went through 'w3schools.com' and checked
out on xml and soap
Can i use Soap in my C code to do this trick.If so
please let me know the steps on how ?
|