hello,

i did a migration of my apache cxf.

Now , i have a problem with the receiption of attachments.

instead of receive one attachement, i get 2, but the good one is bad.


response soap:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Body>
<ns2:getEditionResponse xmlns:ns2="http://www.suravenir.fr/ws/edition";>
<editionResp>
<pdf>
<xop:Include
href="cid:[email protected]"
xmlns:xop="http://www.w3.org/2004/08/xop/include"/>
</pdf>
</editionResp>
</ns2:getEditionResponse>


attachment:

name content type size part type contentID

[email protected] application/pdf
120861 [email protected] MIME
<[email protected]>
[email protected] application/pdf 0
[email protected] MIME
<[email protected]>
</soap:Body>
</soap:Envelope>


if someone have an idea where the mistake comes from.

http://cxf.547215.n5.nabble.com/file/n5708919/Capture2.jpg 
before, i had just one pdf and his name was the same that the name contain
in the answer. but now is none



Jambou Mathieu

--
View this message in context: 
http://cxf.547215.n5.nabble.com/migration-apache-cxf-2-2-9-2-4-6-attachment-tp5708919.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to