This content has been marked as final.
Show 1 reply
-
1. Re: Serve multiple Endpoints using CXF Consumer
njiang Jun 21, 2011 9:19 PM (in response to lekkie_lomotayo)If your endpoints listen to the different address, you have to create the same numbers of CXF server for it. That is how CXF is designed.
If you want to server the SOAP11 and SOAP12 binding at the same address, CXF can do something for you.
Willem