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
