Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-29 Thread Willem Jiang
sy to implement this kind of feature without change the CXF :) Thanks a lot; - Original Message - From: "Glen Mazza" To: Sent: Wednesday, December 28, 2011 10:43 PM Subject: Re: Does CXF support multiple endpoint for single wsdl now? Yes, Endpoint.publish() takes only one

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-29 Thread xuhb
Glen Mazza" To: Sent: Wednesday, December 28, 2011 10:43 PM Subject: Re: Does CXF support multiple endpoint for single wsdl now? > Yes, Endpoint.publish() takes only one port's endpoint, and so if you > want to have multiple endpoints running simultaneously, you need to have &

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-28 Thread Glen Mazza
/api/javax/xml/ws/Endpoint.html On 12/28/2011 09:03 AM, xuhb wrote: - Original Message - From: "Glen Mazza" To: Sent: Wednesday, December 28, 2011 9:25 PM Subject: Re: Does CXF support multiple endpoint for single wsdl now? Within the same configuration file, can't

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-28 Thread xuhb
- Original Message - From: "Glen Mazza" To: Sent: Wednesday, December 28, 2011 9:25 PM Subject: Re: Does CXF support multiple endpoint for single wsdl now? > Within the same configuration file, can't you specify two separate > services, one with each port you wi

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-28 Thread Glen Mazza
iang" To: Sent: Wednesday, December 28, 2011 4:29 PM Subject: Re: Does CXF support multiple endpoint for single wsdl now? In this case you need to specify the two endpoint and publish them separately. Yes, this is the only way I can do; and this is why I say the old version CXF doesn&#

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-28 Thread xuhb
- Original Message - From: "Willem Jiang" To: Sent: Wednesday, December 28, 2011 4:29 PM Subject: Re: Does CXF support multiple endpoint for single wsdl now? > In this case you need to specify the two endpoint and publish them > separately. > Yes, this is the onl

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-28 Thread Willem Jiang
In this case you need to specify the two endpoint and publish them separately. The port of the wsdl is band to the CXF endpoint, you may need to do some addition work to check the WSDL if you want to publish the service from the WSDL automatically. On 12/28/11 3:53 PM, xuhb wrote: Thanks wi

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-28 Thread xuhb
r 27, 2011 9:21 PM Subject: Re: Does CXF support multiple endpoint for single wsdl now? > Hi, > > I didn't quite get your meaning. CXF should support this kind feature > long time ago. > > You can specify the endpoint Qname of the WSDL when publish the service > from

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-27 Thread xuhb
Thanks willem and Glen: I have tried, it seems I can only make CXF to publish a service with single port , I still cannot make CXF to publish a service with multi-port taking effect at same time; Also I have tried the example of CXF systest which support multiport(systests\ws-security\src\test

Re: Does CXF support multiple endpoint for single wsdl now?

2011-12-27 Thread Willem Jiang
Hi, I didn't quite get your meaning. CXF should support this kind feature long time ago. You can specify the endpoint Qname of the WSDL when publish the service from CXF. It means CXF supports to create the service module from the WSDL which has multiple ports. On 12/27/11 12:12 PM, xuhb w