How does Staff web service framework compare to others for c++?
I cannot answer your question in all details, but I'm searching for C++ SOA / web service frameworks for a year now.
My favorites (all OpenSource and platform independent - not ordered) are currently:
GSOAP - http://www.cs.fsu.edu/~engelen/soap.html
pros:
contras:
Apache AXIS/C++ - http://ws.apache.org/axis/cpp/index.html
pros:
contras:
Staff - http://code.google.com/p/staff/
pros:
contras:
If I have to decide for a framework right now, I would take Apache AXIS - it's proven and reliable and thus ready for productive use. Further it's future maintenance is guaranteed by the Apache Foundation and I'm free to uase, modify and integrate AXIS as I want - even for my commercial applications.
I hope that helped a little bit.