MTOM attachments not working anymore
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
Hi !
I updated to version 2.8.13 and 2.8.14 and I can't send MTOM attachments anymore :( It worked fine with versions 2.8.12 and lower.
I checked in SENT.log and the data is missing, I only see that :
<data xmime4:contentType="application/pdf"><xop:Include href="cid:id1"/></data>
And gSOAP server is returning :
Exception : SOAP 1.2 fault: SOAP-ENV:Sender [no subcode]
"MIME href to missing attachment"
Detail: [no detail]
Please could you check that ?
Thanks !
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
The same problem with 2.8.14 ! Gsoap doesn't send mtom attachments. I've downloaded 2.8.10 and everything's ok.
Same with DIME attachments, using "closed" DIME attachment style as described in docu "15.3 Serializing Binary Data in DIME").
Workaround: call "soap_set_dime()" before serializing
See the bugs+patches page accessible from the gsoap home page. The updated release 2.8.15 is available soon.
Thanks for the fix, I'll try it :)