You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a web service, and want to log the SOAP request and response messages. I am attempting to do this in a EndpointInterceptor.
When using a custom logger, which logs messages asynchronously, all async call stop being asynchronous when added to the interceptor.
Here is a small project to demonstrate the issue: https://github.com/scolem/retailerInterface. By adding and removing the injected AsyncService in WSSoapMessageLogger, the tests will either pass or fail.
The text was updated successfully, but these errors were encountered:
I have a web service, and want to log the SOAP request and response messages. I am attempting to do this in a EndpointInterceptor.
When using a custom logger, which logs messages asynchronously, all async call stop being asynchronous when added to the interceptor.
Here is a small project to demonstrate the issue: https://github.com/scolem/retailerInterface. By adding and removing the injected AsyncService in WSSoapMessageLogger, the tests will either pass or fail.
The text was updated successfully, but these errors were encountered: