posted 10 years ago
I am not sure if client disables MTOM and server disable MTOM automatically. Is it true?
Here is what I tried:
Server side's @WebService and publisher
Client side:
Tcpmon shows the request from client with MTOM disable:
Tcpmon shows the response from the server. As shown, even though MTOM is enabled on server side, the server respond with the encoded binary data instead of raw data.