In the wiki they have this listed Another option for the name attribute is a reg-ex expression for the ORIGINAL URL of the endpoint. The configuration is matched at conduit creation so the address used in the WSDL or used for the JAX-WS Service.create(...) call can be used for the name. For example, you can do:
<http:conduit name="http://localhost:8080/.*"> ...... </http:conduit> so If my client is set up as follows: <jaxws:client id="dataCallScheduleService" serviceClass="com.test.stars.ws.DataCallScheduleService" address="https://1.1.255.135/starst/s/dataCallSchedule"> </jaxws:client> Should my conduit not be set up as follows: <http:conduit name=https://1.1.255.135/.*"> -- View this message in context: http://cxf.547215.n5.nabble.com/Conduit-Error-on-CXF-2-4-1-tp5483971p5484106.html Sent from the cxf-user mailing list archive at Nabble.com.
