Update web services documentation and samples

Closes gh-42887
This commit is contained in:
Phillip Webb
2024-10-25 17:57:14 -07:00
parent 2208c67f22
commit 39da14ea80
3 changed files with 9 additions and 8 deletions

View File

@@ -30,6 +30,8 @@ The following code shows a typical example:
include-code::MyService[]
By default, `WebServiceTemplateBuilder` detects a suitable HTTP-based `WebServiceMessageSender` using the available HTTP client libraries on the classpath.
You can also customize read and connection timeouts as follows:
You can also customize read and connection timeouts for an individual builder as follows:
include-code::MyWebServiceTemplateConfiguration[]
TIP: You can also change the xref:io/rest-client.adoc#io.rest-client.clienthttprequestfactory.configuration[global HTTP client configuration] used if not specific template customization code is applied.