17 years ago
soap 1.2, MTOM Attachments, and WS-Addressing
Is there any way to control how the content-type is sent?
I get this sent by soapui 2.5:
POST http://localhost:7070/SealedBidAssignme ... entService HTTP/1.1
Content-Type: multipart/related; type="application/xop+xml"; start=""; start-info="application/soap+xml; action=\"AddAssignment\""; boundary="----=_Part_26_7707792.1229121052609"
MIME-Version: 1.0
User-Agent: Jakarta Commons-HttpClient/3.1
Host: localhost:7070
Content-Length: 695549
------=_Part_26_7707792.1229121052609
Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml; action=\"AddAssignment\""
Content-Transfer-Encoding: 8bit
Content-ID:
The problem is that the content-type with action\"AddAssignment\""
is not being parsed correctly by axis2. Is there any way to remove that?
thanks.
I get this sent by soapui 2.5:
POST http://localhost:7070/SealedBidAssignme ... entService HTTP/1.1
Content-Type: multipart/related; type="application/xop+xml"; start="
MIME-Version: 1.0
User-Agent: Jakarta Commons-HttpClient/3.1
Host: localhost:7070
Content-Length: 695549
------=_Part_26_7707792.1229121052609
Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml; action=\"AddAssignment\""
Content-Transfer-Encoding: 8bit
Content-ID:
The problem is that the content-type with action\"AddAssignment\""
is not being parsed correctly by axis2. Is there any way to remove that?
thanks.