I’m using the Apache CXF DynamicClientFactory to dynamically request web services. How can I set a timeout there? I can only find examples with static generated java stubs, but no example for the dynamic approach… thank you!
I’m using the Apache CXF DynamicClientFactory to dynamically request web services. How can I
Share
Please try taking a look here.
If you scroll down a bit, you will see how to set the timeout using an integer.