I finally know the origin of the bug. Indeed, I used telnet localhost 8080 to 
send manually the request. And I noticed that the following soap request is the 
cause of the problem:
<?xml version='1.0' encoding='utf-8'?><S:Envelope 
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/";><S:Body><multiply 
xmlns="http://calculator.me.org/";><i>20</i></multiply></S:Body></S:Envelope>

Because when I use instead the soap request sent by the java client that does 
not use synapse, it works. Here is the working soap request:
<?xml version="1.0" ?><S:Envelope 
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/";><S:Body><ns2:multiply 
xmlns:ns2="http://calculator.me.org/";><i>30</i></ns2:multiply></S:Body></S:Envelope>

But I do not know whether the bug is due to JAX or synapse.

Sihem


       
---------------------------------
 Yahoo! Mail : un mail innovant avec Messenger compatible Windows Live + 
stockage illimité.

Reply via email to