-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging external calls #430
Comments
Sure. What kind of technology are you using |
It’s a mix of things. I have feign clients for invoking external services and few are SOAP calls. |
Are you using Apache Http Client under the hood for feign? Which technology do you use for SOAP? WebServiceTemplate? |
Jax-ws for SOAP requests |
We don't have an out of the box interceptor for JAX-WS, but you may take a look at the JAX-RS implementation to see how it's done. Pull requests are welcome 😉 Which implementation do you use? Apache CXF?
If you use https://github.com/OpenFeign/feign/tree/master/httpclient you can make use of https://github.com/zalando/logbook#http-client |
Closing due to inactivity. Feel free to reopen, if needed. |
To Log External calls.
Description
I have a spring boot application. There are lots external calls made by application to google api. Just wondering if there is an easy way to configure Logbook to log request and responses from external calls in general.
The text was updated successfully, but these errors were encountered: