Arguments not being passed to Server code
I'm calling a Server code service for password recovery and pass the username and useremail
It works fine when I test the server code directly
When testing the service from the IDE it doesnt replace arguments with actual values
Here are the screenshots
Server code works fine ...
Testing server code from IDE gives an Error 'The request sent by the client was syntactically incorrect ()'
Details of Server code ...