|
Hi All,
Maybe someone can shed some light on this. I am writing a web service, that amongst other things allows the uploading of files, and hence I use MTOM encoding with WSE 3.0. I also use a SoapExtension to log the request and response on the web service. I leave the server mode of MTOM to optional.
On my Client Application that consumes the web service, if I set the Client Mode to Off, the SOAP extension works and logs the request and response. If I turn Client Mode to On on the Client application, the SOAP extension logs the request properly, but when I try to log the response (as a Stream), the stream is empty.
Is there a reason why when MTOM encoding is switched on that the SOAP Extension streams will be effected?
Thanks for any insight.
|