[
https://issues.apache.org/jira/browse/SYNAPSE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497459
]
Asankha C. Perera commented on SYNAPSE-84:
------------------------------------------
Lorenzo
Please specify the [optimize="mtom|swa"] option on your endpoint.
I am reconfirming that this works now, and you could verify this with the
sample # 55 as given below
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Samples.html?content-type=text%2Fhtml&view=co#Sample51
If you still see an issue, could you get me updated full and complete TCPmon
listings (you can cut down the binary chunks a bit)
asankha
> Synapse looses attachment simply routing a message
> --------------------------------------------------
>
> Key: SYNAPSE-84
> URL: https://issues.apache.org/jira/browse/SYNAPSE-84
> Project: Synapse
> Issue Type: Bug
> Affects Versions: 0.91
> Reporter: Lorenzo
> Assigned To: Asankha C. Perera
> Fix For: 1.0-RC1-B3
>
> Attachments: Client-Synapse.png, client_to_synapse, client_to_synapse
> (with response), Synapse-Server.png, synapse_to_server, SynapseLog.png
>
>
> Client send a message with attachment (see TCPMon Screenshot):
> Synapse route it with this simple configuration:
> ----- Synapse.xml ------
> <synapse xmlns="http://ws.apache.org/ns/synapse">
> <rules>
> <in>
> <send>
> <endpoint
> address="http://localhost:9999/SincronoAttachment/SincronoAttachment"/>
> </send>
> <drop/>
> </in>
> <out>
> <send/>
> </out>
> </rules>
> </synapse>
> ----- End of synapse.xml ------
> Synapse route message to server, but seems attachments are cutted away...
> (See TCPMon screenshot)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]