Hi there I've to develop an interceptor where I want to do some transformations on the stream before the soap message is sent and some transformations on the stream before the soap message is parsed on the server side.
I had a look to the sample StreamInterceptor.java in the demo configuration_interceptor. I don't understand the implemention. Could you give some background information for it? - What is the value of the class CachedOutputStream? - What is the need to implement the class CachedStream? - What is the need to run "message.getInterceptorChain().doIntercept(message);"? Thanks a lot for clarification Oliver
