I've done a very simple service view for testing. I pass a string to the back end and it shuld return the string back to the client. The server side part works (I think) because if I insert in the browser:
http://localhost:8080/OkDogeBackEnd/Operations/Test/Solicit?String=waldo
I get:
{"String":"waldo"}
But if I get the answer from the Restful Request Response component and put it in a Message component I got a blank text. Probably I'm getting the answer in the wrong way. Any ideas (or tutorials)?