Logging SOAP requests/responses using WebServiceTemplate #1824
Unanswered
mslachtova
asked this question in
Q&A
Replies: 1 comment
-
This depends on what are you using for sending these SOAP requests. Potentially you can use httpclient5 with logbook-httpclient5 and this will work as you'll add the interceptor to the http client directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm looking for a way to log external SOAP services using the
WebServiceTemplate
. Is there something similar toLogbookClientHttpRequestInterceptor
forRestTemplate
?Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions