You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ce...@linedata.com on 2007/05/22 14:14:03 UTC

[Axis 1.2] parameters values are misplaced

Hi,
I have some strange thing happening with my tests.
When I run the server in debug mode, I type in the test window in Eclipse:
http://localhost:9000/noeews/services/CRMS7_SOAP_IDENTIFICATION?method=recupererInfos&login=log_E&motDePasse=mdp_E&codeTccp=0-111 

and I get what I expect.

But when I type this URL in Internet explorer, I see in the debug mode 
that the values of parameters are completely mixed :
login=mdp_E
&motDePasse=0-111 
&codeTccp=log_E

do you have any idea about what might cause that ? thanks