Hi all,
I'm using the Microsoft WSE3.0 extensions for Visual Studio. I have a project similar to the Microsoft WSE\v3.0\Samples\CS\QuickStart\Basic\BinaryDataMTOM sample.
The trace for the HTTP looks like you must send a MTOM/Mime request to get back a MTOM/Mime response. Or send a normal NON MTOM request to get back a Base64Binary response (NO MTOM).
What I need to know is how to send a normal request (NO MTOM or mime encoding), but get back MTOM/Mime response.
Does anyone know if this is possible with the WSE3.0 libraries?
I tried this in the config files, but the the request/response always need to be in sync. So both request/response with mime or both request/response with no mime.
mtom clientMode="on"
Thanks in advance.