KARR, DAVID (ATTCINW) wrote:
I hope this is a simple question, but I'm new to CXF.

I have a CXF web service running with Spring and created from a WSDL
document via the maven plugin.
I need this web service to respond on a different HTTP port - I will
have lots of web services and they all need to be on different ports.
I can host the WARs in either glassfish or tomcat.
I have a feeling your goals are misguided.  If two web services are
different, but related, they should simply be represented by different
WSDLs and slightly different URLs.  The only way you can have two
different services listening on different ports is if they are deployed
to two different web container instances.
The web services are not related.
I am simply trying to proxy web service requests (on the server side) in order to take care of shared responsibilities in a single place. I could use an ESB for this job, but frankly the open source ones are all very poor for this purpose, either being limited in capabilities or overly complex to configure (i.e more complex than simple writing some code).

Given that numerous ESB use CXF for their HTTP transport I was under the impression that this would be possible.

Jim

Reply via email to