Thanks Dan. But to generalize what you're saying, the BindingProvider.XXXX properties (not just endpoint URL but also basic auth username & password) are meant to be programmatically set and *not* done via the cxf.xml file, correct? (Even though there are some values that can be informally used, such as the one you're giving below) That's why they're not defined here in cxf.xml configuration:
https://cwiki.apache.org/confluence/display/CXF20DOC/Client+HTTP+Transport+%28including+SSL+support%29 Am I correct in that sense? Thanks, Glen Daniel Kulp wrote: > > No, the "Host"property is just the value stuck in the Host HTTP header. > Not > needed 99% of the time (or more). > > In general, you can set the endpoint property of > > org.apache.cxf.request.uri > > to the URL you want to hit using the jaxws:properties child element of > jaxws:client. I believe that will work. Not 100% sure though. > -- View this message in context: http://cxf.547215.n5.nabble.com/Setting-ENDPOINT-ADDRESS-PROPERTY-via-cxf-xml-file-tp2637676p2638624.html Sent from the cxf-user mailing list archive at Nabble.com.
