Hi to all,

I'm trying to setup the timeout on a CXF 2.3.11 client in my Spring 3.1.0
based application.
I'm running into trouble because I can't figure out the right http-conduit's
name.

Here is the Spring configuration file for my CXF client :


Here is an extract of the WSDL :


The above setting doesn't work.
I have a success using <http-conf:conduit name="*.http-conduit"> but I don't
want to keep the configuration that way !
I also have a success using the URL I'm calling (someting like
<http-conf:conduit
name="http://localhost:8088/mockMyServiceImplPortBinding.*";>) but I don't
know the final URL (it's the ws.url property).
So the portQName.http-conduit format describes 
http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport%28includingSSLsupport%29-The{{conduit}}element
on this page  answers perfectly my need. I just can't get it to work...

Thanks in advance for your help.

Regards,

Antony




--
View this message in context: 
http://cxf.547215.n5.nabble.com/Can-t-figure-out-HTTP-Conduit-name-tp5711623.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to