Hi Lorenzo

Its not clear to me what you are trying to achieve..
1. I have to retrive http message URL to build EPR url in synapse
(Client don't support wsa, so i haven't wsa:to address to use for this
purpose)
If Synapse receives a SOAP message without WSA, it can still read and act or filter on the transports' To address.
2. I tried to use a message with attachment but... i loose them! i use
this simple conf:
<synapse ...>
 <rules>
  <in>
   <header name="To"
value="http://localhost:8080/testServiceAttachment"/>
   <send/>

  </in>
  <out>
   <send/>
  </out>
 </rules>
</synapse>
Are you saying that you sent a message with an attachment to Synapse to forward to an endpoint and Synapse looses this? If so, please file a JIRA for this attaching your SOAP message (preferably a TCPMon view of the request) and the message sent out to the endpoint by Synapse (another TCPMon view) and any other information about your environment

asankha

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

Reply via email to