Hi all,

i'm making some experiments with Synapse and ws-rm.
i make the echo sample with WS-ReliableMessage and everyting goes fine
then i try to put synapse in the middle with this config:
 
<synapse xmlns="http://ws.apache.org/ns/synapse";>
    <rules>
       <log level="full"/>
         <send>
          <endpoint
address="http://localhost:8081/axis2/services/RMSampleService"; />
         </send>
    </rules>
</synapse> 

but don't work.. so i put one tcpmonitor between client and synapse and
one between synapse and server and i notice this:
client send a CreateSequence to Synapse 
synapse send a CreateSequence to Server
server send a CreateSequenceResponse to Synapse 
synapse don't send nothing...

where I am mistaking?


Thx



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

Reply via email to