Are there any success stories embedding the HTTP server?

I'm looking for a solution to replace a web service that currently provides a SOAP interface to an existing CORBA based caching data server. Currently we have a websphere web service act as a proxy to the CORBA data server. As we're moving to JDK 1.5 I'm thinking it may be possible to embed the webservice directly into the data server.

This data server already acts as a client using Axis stubs. Can xfire coexst with axis on the classpath?

Reply via email to