> From: [EMAIL PROTECTED]
> Does Axis support c/c++ web services?
By definition a Web Service provides a service to a client, regardless of the
platforms that the client and services are running on. So yes, Axis clients can
communicate with all Web Services. Axis services can communicate with all clients.
However, there are several ways one can interpret your question.
Axis clients are written in Java. I noticed that there is an Axis-C++ in the contrib
section in the CVS repository that seems to be under development.
Axis service engine is written as a Java HTTP servlet. There may be other non-HTTP
transports supported like the filesystem and SMTP, but I don't know. The service
implementation should also be a Java class, but you could use JNI to interface with
your C/C++ service.
HTH.
cheers,
Simon