Hi, thanks for answer. It seems that the limitation for camel-cxf is even on the wsdl port (binding) as i can "register" only one port by cxfEndpoint .
Am I right ? Regards Hervé On Mon, Apr 23, 2012 at 12:37 PM, Willem Jiang <[email protected]>wrote: > If you want to host multiple endpoints with the same address you can > consider use camel-jetty at the begining, > then use the CBR to route the request to different endpoint. > > BTW, current camel-cxf doesn't support to expose multiple service at the > same address. > > > On Mon Apr 23 16:05:37 2012, Hervé BARRAULT wrote: > >> Hi, >> I have a wsdl with multiple services to expose. >> >> Some services should be exposed through the same endpoint (even they are >> not defined in the same service). I checked that there is no operation >> name >> conflict. >> >> Is it possible to expose multiple services through the same camel/cxf >> endpoint or should i use multiple endpoint bind to the same address ? >> >> I guess the second case will be possible but i am not sure for the first >> one (cxfEndpoint as only an attribute for serviceClass). >> >> Can it be also a problem if I enable https ? >> >> Thanks for answers >> Regards >> Hervé >> >> > > > -- > Willem > ------------------------------**---- > CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com > FuseSource > Web: http://www.fusesource.com > Blog: > http://willemjiang.blogspot.**com<http://willemjiang.blogspot.com>(English) > http://jnn.javaeye.com (Chinese) > Twitter: willemjiang > Weibo: willemjiang > >
