You can access the underlying connection with

TransportContext transportContext =
TransportContextHolder.getTransportContext();
HttpComponentsConnection connection = (HttpComponentsConnection)
transportContext.getConnection();

but there is no way to access the used
org.springframework.ws.transport.http.HttpClient which is using
org.apache.http.client.HttpClient.

I'm afraid there is no way to configure the timeout (unless using
reflection stuff...).
You should first talk to the Spring guys how you should do this and request
a fix for it.

Best,
Christian


On Mon, Apr 8, 2013 at 7:33 PM, Smith-John <mich...@gmail.com> wrote:

> Nobody knows something about how spring-ws camel component is implemented?
>
> Also have another question: Since spring-ws component automatically adds
> the
> SOAP-Envelope, is it possible to add custom namespace if needed?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/spring-ws-timeout-question-tp5730111p5730521.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to