I loose attachments when i route back the response... 
I send a message with attachments and it is right routed to server by
synapse, server send back a response with attachments received by
synapse but routed to client without attachments.

this is my config:


<definitions xmlns="http://ws.apache.org/ns/synapse";>

    <in>
        <log level="full"/>

            <send>
<endpoint>
                <address
uri="http://localhost:9000/SincronoAttachment/SincronoAttachment";
optimize="swa" />
            </endpoint>
        </send>
    </in>
    <out>
        <send/>
    </out>
</definition>



Something is wrong? 
Thx, Lorenzo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to