Try looking in the user guide for Axis standalone server. In the API,
look for org.apache.axis.server.AxisServer and
org.apache.axis.transport.http.SimpleAxis{Server,Worker}
Jeff
Michael Bauroth wrote:
Hi,
a second question from a newbie ;)
All documents I've read so far describe the use of Axis in JBoss,
Tomcat and so on ... Anybody knows a document (I couldn't find one),
which explains, how I can use Axis in an own simple TCP-Server without
Beans? I do some communication over TCP-port (ASCII and binary) with
some hardware devices and want to add in a simple way an additional
interface for queries / remote control from other servers.
Hope somebody can help.
Regards
Michael