Passing request paramaters from SAP MII to server code
I had successfully called a server code from sap mii, but when i try to pass a parameter, it fails.
I've tried everything but i keep seeing on the trace console: "Message (my variable, i assume) can't be empty".
this is the current format from the post data in mii: { data : {"message":"test"} } where the content type i have defined is application/json
Any ideas for why it doesn't work ?
Best Regards