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 doc says that locationURI is required and specifies the HTTP URL.
How do I specify a JMS destination?
 
* What happens if locationURI and the HTTP/SOAP address specified in the
WSDL are different?
 
* 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?

Reply via email to