Thanks for the info Freeman. -----Original Message----- From: Freeman Fang [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 11:45 PM To: [email protected] Subject: Re: CXF-BC
Hi Johnson, My comment inline Johnson, Eric wrote: > A few questions about the CXF-BC: > > * The doc says that service and endpoint are required on the consumer, > but the example in cxf-wsdl-first does not use these attributes, It > uses targetService and targetEndpoint instead. Which are the proper > attributes to use? > The wsdl used for this sample only have one service and one endpoint, so the cxf component pick them up. targetService and targetEndpoint means the destination, if they are missing, we will by default use the service and endpoint, the wiki is a little bit out of data, I will fix up > > * The doc says that locationURI is required and specifies the HTTP URL. > How do I specify a JMS destination? > > For jms, we extract it from the wsdl, so the locationURI is not required for jms transport in use, I will change the wiki > * What happens if locationURI and the HTTP/SOAP address specified in > the WSDL are different? > the locationURI override the address in the wsdl > > * Can I use the CXF WSDL extensions in my WSDL to do advanced > transport configuration or do I have to put that in a seperate Spirng config file? > > Yes, you can use the cxf wsdl extension in your wsdl, like we do for jms transport Freeman
