It looks like there is a way in the JaxWsPortProxyFactoryBean documentation, it has the following method
addCustomProperty(String name, Object value)
Use JAXWSProperties.CONNECT_TIMEOUT
or com.sun.xml.ws.request.timeout
accordingly.
Check:
https://jax-ws.dev.java.net/guide/HTTP_Timeouts.html
source
to share