I created a LW Component that would create the following XML out of SOAP with
attachments:

<Extractor>
    <Response>
        Response message itself
    </Response>
    <Attachments>
        <Attachment>
            Base64 or plain attachment
        </Attachment>
        ......


Andrea Zoppello-2 wrote:
> 
> Hi all,
> 
> I'm trying to use a process that has a HTTP SOAP Binding component as 
> consumer.
> 
> I've just verified that if i call the process with a SAAJ client the 
> attachment are copied
> in the attachment part of the normalized message.
> 
> My problem is that i want to handle separately the attachments and the 
> soap body part
> of the message.
> 
> I need a component that "splits" the attachments and message content of 
> the normalized message.
> 
> Any idea on that??
> 
> Andrea Zoppello
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Attachment-Handling-tf4061973s12049.html#a11541807
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to