Avatar of PolicyWorks
PolicyWorks
Flag for Canada asked on

Need to disable MTOM in the SOAP request and keep it enabled in the response using WSE3.0

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.
.NET ProgrammingWCF

Avatar of undefined
Last Comment
PolicyWorks

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
PolicyWorks

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck