Robert Nicholson wrote:
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?

Yes Axis can coexist. Also, the embedded HTTP server just uses Jetty with the XFire servlet and that type of situation has been widely deployed already.

Cheers,
- Dan

--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to