I am new to SOAP and try to use it as an RPC protocol.
AXIS seems to reply on an external web server, i.e. Tomcat, to the HTTP
handling
and makes itself a web service. This would make axis and my application
part of
Tomcat runtime environment, would it not? Does this mean the application
will be
I am new to SOAP and try to use it as an RPC protocol.
I was looking at the XML-RPC, which seems simple enough to use and
is light-weight. But the development with ASF seems to have stopped (?)
Apache's AXIS seems to reply on an external web server, unlike Apache's
XML-RPC that has its own. This