Hi,
I've got a problem with a REST service. I'm sending a PUT with xml with some parameters for the dynamic url + the proper xml parameters.
The problem is that the parameters for the url are not expanding, so in the service url there is nothing were the parameter need to be in the URL and the service fails.
Example:
http://myhost/myservice/{parameter}
and when i test the service, it sends:
How can i solve that?