Does this class fit your needs?  It provides a simple Axis server that will listen for SOAP requests on a specified port.

 

org.apache.axis.transport.http.SimpleAxisServer

 

For the deployment/undeployment of services, you would need to embed org.apache.axis.client.AdminClient

 

Hope this helps,

 

/Chris

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent
:
Wednesday, March 13, 2002 6:38 AM
To: [EMAIL PROTECTED]
Subject: Embedding axis (again)

 

Hi,

 

this question has been asked before but I could not find an answer so far:

 

How can I use axis from within my own program?

Meaning that I have my own java program where I dynamically want to start/stop one or more axis/http servers (threads). For each of the started servers I want to be able to dynamically deploy/remove services (ideally implemented by concrete java objects - not classes) much like in RMI.

 

Regards,

    Ralf

Reply via email to