Probably the CXF runtime is not getting enough info to produce a proper
xop payload, I quickly run a jaxrs test (which depends on the same code
MTOM one does) and I see
<xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include"
href="cid:[email protected]"/>
You may need to set a property somewhere to tell CXF to use, not really
sure though...
Sergey
On 11/11/11 10:36, robbywillz wrote:
Hi,
The string "cid" is missing for the field(soc) that holds the attachment.
*<soc>[email protected]</soc>*
--uuid:69770812-4664-44a7-bddd-2020911d4745
Content-Type: application/xml
Content-Transfer-Encoding: binary
Content-ID:<[email protected]>
I'm not sure why "cid" is missing in the soc field. We have gsoap server on
the there side which expects the conten-id with cid. Like this:
<soc>cid:[email protected]</soc>
Any idea why cid is missing in the request? How do I add "cid" to the soc
field?
I'm using Apache CXF 2.3.3 version.
Thanks in advance.
Regards,
William Rovinson.
-----
Regards,
William Rovinson
--
View this message in context:
http://cxf.547215.n5.nabble.com/cid-is-missing-tp4983982p4983982.html
Sent from the cxf-user mailing list archive at Nabble.com.