[Stackoverflow] [Progress OpenEdge ABL] MTOM Request in Progress OpenEdge

Status
Not open for further replies.
D

Daniel

Guest
I am currently trying to send an MTOM post request to a SOAP Service. This is relatively easy to do via SOAPUI5 using some parameter.

This seems to adjusts values within the content-type from this:

Content-Type: application/soap+xml;charset=UTF-8;action="..."

to this:

Content-Type: multipart/related; type="application/xop+xml"; start="<rootpart@soapui.org>"; start-info="application/soap+xml"; action="..."; boundary="..."

Im trying to recreate this behaviour in a Progress Application with the System.Net. Client. I have tried to look for a parameter inside the System.Net.HttpWebRequest class that I can change to recreate this behaviour, but I couldn't find a way to get to there. Is it possible to send a MTOM request with the System.Net Client?

Continue reading...
 
Status
Not open for further replies.
Top