1

I have to write a web-service client and server (a kind of proxy) and was looking at my options. I narrowed it down to Axis2/C and gSOAP for a number of reasons. I tended toward Axis2/C mainly because of the more permissive license, but saw that the last version is dated April 2009!

Is it still being maintained? Has everyone gone to something else (gSOAP or something else entirely)?

PS: I have no experience in WS and got all my info from Google searches.

Frigg
  • 369
  • 1
  • 3
  • 12
  • Wow, I can't even download Axis2/C from Apache. I guess that answers my question: it's dead! – Frigg Feb 18 '14 at 21:55

1 Answers1

0

Axis2/C is still maintained but progress is too slow, it has only few commits in last year.

Consider using of Axis2/C-unofficial project which is a fork of Axis2/C-1.6.0.

For details please see this answer.

loentar
  • 5,111
  • 1
  • 24
  • 25